aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2015-03-17Add sanity check to PRFMatt Caswell1-0/+5
2015-03-15OPENSSL_NO_EC* merge; missed one fileRich Salz1-5/+5
2015-03-15Remove ssl_cert_inst()Kurt Roeckx6-103/+12
2015-03-12SSL_check_chain fixMatt Caswell1-2/+2
2015-03-12ssl/s3_clnt.c: fix intermittent failures.Andy Polyakov2-2/+4
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz12-88/+67
2015-03-11Cleanse buffersMatt Caswell2-0/+6
2015-03-10Harmonize return values in dtls1_buffer_recordEmilia Kasper1-1/+1
2015-03-10Prevent handshake with unseeded PRNGMatt Caswell1-2/+3
2015-03-09Wrong SSL version in DTLS1_BAD_VER ClientHelloDavid Woodhouse1-1/+1
2015-03-09Fix DTLS1_BAD_VER regressionMatt Caswell1-1/+3
2015-03-05Use constants not numbersKurt Cancemi2-4/+4
2015-03-05Unchecked malloc fixesMatt Caswell1-0/+4
2015-03-01Remove experimental 56bit export ciphersRich Salz2-101/+0
2015-02-27Fix d2i_SSL_SESSION for DTLS1_BAD_VERMatt Caswell2-1/+4
2015-02-27Fixed missing return value checks.Matt Caswell1-9/+17
2015-02-27Fix missing return value checks.Matt Caswell1-30/+49
2015-02-26Remove NETSCAPE_HANG_BUGMatt Caswell2-33/+0
2015-02-26Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removedMatt Caswell2-25/+3
2015-02-24Don't set no_protocol if -tls1 selected.Dr. Stephen Henson1-1/+0
2015-02-12Missing OPENSSL_free on error path.Eric Dequin1-0/+1
2015-02-10Add SSL_SESSION_get0_ticket API function.Matt Caswell2-0/+10
2015-02-10Correct reading back of tlsext_tick_lifetime_hint from ASN1.Matt Caswell1-3/+1
2015-02-10Provide the API functions SSL_SESSION_has_ticket andMatt Caswell2-0/+12
2015-02-10Make tlsext_tick_lifetime_hint an unsigned long (from signed long).Matt Caswell1-1/+1
2015-02-07Apache Traffic Server has a need to set the rbio without touching the wbio.Matt Caswell2-4/+16
2015-02-06dead code cleanup: #if 0 in sslRich Salz17-493/+10
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz1-4/+0
2015-02-06Remove support for SSL_OP_NETSCAPE_CA_DN_BUG.Matt Caswell3-30/+9
2015-02-06Fix error handling in ssltestMatt Caswell1-1/+1
2015-02-05Live code cleanup; #if 1 removalRich Salz4-14/+0
2015-02-03Remove unused variables.Dr. Stephen Henson1-6/+4
2015-02-03Add SSL_get_extms_support documentation.Dr. Stephen Henson1-1/+3
2015-02-03Ctrl to retrieve extms support.Dr. Stephen Henson2-0/+9
2015-02-03Add extms support to master key generation.Dr. Stephen Henson5-23/+73
2015-02-03Extended master secret extension support.Dr. Stephen Henson4-1/+26
2015-02-03Rewrite ssl3_send_client_key_exchange to support extms.Dr. Stephen Henson3-86/+112
2015-02-03Utility function to retrieve handshake hashes.Dr. Stephen Henson3-39/+41
2015-02-03Add flags field to SSL_SESSION.Dr. Stephen Henson2-0/+28
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz1-11/+1
2015-01-31Make the libssl opaque changes compile on VMSRichard Levitte1-1/+1
2015-01-31Make libssl opaque. Move all structures that were previously protected byMatt Caswell6-1050/+1039
2015-01-30VMS adjustments:Richard Levitte1-9/+8
2015-01-30VMS adjustments:Richard Levitte1-2/+2
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte3-9/+1
2015-01-28Remove support for opaque-prfRich Salz10-383/+3
2015-01-27Dead code removal: Fortezza identifiersRich Salz2-56/+0
2015-01-27"#if 0" removal: header filesRich Salz3-40/+0
2015-01-27OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz4-134/+4
2015-01-27OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz4-14/+0