aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix crash in dtls1_get_record whilst in the listen state where you get twoDr. Stephen Henson2015-01-082-2/+2
* fix error discrepancyDr. Stephen Henson2015-01-071-1/+1
* Only inherit the session ID context in SSL_set_SSL_CTX if the existingEmilia Kasper2015-01-061-13/+20
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-067-9/+18
* fix compilation errorDr. Stephen Henson2015-01-062-2/+2
* Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson2015-01-064-33/+21
* ECDH downgrade bug fix.Dr. Stephen Henson2015-01-051-3/+15
* Ensure that the session ID context of an SSL* is updatedAdam Langley2015-01-051-0/+15
* Additional fix required for no-srtp to workMatt Caswell2015-01-051-1/+1
* Fix building with no-srtpPiotr Sikora2015-01-052-0/+12
* Remove SGC restart flag.Dr. Stephen Henson2015-01-021-10/+0
* Remove MS SGCDr. Stephen Henson2015-01-024-90/+12
* Clear existing extension state.Dr. Stephen Henson2015-01-021-0/+10
* remove duplicate definesMartin Nowak2014-12-311-2/+0
* constify tls 1.2 lookup tables.Cristian Rodríguez2014-12-311-6/+6