summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2015-03-15OPENSSL_NO_EC* merge; missed one fileRich Salz
2015-03-15Remove ssl_cert_inst()Kurt Roeckx
2015-03-12SSL_check_chain fixMatt Caswell
2015-03-12ssl/s3_clnt.c: fix intermittent failures.Andy Polyakov
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-03-11Cleanse buffersMatt Caswell
2015-03-10Harmonize return values in dtls1_buffer_recordEmilia Kasper
2015-03-10Prevent handshake with unseeded PRNGMatt Caswell
2015-03-09Wrong SSL version in DTLS1_BAD_VER ClientHelloDavid Woodhouse
2015-03-09Fix DTLS1_BAD_VER regressionMatt Caswell
2015-03-05Use constants not numbersKurt Cancemi
2015-03-05Unchecked malloc fixesMatt Caswell
2015-03-01Remove experimental 56bit export ciphersRich Salz
2015-02-27Fix d2i_SSL_SESSION for DTLS1_BAD_VERMatt Caswell
2015-02-27Fixed missing return value checks.Matt Caswell
2015-02-27Fix missing return value checks.Matt Caswell
2015-02-26Remove NETSCAPE_HANG_BUGMatt Caswell
2015-02-26Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removedMatt Caswell
2015-02-24Don't set no_protocol if -tls1 selected.Dr. Stephen Henson
2015-02-12Missing OPENSSL_free on error path.Eric Dequin
2015-02-10Add SSL_SESSION_get0_ticket API function.Matt Caswell
2015-02-10Correct reading back of tlsext_tick_lifetime_hint from ASN1.Matt Caswell
2015-02-10Provide the API functions SSL_SESSION_has_ticket andMatt Caswell
2015-02-10Make tlsext_tick_lifetime_hint an unsigned long (from signed long).Matt Caswell
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-06Remove support for SSL_OP_NETSCAPE_CA_DN_BUG.Matt Caswell
2015-02-06Fix error handling in ssltestMatt Caswell
2015-02-05Live code cleanup; #if 1 removalRich Salz
2015-02-03Remove unused variables.Dr. Stephen Henson
2015-02-03Add SSL_get_extms_support documentation.Dr. Stephen Henson
2015-02-03Ctrl to retrieve extms support.Dr. Stephen Henson
2015-02-03Add extms support to master key generation.Dr. Stephen Henson
2015-02-03Extended master secret extension support.Dr. Stephen Henson
2015-02-03Rewrite ssl3_send_client_key_exchange to support extms.Dr. Stephen Henson
2015-02-03Utility function to retrieve handshake hashes.Dr. Stephen Henson
2015-02-03Add flags field to SSL_SESSION.Dr. Stephen Henson
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz
2015-01-31Make the libssl opaque changes compile on VMSRichard Levitte
2015-01-31Make libssl opaque. Move all structures that were previously protected byMatt Caswell
2015-01-30VMS adjustments:Richard Levitte
2015-01-30VMS adjustments:Richard Levitte
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-27"#if 0" removal: header filesRich Salz
2015-01-27OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz
2015-01-27OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz