aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move s->s3->wrec to s>rlayer>wrecMatt Caswell2015-03-261-0/+1
* Move s->s3->rrec to s->rlayer->rrecMatt Caswell2015-03-261-0/+2
* Move s->s3->wbuf to s->rlayer->wbufMatt Caswell2015-03-261-2/+8
* Encapsulate access to s->s3->wbufMatt Caswell2015-03-261-0/+1
* Move s->s3->rrec into s->rlayerMatt Caswell2015-03-261-0/+20
* Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell2015-03-261-0/+2
* Create a RECORD_LAYER structure and move read_ahead into it.Matt Caswell2015-03-261-6/+6
* Resolve swallowed returns codesMatt Caswell2015-03-251-6/+7
* free NULL cleanupRich Salz2015-03-251-5/+4
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* Make sure that cert is never NULLKurt Roeckx2015-03-231-28/+19
* Fix missing return value checksMatt Caswell2015-03-231-8/+17
* Add DTLS to SSL_get_versionDavid Woodhouse2015-03-201-0/+6
* Remove ssl_cert_inst()Kurt Roeckx2015-03-151-16/+12
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-14/+4
* Apache Traffic Server has a need to set the rbio without touching the wbio.Matt Caswell2015-02-071-4/+14