aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-22Fix indent comment corruption issueMatt Caswell1-1/+2
2015-01-22Fix strange formatting by indentMatt Caswell1-1/+2
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell12-116/+220
2015-01-22More indent fixes for STACK_OFMatt Caswell1-4/+4
2015-01-22Fix source where indent will not be able to copeMatt Caswell10-22/+50
2015-01-22Yet more commentsMatt Caswell1-2/+4
2015-01-22More commentsMatt Caswell3-4/+7
2015-01-22Further comment changes for reformat (master)Matt Caswell3-6/+12
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2-2/+2
2015-01-12RT3548: Remove unsupported platformsRich Salz4-19/+9
2015-01-12RT478: Add uninstall make targetRich Salz1-0/+2
2015-01-08A memory leak can occur in dtls1_buffer_record if either of the calls toMatt Caswell1-9/+21
2015-01-08Unauthenticated DH client certificate fix.Dr. Stephen Henson1-1/+1