- 207bb43 ERR_LIB_USER should be the last error. by David Benjamin · 10 years ago
- 3570d73 Remove the func parameter to OPENSSL_PUT_ERROR. by David Benjamin · 10 years ago
- 34248d4 Get rid of err function codes. by David Benjamin · 10 years ago
- 723f353 Fix shared library build. by David Benjamin · 10 years ago
- 0851f674 Add standalone tests for Poly1305. by David Benjamin · 10 years ago
- 2e857bd Convert the signature algorithms extension to the new system by Adam Langley · 10 years ago
- d822ed8 Make CBB_len return a length, not remaining. by David Benjamin · 10 years ago
- 74f7110 Parse RSAPrivateKey with CBS. by David Benjamin · 10 years ago
- c0e245a Parse RSAPublicKey with CBS. by David Benjamin · 10 years ago
- 87897a8 Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. by David Benjamin · 10 years ago
- f3cdc50 Remove some unused constants. by David Benjamin · 10 years ago
- 11c0f8e Promote certificate-related ctrl macros to functions. by David Benjamin · 10 years ago
- 7481d39 Document APIs relating to configuring certificates and private keys. by David Benjamin · 10 years ago
- b2a9d6a Remove SSL_build_cert_chain. by David Benjamin · 10 years ago
- 4462809 Remove SSL_CTX_select_current_cert. by David Benjamin · 10 years ago
- d1d8078 Fold away certificate slots mechanism. by David Benjamin · 10 years ago
- 5703648 Remove SSL_CTX_get_extra_chain_certs_only. by David Benjamin · 10 years ago
- 0fc431a Prune NIDs from TLS_SIGALGS. by David Benjamin · 10 years ago
- ba16a1e Remove SSL_get_(shared_)sigalgs. by David Benjamin · 10 years ago
- 1504304 Remove dead SRP SSL_CTRL values. by David Benjamin · 10 years ago
- 7d97fd3 Remove SSL_get_server_tmp_key. by David Benjamin · 10 years ago
- b9c579d Add crypto/bytestring-based BIGNUM DER functions. by David Benjamin · 10 years ago
- 6a1275b typedef |COMP_METHOD| to void, for compatibility. by Matt Braithwaite · 10 years ago
- 047d6f0 Remove ssl2.h and ssl23.h. by Håvard Molland · 10 years ago
- cce5a98 Remove EVP_PKEY_dup. by David Benjamin · 10 years ago
- deedad1 Fix documentation typo. by David Benjamin · 10 years ago
- a865320 Add CBB_zero to set a CBB to the zero state. by David Benjamin · 10 years ago
- 7e5f594 Document i2d_PublicKey better. by David Benjamin · 10 years ago
- 507b819 Use typedef names in evp.h. by David Benjamin · 10 years ago
- e3aa1d9 Cleanup ticket processing and session lookup. by David Benjamin · 10 years ago
- 5021b22 Convert the renegotiation extension to the new system. by Adam Langley · 10 years ago
- 614c66a Add infrastructure for better extension handling. by Adam Langley · 10 years ago
- de24aad Add RAND_set_urandom_fd. by David Benjamin · 10 years ago
- daeafc2 Move the session ticket functions to ssl.h. by David Benjamin · 10 years ago
- 6cacac0 Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. by David Benjamin · 10 years ago
- cb3872f Sort the preprocessor compatibility section. by David Benjamin · 10 years ago
- 65ee9b7 Remove EVP_PKEY_HMAC. by David Benjamin · 10 years ago
- a59347e RAND_set_rand_method takes a const parameter. by Adam Langley · 10 years ago
- 3e5e99d Dummy |RAND_set_rand_method|, |RAND_egd|, and |RAND_SSLeay|. by Matt Braithwaite · 10 years ago
- 50365f2 Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at ce7e647b. by Matt Braithwaite · 10 years ago
- c0fe12c Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b. by Matt Braithwaite · 10 years ago
- 4cd4edf Restore |ERR_print_errors()|. by Matt Braithwaite · 10 years ago
- 1cb49cd Restore |RSA_generate_key()| from OpenSSL at b4f0d1a. by Matt Braithwaite · 10 years ago
- e17d45f Restore |BIO_f_base64| from OpenSSL at b4f0d1a, modulo style fixes. by Matt Braithwaite · 10 years ago
- 50f54e2 AEADs don't go through ENGINE. by David Benjamin · 10 years ago
- ba4594a Don't put sessions from renegotiations in the cache. by David Benjamin · 10 years ago
- 6b40394 Revert "Restore ocsp.h, with (just) the CRLReason enum from RFC 2459." by Adam Langley · 10 years ago
- d213885 Restore ocsp.h, with (just) the CRLReason enum from RFC 2459. by Matt Braithwaite · 10 years ago
- 7244fa4 Expose ECDSA_SIG_max_len to size a DER ECDSA-Sig-Value. by David Benjamin · 10 years ago
- b4d65fd Implement asynchronous private key operations for client auth. by David Benjamin · 10 years ago
- 680ca96 Preserve session->sess_cert on ticket renewal. by David Benjamin · 10 years ago
- d65bb78 Add SSL_initial_handshake_complete. by David Benjamin · 10 years ago
- b0acb77 Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix. by David Benjamin · 10 years ago
- 95d3182 Duplicate SSL_SESSIONs when renewing them. by David Benjamin · 10 years ago
- fd67aa8 Add SSL_SESSION_from_bytes. by David Benjamin · 10 years ago
- cc7e11f Define OPENSSL_64_BIT for PowerPC chips. by Adam Langley · 10 years ago
- 1c703cb Check for BN_copy failures. by David Benjamin · 10 years ago
- 3a9e1fb Correct various documentation typos by Kenny Root · 10 years ago
- 85bc560 Add ECDHE-PSK-AES{128,256}-SHA cipher suites. by Adam Langley · 10 years ago
- 1feb42a Drop ECDHE-PSK-AES-128-GCM. by Adam Langley · 10 years ago
- 24f346d Limit the number of warning alerts silently consumed. by David Benjamin · 10 years ago
- a8ebe22 Add tests for empty record limit and make it work in the async case. by David Benjamin · 10 years ago
- 521d4b8 Export |CBS_get_any_ber_asn1_element|. by Adam Langley · 10 years ago
- e3ed210 Add #defines for ASN.1 NULL and GENERALIZEDTIME. by Adam Langley · 10 years ago
- 839b881 Multi-prime RSA support. by Adam Langley · 10 years ago
- af0e32c Add SSL_get_tls_unique. by Adam Langley · 10 years ago
- cc1e3df Make CBS_get_any_asn1_element accept only DER. by Adam Langley · 10 years ago
- ba5934b Tighten up EMS resumption behaviour. by Adam Langley · 10 years ago
- 9f8ef2d Add |EVP_get_digestbyname|. by Matt Braithwaite · 10 years ago
- b7326b0 Implement |PEM_def_callback| and call it where appropriate. by Matt Braithwaite · 10 years ago
- e216288 Unexport and prune EVP_MD_CTX flags. by David Benjamin · 10 years ago
- af8731f Remove HMAC_CTX_set_flags. by David Benjamin · 10 years ago
- c933a47 Switch the ssl_write_bytes hook to ssl_write_app_data. by David Benjamin · 10 years ago
- 2c36792 EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail. by David Benjamin · 10 years ago
- e2375e1 Low-level hash 'final' functions cannot fail. by David Benjamin · 10 years ago
- 05ead68 Readd CRYPTO_{LOCK|UNLOCK|READ|WRITE}. by Adam Langley · 10 years ago
- 71106ad Add |BIO_read_asn1| to read a single ASN.1 object. by Adam Langley · 10 years ago
- b3a7b51 Fix off-by-one in BN_rand by David Benjamin · 10 years ago
- 074cc04 Reject negative shifts for BN_rshift and BN_lshift. by David Benjamin · 10 years ago
- 5aea93e Deprecate and no-op SSL_VERIFY_CLIENT_ONCE. by David Benjamin · 10 years ago
- 34a1635 Remove fake RLE compression OID. by David Benjamin · 10 years ago
- 9c0918f Fix typo in objects.txt by David Benjamin · 10 years ago
- 74d8bc2 Don't make SSL_MODE_*HELLO_TIME configurable. by David Benjamin · 10 years ago
- 444dce4 Do-nothing fns |OpenSSL_add_all_ciphers| and |OpenSSL_add_all_digests|. by Matt Braithwaite · 10 years ago
- ece089c Deprecate and no-op SSL_set_state. by David Benjamin · 10 years ago
- 8ec8810 Remove SSL_in_before and SSL_ST_BEFORE. by David Benjamin · 10 years ago
- cd90f3a Remove renegotiation deferral logic. by David Benjamin · 10 years ago
- 44d3eed Forbid caller-initiated renegotiations and all renego as a servers. by David Benjamin · 10 years ago
- 9a41d1b Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. by David Benjamin · 10 years ago
- 3fa65f0 Fix some malloc test crashs. by David Benjamin · 10 years ago
- 31a0779 Factor SSL_AEAD_CTX into a dedicated type. by David Benjamin · 10 years ago
- 69d07d9 Get version-related functions from crypto.h rather than ssl.h. by Matt Braithwaite · 10 years ago
- b487df6 Pull version, option, and mode APIs into their own sections. by David Benjamin · 10 years ago
- 7270cfc Prune version constants. by David Benjamin · 10 years ago
- afc9ecd Unexport ssl_get_new_session and ssl_update_cache. by David Benjamin · 10 years ago
- 3b7456e Fix some documentation typos. by David Benjamin · 10 years ago
- 4831c33 Document some core SSL_CTX and SSL methods. by David Benjamin · 10 years ago
- 4dab297 Don't use struct names in ssl.h. by David Benjamin · 10 years ago
- 12a4768 Try to fix MSVC and __STDC_VERSION__ again. by Adam Langley · 10 years ago
- 552df47 Remove leftovers of the old-style locks. by Adam Langley · 10 years ago