summaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* mark all block comments that need format preserving so thatTim Hudson2014-12-3018-267/+331
* RT3548: Remove outdated platformsRich Salz2014-12-191-2/+0
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-1/+1
* Premaster secret handling fixesAdam Langley2014-12-171-8/+28
* Clear warnings/errors within TLS_DEBUG code sectionsRichard Levitte2014-12-171-5/+5
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-176-79/+79
* Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte2014-12-171-1/+1
* Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte2014-12-173-13/+14
* The dtls1_output_cert_chain function no longer exists so remove it fromMatt Caswell2014-12-161-1/+0
* Don't set client_version to the ServerHello version.Adam Langley2014-12-161-1/+1
* Add more meaningful OPENSSL_NO_ECDH error message for suite b modeMatt Caswell2014-12-163-1/+3
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-165-1/+18
* Remove extraneous white space, and add some bracesMatt Caswell2014-12-161-1/+5
* DTLS fixes for signed/unsigned issuesMatt Caswell2014-12-151-9/+27
* Allow using -SSLv2 again when setting Protocol in the config.Kurt Roeckx2014-12-151-0/+1
* Fixed memory leak if BUF_MEM_grow failsMatt Caswell2014-12-132-0/+2
* make updateMatt Caswell2014-12-111-1/+1