summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.jsing2015-02-061-2/+37
* Now that we have Camellia support in libcrypto, bring in the SHA256 flavour ofmiod2014-12-161-1/+133
* Provide functions for starting, finishing and writing SSL handshakejsing2014-12-141-1/+53
* Remove trailing whitespace.jsing2014-12-141-10/+10
* unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndefjsing2014-12-141-3/+1
* Remove support for GOST R 34.10-94 signature authentication, along withjsing2014-12-101-34/+1
* Add support for ALPN.jsing2014-12-101-1/+6
* Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.miod2014-11-181-7/+40
* Add support for automatic DH ephemeral keys.jsing2014-10-311-13/+17
* Remove support for ephemeral/temporary RSA private keys.jsing2014-10-311-88/+15
* Add support for automatic ephemeral EC keys.jsing2014-10-031-1/+9
* Clean up EC cipher handling in ssl3_choose_cipher().jsing2014-09-301-141/+16
* Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,jsing2014-09-071-4/+3
* Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and ajsing2014-08-241-16/+7
* Remove non-standard GOST cipher suites (which are not compiled injsing2014-08-231-68/+1
* Replace the remaining ssl3_get_cipher_by_char() calls with n2s() andjsing2014-08-231-23/+1
* Provide a ssl3_get_cipher_by_id() function that allows ciphers to be lookedjsing2014-08-111-1/+14
* Tweak cipher list comments and add missing cipher value comments.jsing2014-08-101-5/+26
* Remove disabled (weakened export and non-ephemeral DH) cipher suites fromjsing2014-08-101-470/+5
* Oops, revert changes commited by mistake. The previous commit was supposedmiod2014-08-071-2/+4
* When you expect a function to return a particular value, don't put a commentmiod2014-08-071-4/+2
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-131-2/+2
* The correct name for EDH is DHE, likewise EECDH should be ECDHE.jsing2014-07-121-67/+67
* Remove the PSK code. We don't need to drag around thisbeck2014-07-111-71/+1
* decompress libssl. ok beck jsingtedu2014-07-101-5/+1
* tedu the SSL export cipher handling - since we do not have enabled exportjsing2014-07-091-18/+12
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* Mark the weakened 40-bit export ciphers as invalid - no one in their rightjsing2014-07-081-9/+9
* Remove SSL_FIPS.jsing2014-07-081-84/+84
* Nuke SSL_NOT_EXP since it does nothing.jsing2014-07-081-124/+124
* Specify the correct strength bits for 3DES cipher suites.jsing2014-06-211-15/+13
* Add ChaCha20-Poly1305 based ciphersuites.jsing2014-06-131-1/+52
* Switch the AES-GCM cipher suites to SSL_CIPHER_ALGORITHM2_AEAD.jsing2014-06-131-21/+68
* Remove support for the `opaque PRF input' extension, which draft has expiredmiod2014-06-131-55/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Remove another NULL check before a BIO_free().jsing2014-06-071-4/+4
* ssl3_free_digest_list() has its own NULL check.jsing2014-06-071-5/+3
* BIO_free has an implicit NULL check, so do not bother checking for NULLjsing2014-06-071-2/+1
* ssl3_release_{read,write}_buffer() handle being called with NULL buffers,jsing2014-06-071-4/+3
* The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all havejsing2014-06-071-27/+14
* More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup.jsing2014-05-311-5/+1
* ECDH and ECDSA will not work overly well if there is no EC, so unifdefjsing2014-05-311-6/+0
* TLS would not be entirely functional without extensions, so unifdefjsing2014-05-311-14/+0
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-9/+0
* Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS andjsing2014-05-301-2/+2
* unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.tedu2014-05-291-36/+0
* Make it substantially easier to identify protocol version requirementsjsing2014-05-291-1/+1
* There is no point in checking if a pointer is non-NULL before calling free,jsing2014-05-281-25/+14
* Replace the following logic:miod2014-05-261-8/+10
* Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofjsing2014-05-251-24/+0