aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* tls1_heartbeat: check for NULL after allocating bufJonas Maebe2014-12-101-0/+5
* tls1_process_heartbeat: check for NULL after allocating bufferJonas Maebe2014-12-103-0/+7
* SSL_set_session: check for NULL after allocating s->kssl_ctx->client_princJonas Maebe2014-12-101-0/+5
* serverinfo_process_buffer: check result of realloc(ctx->cert->key->serverinfo...Jonas Maebe2014-12-101-2/+5
* ssl3_digest_cached_records: check for NULL after allocating s->s3->handshake_...Jonas Maebe2014-12-101-0/+5
* ssl3_get_certificate_request: check for NULL after allocating s->cert->ctypesJonas Maebe2014-12-101-0/+5
* SSL_COMP_add_compression_method: exit if allocating the new compression metho...Jonas Maebe2014-12-101-0/+7
* Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe2014-12-081-1/+0