aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-4/+0
* Remove support for SSL_OP_NETSCAPE_CA_DN_BUG.Matt Caswell2015-02-063-30/+9
* Fix error handling in ssltestMatt Caswell2015-02-061-1/+1
* Live code cleanup; #if 1 removalRich Salz2015-02-054-14/+0
* Remove unused variables.Dr. Stephen Henson2015-02-031-6/+4
* Add SSL_get_extms_support documentation.Dr. Stephen Henson2015-02-031-1/+3
* Ctrl to retrieve extms support.Dr. Stephen Henson2015-02-032-0/+9
* Add extms support to master key generation.Dr. Stephen Henson2015-02-035-23/+73
* Extended master secret extension support.Dr. Stephen Henson2015-02-034-1/+26
* Rewrite ssl3_send_client_key_exchange to support extms.Dr. Stephen Henson2015-02-033-86/+112
* Utility function to retrieve handshake hashes.Dr. Stephen Henson2015-02-033-39/+41
* Add flags field to SSL_SESSION.Dr. Stephen Henson2015-02-032-0/+28
* Dead code cleanup: #if 0 dropped from testsRich Salz2015-02-021-11/+1
* Make the libssl opaque changes compile on VMSRichard Levitte2015-01-311-1/+1
* Make libssl opaque. Move all structures that were previously protected byMatt Caswell2015-01-316-1050/+1039
* VMS adjustments:Richard Levitte2015-01-301-9/+8
* VMS adjustments:Richard Levitte2015-01-301-2/+2
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-293-9/+1
* Remove support for opaque-prfRich Salz2015-01-2810-383/+3
* Dead code removal: Fortezza identifiersRich Salz2015-01-272-56/+0
* "#if 0" removal: header filesRich Salz2015-01-273-40/+0
* OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz2015-01-274-134/+4
* OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz2015-01-274-14/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-276-66/+5
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-273-29/+3
* Make DTLS always act as if read_ahead is set. The actual value of read_aheadMatt Caswell2015-01-271-1/+2
* Fix segfault with empty fields as last in the config.Kurt Roeckx2015-01-242-0/+6
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-2/+2
* Fix post-reformat errors preventing windows compilationMatt Caswell2015-01-221-1/+1
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-228-137/+138
* Re-align some comments after running the reformat script.Matt Caswell2015-01-2213-354/+354
* Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell2015-01-224-12/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2257-48788/+48294
* More tweaks for comments due indent issuesmaster-pre-auto-reformatMatt Caswell2015-01-221-1/+2
* Tweaks for comments due to indent's inability to handle themMatt Caswell2015-01-221-1/+2
* Move more comments that confuse indentMatt Caswell2015-01-227-53/+106
* Fix indent comment corruption issueMatt Caswell2015-01-221-1/+2
* Fix strange formatting by indentMatt Caswell2015-01-221-1/+2
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-2212-116/+220
* More indent fixes for STACK_OFMatt Caswell2015-01-221-4/+4
* Fix source where indent will not be able to copeMatt Caswell2015-01-2210-22/+50
* Yet more commentsMatt Caswell2015-01-221-2/+4
* More commentsMatt Caswell2015-01-223-4/+7
* Further comment changes for reformat (master)Matt Caswell2015-01-223-6/+12
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-142-2/+2
* RT3548: Remove unsupported platformsRich Salz2015-01-124-19/+9
* RT478: Add uninstall make targetRich Salz2015-01-121-0/+2
* A memory leak can occur in dtls1_buffer_record if either of the calls toMatt Caswell2015-01-081-9/+21
* Unauthenticated DH client certificate fix.Dr. Stephen Henson2015-01-081-1/+1
* Follow on from CVE-2014-3571. This fixes the code that was the original sourceMatt Caswell2015-01-081-1/+2