summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01Remove goto inside an if(0) blockRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-11free NULL cleanup 9Rich Salz
2015-04-11free NULL cleanup 10Rich Salz
2015-03-26Move s->rstate to s->rlayer.rstateMatt Caswell
2015-03-26Remove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_initMatt Caswell
2015-03-26Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, andMatt Caswell
2015-03-26Create RECORD_LAYER_clear function.Matt Caswell
2015-03-26Move s->s3->wrec to s>rlayer>wrecMatt Caswell
2015-03-26Move s->s3->rrec to s->rlayer->rrecMatt Caswell
2015-03-26Move s->s3->wbuf to s->rlayer->wbufMatt Caswell
2015-03-26Encapsulate access to s->s3->wbufMatt Caswell
2015-03-26Move s->s3->rrec into s->rlayerMatt Caswell
2015-03-26Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell
2015-03-26Create a RECORD_LAYER structure and move read_ahead into it.Matt Caswell
2015-03-25Resolve swallowed returns codesMatt Caswell
2015-03-25free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-23Make sure that cert is never NULLKurt Roeckx
2015-03-23Fix missing return value checksMatt Caswell
2015-03-20Add DTLS to SSL_get_versionDavid Woodhouse
2015-03-15Remove ssl_cert_inst()Kurt Roeckx
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-07Apache Traffic Server has a need to set the rbio without touching the wbio.Matt Caswell
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-02-05Live code cleanup; #if 1 removalRich Salz
2015-02-03Add SSL_get_extms_support documentation.Dr. Stephen Henson
2015-02-03Ctrl to retrieve extms support.Dr. Stephen Henson
2015-02-03Utility function to retrieve handshake hashes.Dr. Stephen Henson
2015-01-28Remove support for opaque-prfRich Salz
2015-01-27OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-06Only inherit the session ID context in SSL_set_SSL_CTX if the existingEmilia Kasper
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-05Ensure that the session ID context of an SSL* is updatedAdam Langley
2015-01-05Fix building with no-srtpPiotr Sikora
2014-12-17Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-08Fix memory leak in SSL_new if errors occur.Matt Caswell
2014-12-08Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson
2014-12-04Remove SSLv2 supportKurt Roeckx