Age | Commit message (Expand) | Author |
2014-08-11 | Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked | Joel Sing |
2014-08-10 | Since we no longer need to support SSLv2-style cipher lists, start | Joel Sing |
2014-07-28 | The RSA, DH, and ECDH temporary key callbacks expect the number of keybits | Philip Guenther |
2014-07-12 | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | Joel Sing |
2014-07-12 | Provide ssl_version_string() function, which uses one of those modern C | Joel Sing |
2014-07-12 | Remove remnants from PSK, KRB5 and SRP. | Joel Sing |
2014-07-11 | No need to keep ssl23_foo() flavours mapping to ssl3_foo(). | Miod Vallat |
2014-07-10 | Remove more compression related code. | Joel Sing |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst |
2014-07-09 | tedu the SSL export cipher handling - since we do not have enabled export | Joel Sing |
2014-07-08 | Remove SSL_FIPS. | Joel Sing |
2014-07-08 | Nuke SSL_NOT_EXP since it does nothing. | Joel Sing |
2014-06-21 | Pull the code that builds a DTLS sequence number out into its own function | Joel Sing |
2014-06-15 | Rename ssl3_record_sequence_update() to ssl3_record_sequence_increment(), | Joel Sing |
2014-06-13 | Add ChaCha20-Poly1305 based ciphersuites. | 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-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-08 | Add an SSL_CIPHER_ALGORITHM2_AEAD flag that is used to mark a cipher as | Joel Sing |
2014-06-07 | http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec... | Theo de Raadt |
2014-05-31 | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | Joel Sing |
2014-05-31 | TLS would not be entirely functional without extensions, so unifdef | Joel Sing |
2014-05-30 | While working on another diff I ended up looking to see why on earth the | Joel Sing |
2014-05-29 | we no longer care that these aren't used for ssl2 | Ted Unangst |
2014-05-29 | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | Ted Unangst |
2014-05-29 | Make it substantially easier to identify protocol version requirements | Joel Sing |
2014-05-27 | Remove unused defines. | Miod Vallat |
2014-05-25 | remove unused shit. from Alexander Schrijver | Ted Unangst |
2014-05-25 | The ssl_ciper_get_evp() function is currently overloaded to also return the | Joel Sing |
2014-05-24 | DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more | Joel Sing |
2014-05-22 | There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (an | Joel Sing |
2014-05-22 | Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl | Joel Sing |
2014-05-15 | No longer make pqueue.h a public (and installed) header file. Replace its | Miod Vallat |
2014-04-27 | Remove orphaned l2n6 and n2l6 macros. | Miod Vallat |
2014-04-27 | Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is to | Miod Vallat |
2014-04-23 | Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover | Miod Vallat |
2014-04-19 | The internal ssl2_* functions and variables are gone | Philip Guenther |
2014-04-17 | always build in RSA and DSA. ok deraadt miod | Ted Unangst |
2014-04-17 | quick pass at removing ability to disable sha256 and sha512. ok miod | Ted Unangst |
2014-04-16 | TANSTAAFL - delete the buf freelist code. if you need a better malloc, get | Ted Unangst |
2014-04-16 | Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap from | Philip Guenther |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | Ted Unangst |
2014-04-13 | Cope with the removal of openssl/symhacks.h | Theo de Raadt |
2014-04-13 | Do not include "e_os.h" anymore. Simply pull in the necessary headers. | Martin Pieuchot |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2014-02-27 | SECURITY fixes backported from openssl-1.0.1f. ok mikeb@ | Jeremie Courreges-Anglas |
2013-02-14 | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | Markus Friedl |
2012-10-13 | resolve conflicts | Damien Miller |
2012-01-05 | OpenSSL 1.0.0f: merge | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |