aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Change statem prefix to ossl_statemMatt Caswell2015-10-301-3/+3
* Remove the type variableMatt Caswell2015-10-301-3/+0
* Remove redundant codeMatt Caswell2015-10-301-15/+4
* Split TLS server functionsMatt Caswell2015-10-301-0/+1
* Add initial state machine rewrite codeMatt Caswell2015-10-301-0/+1
* Fix no-stdio buildDavid Woodhouse2015-09-291-2/+0
* Add ability to set default CA path and file locations individuallyMatt Caswell2015-09-251-0/+31
* Remove ssl_put_cipher_by_charEmilia Kasper2015-09-221-2/+3
* RT4047: Set reference count earlierFilipe DA SILVA2015-09-171-1/+1
* Fix PSK identity hint handling.Dr. Stephen Henson2015-09-141-14/+8
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-1/+1
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-24/+12
* remove 0 assignments.Rich Salz2015-09-031-42/+1
* Add and use OPENSSL_zallocRich Salz2015-09-021-8/+2
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
* Remove Gost94 signature algorithm.Rich Salz2015-08-111-5/+0
* Enable PSK if corresponding mask set.Dr. Stephen Henson2015-07-301-0/+6
* Use uint32_t consistently for flags.Dr. Stephen Henson2015-07-181-1/+1
* Move peer chain to SSL_SESSION structure.Dr. Stephen Henson2015-06-221-3/+2
* Refactor into clear_ciphers; RT3588Rich Salz2015-06-151-18/+12
* Change return type of the new accessorsMatt Caswell2015-05-281-8/+8
* Change the new functions to use size_tMatt Caswell2015-05-281-7/+11
* Add new functions to extract {client,server}_random, master_keyNick Mathewson2015-05-281-0/+31
* Add SSL_get_client_ciphers() to return ciphers from ClientHelloNick Mathewson2015-05-281-0/+7
* Fix typo setting up certificate masksMatt Caswell2015-05-221-1/+1
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-22/+8
* move masks out of CERT structureDr. Stephen Henson2015-05-191-5/+4
* Move certificate validity flags out of CERT.Dr. Stephen Henson2015-05-181-11/+12
* Move signing digest out of CERT.Dr. Stephen Henson2015-05-181-1/+1
* CERT tidyDr. Stephen Henson2015-05-181-12/+3
* Updates following review commentsMatt Caswell2015-05-161-178/+0
* Server side version negotiation rewriteMatt Caswell2015-05-161-3/+23
* Remove Kerberos support from libsslMatt Caswell2015-05-131-17/+0
* Make COMP_CTX and COMP_METHOD opaqueRich Salz2015-05-121-19/+10
* Check sk_SSL_CIPHER_new_null return valueMatt Caswell2015-05-111-2/+6
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-49/+21
* Remove goto inside an if(0) blockRich Salz2015-05-011-5/+3
* free NULL cleanup 11Rich Salz2015-05-011-8/+4
* free null cleanup finaleRich Salz2015-05-011-12/+6
* free NULL cleanup 5aRich Salz2015-04-301-17/+8
* remove malloc castsRich Salz2015-04-281-2/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-7/+7
* free NULL cleanup 9Rich Salz2015-04-111-17/+8
* free NULL cleanup 10Rich Salz2015-04-111-2/+2
* Move s->rstate to s->rlayer.rstateMatt Caswell2015-03-261-2/+1
* Remove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_initMatt Caswell2015-03-261-3/+1
* Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, andMatt Caswell2015-03-261-5/+1
* Create RECORD_LAYER_clear function.Matt Caswell2015-03-261-21/+1