summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_sess.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for setting the supported EC curves viajsing2017-01-241-4/+4
* sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same fromjsing2017-01-241-3/+2
* ssl_sess_cert_free() checks for NULL, so do not bother doing it at thejsing2017-01-241-3/+6
* There is no point in zeroing fields that exist within a struct that isjsing2017-01-241-3/+1
* Split most of SSL_METHOD out into an internal variant, which is opaque.jsing2017-01-231-4/+3
* Move a large part of ssl_st into internal, so we can see what squeals.beck2017-01-231-15/+15
* Move ex_data, next and prev from SSL_SESSION to internal.jsing2017-01-231-24/+24
* Move most of the fields in SSL_CTX to internal - the ones that remain arejsing2017-01-231-28/+28
* move the callbacks from ssl_st to internalbeck2017-01-231-7/+7
* Move callback function pointers and argument pointers from SSL_CTX tojsing2017-01-231-22/+22
* Move not_resumable and sess_cert from SSL_SESSION to internal.jsing2017-01-231-5/+5
* Move the stats struct from SSL_CTX to internal.jsing2017-01-231-6/+6
* Move internal parts of ssl_session_st to internalbeck2017-01-221-9/+9
* Convert publically visible structs to translucent structs.jsing2017-01-221-4/+12
* Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FNjsing2016-11-021-5/+11
* Wrap some >80 char lines.jsing2016-11-021-9/+9
* Sort and group functions.jsing2016-09-041-12/+11
* Expand IMPLEMENT_PEM macros.jsing2016-09-041-2/+29
* X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc2016-03-111-3/+2
* Remove support for DTLS_BAD_VER. We do not support non-standard andjsing2015-09-101-2/+1
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-4/+4
* Remove SSLv3 support from LibreSSL.doug2015-08-271-2/+1
* Remove duplicate check in libssl.doug2015-07-211-3/+1
* Remove trailing whitespace.jsing2014-12-141-8/+8
* Clean up more SSLv2 remnants.jsing2014-11-081-10/+9
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-181-4/+2
* Refactor and simplify the ECC extension handling. The existing codejsing2014-09-221-21/+1
* Provide a ssl3_get_cipher_by_id() function that allows ciphers to be lookedjsing2014-08-111-13/+2
* Since we no longer need to support SSLv2-style cipher lists, startjsing2014-08-101-3/+3
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-131-2/+2
* Apply a large dose of KNF.jsing2014-07-121-126/+202
* Remove the PSK code. We don't need to drag around thisbeck2014-07-111-9/+1
* decompress libssl. ok beck jsingtedu2014-07-101-3/+2
* always compare memcmp against 0, for clarity.tedu2014-06-211-2/+2
* convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoringtedu2014-06-191-2/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* without overthinking it, replace a few memcmp calls with CRYPTO_memcmptedu2014-06-041-1/+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-16/+0
* There is no point in checking if a pointer is non-NULL before calling free,jsing2014-05-281-21/+9
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-16/+0
* whitespacetedu2014-04-231-2/+2
* more malloc/realloc/calloc cleanups; ok beck kettenisderaadt2014-04-211-3/+2
* Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.guenther2014-04-201-4/+6
* More KNF and style consistency tweaksguenther2014-04-191-12/+12
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-9/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-16/+16
* add back SRP. i was being too greedy.tedu2014-04-161-0/+7
* disentangle SRP code from TLStedu2014-04-161-7/+0
* Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap fromguenther2014-04-161-27/+13