Age | Commit message (Expand) | Author |
2014-06-13 | Combine the MAC handling for both !EVP_CIPH_FLAG_AEAD_CIPHER and | Joel Sing |
2014-06-13 | Use SSL3_SEQUENCE_SIZE and if we're going to preincrement we may as well | Joel Sing |
2014-06-13 | Add support for handling SSL_CIPHER_ALGORITHM2_AEAD ciphers, which are | Joel Sing |
2014-06-13 | Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher. | Joel Sing |
2014-06-13 | delete a lie; replace with a truth | Theo de Raadt |
2014-06-13 | Add new getentropy() system call. Code and pressure from matthew. | Theo de Raadt |
2014-06-13 | Remove support for the `opaque PRF input' extension, which draft has expired | Miod Vallat |
2014-06-13 | crank major | Theo de Raadt |
2014-06-13 | Add timingsafe_memcmp(). | Matthew Dempsky |
2014-06-13 | Add support for MAP_INHERIT_ZERO. | Matthew Dempsky |
2014-06-12 | replace atoi() calls with strtol(). Follow the idiomatic pattern in our | Theo de Raadt |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-12 | Disable the "switch to insertion sort" optimization to avoid quadratic | Todd C. Miller |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2006-06-27 | import of openssl-0.9.7j | Damien Miller |
2014-06-11 | Really remove the obsolete manpages left by earlier commit | Christopher Zimmermann |
2014-06-11 | Remove manpages about deprecated RFC2292 ancillary data convenience functions. | Christopher Zimmermann |
2014-06-11 | Stop setting the EVP_MD_CTX_FLAG_NON_FIPS_ALLOW - it has been ignored since | Joel Sing |
2014-06-11 | Tsk. Tsk. Someone forgot to compile test the other half. | Joel Sing |
2014-06-11 | Disable TLS support... | Joel Sing |
2014-06-11 | Provide support for non-funopen systems. | Theo de Raadt |
2014-06-11 | More KNF. | Joel Sing |
2014-06-11 | Fix memory leak: free s if calloc fails. | Loganaden Velvindron |
2014-06-11 | c-file-style hints, begone; ok beck | Theo de Raadt |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2014-06-10 | Check return value of EVP_MD_CTX_copy_ex() in ssl3_handshake_mac() | Loganaden Velvindron |
2014-06-10 | Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives | Theo de Raadt |
2014-06-10 | KNF. | Joel Sing |
2014-06-10 | KNF. | Joel Sing |
2014-06-10 | Remove pointless casts and use c instead of &c[0], since it is the same | Joel Sing |
2014-06-10 | In tls1_cert_verify_mac(), check the return value of EVP_MD_CTX_copy_ex() | Joel Sing |
2014-06-10 | Use C99 initialisers for EVP_MD structs, for clarity, grepability and to | Joel Sing |
2014-06-10 | More KNF. | Joel Sing |
2014-06-10 | Avoid potential NULL pointer function calls in n_ssl3_mac() by checking | Joel Sing |
2014-06-10 | Multiple fixes for ssl3_digest_cached_records() - if EVP_MD_CTX_create() | Joel Sing |
2014-06-10 | Ensure ssl3_final_finish_mac() returns failure if either the MD5 or SHA1 | Joel Sing |
2014-06-10 | mop up ifndef KERNEL goo; ok miod | Theo de Raadt |
2014-06-09 | use memset instead of bzero | Theo de Raadt |
2014-06-09 | do not include dso.h where it is not needed; ok miod | Theo de Raadt |
2014-06-09 | Nuke the machinery to sync libkern with libc, it's not been used in the | Miod Vallat |
2014-06-09 | More KNF. | Joel Sing |
2014-06-08 | Add an SSL_CIPHER_ALGORITHM2_AEAD flag that is used to mark a cipher as | Joel Sing |
2014-06-08 | Add a define for the SSLv3 sequence size and use it, rather than sprinkling | Joel Sing |
2014-06-08 | No, we will not be building with OPENSSL_NO_X509_VERIFY. Nuke it and | Joel Sing |
2014-06-08 | Clean up BIO_free() handling in bio_ssl.c - BIO_free() has its own NULL | Joel Sing |
2014-06-08 | Be explicit with types. No binary change. | Joel Sing |
2014-06-08 | Stop using DSO_global_lookup to reach getaddrinfo() and friends | Theo de Raadt |
2014-06-08 | Factor out the part of tls1_change_cipher_state() that is specific to | Joel Sing |