Age | Commit message (Expand) | Author |
2015-04-06 | readdir() is thread-safe when DIR handles aren't shared, so delete the lock. | Philip Guenther |
2015-03-31 | Nuke the OPENSSL_MAX_TLS1_2_CIPHER_LENGTH hack - this has to be enabled at | Joel Sing |
2015-03-27 | Factor out the init_buf initialisation code, rather than duplicating it | Joel Sing |
2015-03-27 | BUF_MEM_free() has its own explicit NULL check. | Joel Sing |
2015-03-19 | Fix several crash causing defects from OpenSSL. | Ted Unangst |
2015-03-11 | delay EVP_MD_CTX_init so we don't forget to clean it up. | Ted Unangst |
2015-03-08 | Reject DH keys sent by a server if they are considered too small; inspired | Miod Vallat |
2015-03-02 | Fix a minor information leak that was introduced in t1_lib.c r1.71, whereby | Joel Sing |
2015-02-25 | Fix CVE-2015-0205: Do not accept client authentication with Diffie-Hellman | Brent Cook |
2015-02-22 | Bump libcrypto and libssl majors, due to various recent churn. | Joel Sing |
2015-02-22 | Reluctantly add server-side support for TLS_FALLBACK_SCSV. | Joel Sing |
2015-02-22 | There is not much point constructing an SSL_CIPHER, then calling | Joel Sing |
2015-02-22 | Remove IMPLEMENT_STACK_OF noops. | Joel Sing |
2015-02-12 | unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN, | Joel Sing |
2015-02-11 | Enable building with -DOPENSSL_NO_DEPRECATED. | Doug Hogan |
2015-02-09 | Jettison DTLS over SCTP. | Joel Sing |
2015-02-09 | Return NULL when there are no shared ciphers. | Doug Hogan |
2015-02-08 | Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 to | Miod Vallat |
2015-02-07 | Remove useless variables and use the values directly. | Doug Hogan |
2015-02-07 | Convert several of the server side handshake functions to the new handshake | Joel Sing |
2015-02-07 | Don't allow tag number 31 in CBB_add_asn1(). | Doug Hogan |
2015-02-07 | Crank libssl major due to the recent changes and removals. | Joel Sing |
2015-02-07 | Clean up the {get,put}_cipher_by_char() implementations. Also use | Joel Sing |
2015-02-07 | Only call free in CBB_init(). | Doug Hogan |
2015-02-07 | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | Joel Sing |
2015-02-07 | Fix typo and ASN.1 tag number range comment in bytestring.h. | Doug Hogan |
2015-02-06 | KNF bytestring files. | Doug Hogan |
2015-02-06 | Remove accidental, commented out code. | Doug Hogan |
2015-02-06 | Unifdef NETSCAPE_HANG_BUG. | Joel Sing |
2015-02-06 | Add additional checks to ssl3_send_client_key_exchange() that ensures | Joel Sing |
2015-02-06 | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | Doug Hogan |
2015-02-06 | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | Joel Sing |
2015-02-06 | Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem(). | Reyk Floeter |
2015-01-26 | Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers | Joel Sing |
2015-01-23 | Ensure that a ServerKeyExchange message is received if the selected cipher | Joel Sing |
2015-01-22 | Support CA verification in chroot'ed processes without direct file | Reyk Floeter |
2015-01-21 | Fix DTLS memory leak (CVE-2015-0206). | Doug Hogan |
2014-12-29 | don't leak timing info about padding errors by generating a fake key | Ted Unangst |
2014-12-16 | Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of | Miod Vallat |
2014-12-15 | Add error handling for EVP_DigestInit_ex(). | Doug Hogan |
2014-12-14 | unconditionally align SSL payloads | Brent Cook |
2014-12-14 | Convert all of the straight forward client handshake handling code to use | Joel Sing |
2014-12-14 | Provide functions for starting, finishing and writing SSL handshake | Joel Sing |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-12-14 | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef | Joel Sing |
2014-12-14 | unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currently | Joel Sing |
2014-12-10 | ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn | Joel Sing |
2014-12-10 | Remove support for GOST R 34.10-94 signature authentication, along with | Joel Sing |
2014-12-10 | libssl major++ | Joel Sing |
2014-12-10 | Add support for ALPN. | Joel Sing |