277 Commits (b18f02481678994f8d679029670d345565af7ae7)

Author SHA1 Message Date
  Adam Langley 2bca0988a4 Free more memory in cleanup functions. 9 years ago
  David Benjamin 95e18c52f2 Fix DER checks for DSA_check_signature and add tests. 9 years ago
  Adam Langley ca9a538aa0 Fix various certificate fingerprint issues. 9 years ago
  Adam Langley 7cc3f992ae Add declarations for Android compatibility funcs. 9 years ago
  Adam Langley 0ed0cf6f38 s/comparision/comparison/. 9 years ago
  David Benjamin 780d6dd0fe Treat handshake_failure in response to ClientHello special. 9 years ago
  Adam Langley a7f6d3c1dc Add void in place of empty function arguments. 9 years ago
  Nick Harper 4685e87746 Implement HKDF. 10 years ago
  David Benjamin cf70188d53 Update EVP_Cipher documentation some more. 9 years ago
  David Benjamin 4841ce49a0 Fix EVP_Cipher error-handling. 10 years ago
  David Benjamin e4824e8af0 Add outgoing messages to the handshake hash at set_handshake_header. 10 years ago
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 years ago
  David Benjamin 4b755cb0da Implement the V2ClientHello sniff in version-locked methods. 10 years ago
  David Benjamin 1eb367c03e Add min_version and max_version APIs. 10 years ago
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 years ago
  David Benjamin 69b9e597ae Remove SSL_CTX_set_ssl_version. 10 years ago
  David Benjamin 7e23746dd4 Remove redundant SSL_ST_BEFORE-related checks. 10 years ago
  David Benjamin 338fcafe76 Mark SSL3_ENC_METHODs const and remove an unused one. 10 years ago
  Håvard Molland 3547688ee0 Remove EC_GROUP_set_point_conversion_form 10 years ago
  Håvard Molland 306e520cda Remove ec hybrid point format 10 years ago
  David Benjamin e518f65d2c Update references to RFCs. 10 years ago
  Feng Lu 41aa325c6a ClientHello Padding for Fast Radio Opening in 3G. 10 years ago
  David Benjamin 74c68e5e37 Renegerate OID outputs. 10 years ago
  David Benjamin 90eeb11652 Remove SSL_set_debug. 10 years ago
  David Benjamin edb03cf31f Remove some unimplemented prototypes. 10 years ago
  David Benjamin 00505ec2e1 Add EVP_md5_sha1. 10 years ago
  David Benjamin 8c6fe45c2f Replace s->first_packet with a s->s3->have_version bit. 10 years ago
  David Benjamin f34a009834 Don't set s->state and s->server before the side is known. 10 years ago
  David Benjamin 63246e8a99 Remove s->type from SSL. 10 years ago
  David Benjamin e319a2f73a Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS. 10 years ago
  David Benjamin 0b145c29a3 Don't assign handshake_func in the handshake functions. 10 years ago
  David Benjamin 9cbd4a809e Remove SSL_(CTX_)get_ssl_method. 10 years ago
  David Benjamin 502a909bd6 Recover SSL_OP_CIPHER_SERVER_PREFERENCE documentation. 10 years ago
  David Benjamin 95eeb191c0 Make it clear that SSL_OP_NO_DTLS* are the same as the TLS ones. 10 years ago
  David Benjamin 95f9cfcde0 unifdef OPENSSL_NO_BIO. 10 years ago
  David Benjamin bafc58dfa4 Remove dead SSL BIO prototypes. 10 years ago
  David Benjamin 0f1e64bf7f Remove method swap in SSL_set_session. 10 years ago
  David Benjamin 52d699f668 Make OCSP response and SCT list getter const-correct. 10 years ago
  Håvard Molland 4e0a7e5a1d Cleanup of setting external buffer 10 years ago
  David Benjamin d1681e614f Remove SSL_set_session_secret_cb (EAP-FAST) 10 years ago
  Adam Langley 69a01608f3 Add malloc failure tests. 10 years ago
  David Benjamin b398d16c1d Remove SSL_check_chain and unexport CERT_PKEY flags. 10 years ago
  David Benjamin 675227e0d2 Remove CERT_PKEY_EXPLICIT_SIGN flag. 10 years ago
  David Benjamin 248f350ed8 Remove SSL_get_peer_signature_nid and don't compute digests for peer_key. 10 years ago
  David Benjamin c20febe177 Add EVP_PKEY_supports_digest. 10 years ago
  Håvard Molland ce5be4bd5c Add zero copy read and write api for bio pairs. 10 years ago
  David Benjamin 5e4f6e9247 Remove some remnants of SSLv2. 10 years ago
  Alex Chernyakhovsky 4cd8c43e73 Remove support for processing fragmented alerts 10 years ago
  David Benjamin 688d8dfe48 Remove psk_identity_hint from SSL_SESSION. 10 years ago
  David Benjamin e1b20a0136 Remove SSL3_FLAGS_POP_BUFFER. 10 years ago