| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2git to create tag 'OPENBSD_5_7_BASE'.OPENBSD_5_7_BASE | cvs2svn | 2015-03-08 | 1 | -874/+0 |
| * | Reluctantly add server-side support for TLS_FALLBACK_SCSV. | jsing | 2015-02-22 | 1 | -1/+2 |
| * | unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN, | jsing | 2015-02-12 | 1 | -5/+1 |
| * | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | jsing | 2015-02-07 | 1 | -1/+2 |
| * | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | jsing | 2015-02-06 | 1 | -1/+3 |
| * | Add error handling for EVP_DigestInit_ex(). | doug | 2014-12-15 | 1 | -2/+2 |
| * | Convert all of the straight forward client handshake handling code to use | jsing | 2014-12-14 | 1 | -1/+5 |
| * | Remove trailing whitespace. | jsing | 2014-12-14 | 1 | -13/+13 |
| * | ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn | jsing | 2014-12-10 | 1 | -2/+2 |
| * | Remove support for GOST R 34.10-94 signature authentication, along with | jsing | 2014-12-10 | 1 | -5/+3 |
| * | Remove client handling of RSA in ServerKeyExchange messages, along with | jsing | 2014-12-06 | 1 | -2/+1 |
| * | Use appropriate internal types for EC curves and formats, rather than | jsing | 2014-12-06 | 1 | -3/+3 |
| * | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | miod | 2014-11-18 | 1 | -2/+7 |
| * | Sort and group includes. | jsing | 2014-11-16 | 1 | -6/+6 |
| * | Clean up more SSLv2 remnants. | jsing | 2014-11-08 | 1 | -2/+1 |
| * | Remove remnants from RC2 and SEED - there are no longer any cipher suites | jsing | 2014-11-02 | 1 | -13/+11 |
| * | Add support for automatic DH ephemeral keys. | jsing | 2014-10-31 | 1 | -1/+3 |
| * | Remove support for ephemeral/temporary RSA private keys. | jsing | 2014-10-31 | 1 | -4/+1 |
| * | Add support for automatic ephemeral EC keys. | jsing | 2014-10-03 | 1 | -2/+6 |
| * | Clean up EC cipher handling in ssl3_choose_cipher(). | jsing | 2014-09-30 | 1 | -1/+4 |
| * | Check that the specified curve is one of the client preferences. | jsing | 2014-09-27 | 1 | -1/+2 |
| * | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | jsing | 2014-09-07 | 1 | -6/+3 |
| * | Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and a | jsing | 2014-08-24 | 1 | -2/+3 |
| * | Replace the remaining ssl3_get_cipher_by_char() calls with n2s() and | jsing | 2014-08-23 | 1 | -2/+3 |
| * | Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked | jsing | 2014-08-11 | 1 | -1/+2 |
| * | Since we no longer need to support SSLv2-style cipher lists, start | jsing | 2014-08-10 | 1 | -8/+2 |
| * | The RSA, DH, and ECDH temporary key callbacks expect the number of keybits | guenther | 2014-07-28 | 1 | -1/+7 |
| * | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | jsing | 2014-07-12 | 1 | -4/+4 |
| * | Provide ssl_version_string() function, which uses one of those modern C | jsing | 2014-07-12 | 1 | -1/+2 |
| * | Remove remnants from PSK, KRB5 and SRP. | jsing | 2014-07-12 | 1 | -7/+2 |
| * | No need to keep ssl23_foo() flavours mapping to ssl3_foo(). | miod | 2014-07-11 | 1 | -4/+1 |
| * | Remove more compression related code. | jsing | 2014-07-10 | 1 | -2/+1 |
| * | decompress libssl. ok beck jsing | tedu | 2014-07-10 | 1 | -15/+1 |
| * | tedu the SSL export cipher handling - since we do not have enabled export | jsing | 2014-07-09 | 1 | -53/+2 |
| * | Remove SSL_FIPS. | jsing | 2014-07-08 | 1 | -2/+1 |
| * | Nuke SSL_NOT_EXP since it does nothing. | jsing | 2014-07-08 | 1 | -2/+1 |
| * | Pull the code that builds a DTLS sequence number out into its own function | jsing | 2014-06-21 | 1 | -2/+5 |
| * | Rename ssl3_record_sequence_update() to ssl3_record_sequence_increment(), | jsing | 2014-06-15 | 1 | -5/+5 |
| * | Add ChaCha20-Poly1305 based ciphersuites. | jsing | 2014-06-13 | 1 | -1/+2 |
| * | Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher. | jsing | 2014-06-13 | 1 | -1/+22 |
| * | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| * | Add an SSL_CIPHER_ALGORITHM2_AEAD flag that is used to mark a cipher as | jsing | 2014-06-08 | 1 | -0/+19 |
| * | http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec... | deraadt | 2014-06-07 | 1 | -1/+0 |
| * | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | jsing | 2014-05-31 | 1 | -4/+0 |
| * | TLS would not be entirely functional without extensions, so unifdef | jsing | 2014-05-31 | 1 | -4/+0 |
| * | While working on another diff I ended up looking to see why on earth the | jsing | 2014-05-30 | 1 | -1/+1 |
| * | we no longer care that these aren't used for ssl2 | tedu | 2014-05-29 | 1 | -2/+2 |
| * | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | tedu | 2014-05-29 | 1 | -10/+0 |
| * | Make it substantially easier to identify protocol version requirements | jsing | 2014-05-29 | 1 | -2/+35 |
| * | Remove unused defines. | miod | 2014-05-27 | 1 | -9/+0 |