summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Unwrap a bunch of lines.jsing2015-09-121-37/+19
* Remove most of the SSLv3 version checks and a few TLS v1.0.doug2015-09-121-4/+1
* Nuke ssl_bad_method().jsing2015-09-111-9/+1
* Nuke ssl_replace_hash().jsing2015-09-111-21/+1
* Remove support for DTLS_BAD_VER. We do not support non-standard andjsing2015-09-101-3/+1
* Check handshake_func against NULL rather than 0, since it is a functionjsing2015-09-091-7/+7
* Remove SSLv3 support from LibreSSL.doug2015-08-271-6/+1
* Allow *_free() functions in libssl to handle NULL input.doug2015-07-191-1/+4
* Convert ssl_bytes_to_cipher_list to CBS.doug2015-06-281-8/+18
* Clean up the ssl_bytes_to_cipher_list() API - rather than having thejsing2015-04-151-15/+9
* BUF_MEM_free() has its own explicit NULL check.jsing2015-03-271-9/+6
* Reluctantly add server-side support for TLS_FALLBACK_SCSV.jsing2015-02-221-4/+58
* There is not much point constructing an SSL_CIPHER, then callingjsing2015-02-221-7/+3
* Remove IMPLEMENT_STACK_OF noops.jsing2015-02-221-2/+1
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* Return NULL when there are no shared ciphers.doug2015-02-091-4/+6
* Clean up the {get,put}_cipher_by_char() implementations. Also usejsing2015-02-071-6/+3
* Support CA verification in chroot'ed processes without direct filereyk2015-01-221-1/+7
* Add error handling for EVP_DigestInit_ex().doug2014-12-151-3/+7
* unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndefjsing2014-12-141-9/+1
* Remove support for GOST R 34.10-94 signature authentication, along withjsing2014-12-101-8/+1
* Add support for ALPN.jsing2014-12-101-1/+85
* Sort and group includes.jsing2014-11-161-4/+7
* Add support for automatic DH ephemeral keys.jsing2014-10-311-2/+51
* Remove support for ephemeral/temporary RSA private keys.jsing2014-10-311-4/+3
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-181-6/+5
* Disable SSLv3 by default.jsing2014-10-151-1/+4
* Add support for automatic ephemeral EC keys.jsing2014-10-031-2/+3
* Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,jsing2014-09-071-16/+2
* Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and ajsing2014-08-241-3/+4
* Replace the remaining ssl3_get_cipher_by_char() calls with n2s() andjsing2014-08-231-8/+11
* Check the return value of sk_SSL_CIPHER_new_null(), since it allocatesjsing2014-08-111-5/+7
* Currently, ssl3_put_char_by_bytes(NULL, NULL) is just a long handed wayjsing2014-08-111-10/+8
* Since we no longer need to support SSLv2-style cipher lists, startjsing2014-08-101-11/+9
* The correct name for EDH is DHE, likewise EECDH should be ECDHE.jsing2014-07-121-5/+5
* Provide ssl_version_string() function, which uses one of those modern Cjsing2014-07-121-11/+23
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-11/+6
* Remove remnants from PSK, KRB5 and SRP.jsing2014-07-121-4/+1
* Remove the PSK code. We don't need to drag around thisbeck2014-07-111-115/+1
* Remove more compression tendrils.jsing2014-07-101-6/+2
* decompress libssl. ok beck jsingtedu2014-07-101-29/+1
* remove unused ecc_pkey_size.bcook2014-07-101-4/+2
* tedu the SSL export cipher handling - since we do not have enabled exportjsing2014-07-091-66/+5
* convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoringtedu2014-06-191-2/+2
* ssl_session_cmp is not a sort function, can use CRYPTO_memcmp here too.tedu2014-06-171-2/+4
* Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher.jsing2014-06-131-1/+12
* Remove support for the `opaque PRF input' extension, which draft has expiredmiod2014-06-131-2/+1
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* More KNF.jsing2014-06-071-6/+4
* Some KNF and fix the vairable spelling.jsing2014-05-311-23/+16