summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01Remove goto inside an if(0) blockRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-26Move s->packet and s->packet_length into s->rlayerMatt Caswell
2015-03-26Fix bug where rrec was being released...should have been removed by one ofMatt Caswell
2015-03-26Move ssl3_pending into the record layerMatt Caswell
2015-03-26Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, andMatt Caswell
2015-03-26Move s->s3->wrec to s>rlayer>wrecMatt Caswell
2015-03-26Encapsulate s->s3->wrecMatt Caswell
2015-03-26Move s->s3->rrec to s->rlayer->rrecMatt Caswell
2015-03-26Encapsulate s->s3->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-25free NULL cleanup.Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-03-24free NULL cleanupRich Salz
2015-03-23ssl3_set_handshake_header returnsMatt Caswell
2015-03-23Fix missing return value checksMatt Caswell
2015-03-15Remove ssl_cert_inst()Kurt Roeckx
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-03-01Remove experimental 56bit export ciphersRich Salz
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-02-05Live code cleanup; #if 1 removalRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-28Remove support for opaque-prfRich Salz
2015-01-27Dead code removal: Fortezza identifiersRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More indent fixes for STACK_OFMatt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte
2014-12-17Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-08-28Remove serverinfo checks.Dr. Stephen Henson
2014-08-15Add support for Camellia HMAC-Based cipher suites from RFC6367Hubert Kario
2014-08-09Fix SRP authentication ciphersuites.Dr. Stephen Henson
2014-06-29Constification - mostly originally from Chromium.Ben Laurie
2014-06-27Add SHA256 Camellia ciphersuites from RFC5932PK
2014-06-09SRP ciphersuite correction.Dr. Stephen Henson
2014-06-09Update strength_bits for 3DES.Dr. Stephen Henson
2014-03-28Security framework.Dr. Stephen Henson
2014-03-28Auto DH support.Dr. Stephen Henson
2014-02-21Option to set current cert to server certificate.Dr. Stephen Henson