aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz6-66/+5
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz3-29/+3
2015-01-27Make DTLS always act as if read_ahead is set. The actual value of read_aheadMatt Caswell1-1/+2
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx2-0/+6
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz1-2/+2
2015-01-22Fix post-reformat errors preventing windows compilationMatt Caswell1-1/+1
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell8-137/+138
2015-01-22Re-align some comments after running the reformat script.Matt Caswell13-354/+354
2015-01-22Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell4-12/+6
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell57-48788/+48294
2015-01-22More tweaks for comments due indent issuesmaster-pre-auto-reformatMatt Caswell1-1/+2
2015-01-22Tweaks for comments due to indent's inability to handle themMatt Caswell1-1/+2
2015-01-22Move more comments that confuse indentMatt Caswell7-53/+106