summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-061-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
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-50/+0
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-4/+0
* Live code cleanup; #if 1 removalRich Salz2015-02-051-2/+0
* Add SSL_get_extms_support documentation.Dr. Stephen Henson2015-02-031-1/+3
* Ctrl to retrieve extms support.Dr. Stephen Henson2015-02-031-0/+5
* Utility function to retrieve handshake hashes.Dr. Stephen Henson2015-02-031-0/+29
* Remove support for opaque-prfRich Salz2015-01-281-2/+0
* OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz2015-01-271-42/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-4/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2940/+2943
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-4/+9
* RT3548: Remove unsupported platformsRich Salz2015-01-121-4/+0
* Only inherit the session ID context in SSL_set_SSL_CTX if the existingEmilia Kasper2015-01-061-13/+20
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Ensure that the session ID context of an SSL* is updatedAdam Langley2015-01-051-0/+15