aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build fixesEmilia Kasper2014-12-174-7/+3
* Premaster secret handling fixesAdam Langley2014-12-171-8/+28
* Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)Richard Levitte2014-12-171-1/+1
* Clear warnings/errors within TLS_DEBUG code sectionsRichard Levitte2014-12-171-5/+5
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-177-89/+91
* 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
* Clear warnings/errors within BN_CTX_DEBUG code sectionsRichard Levitte2014-12-171-1/+1
* Check for invalid divisors in BN_div.Emilia Kasper2014-12-171-3/+5
* 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
* Rename gost2814789t.c to gost2814789test.c. The old name caused problemsMatt Caswell2014-12-163-16/+17
* Add missing OPENSSL_NO_EC guardsMatt Caswell2014-12-161-0/+2
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-167-1/+46
* Remove extraneous white space, and add some bracesMatt Caswell2014-12-161-1/+5
* DTLS fixes for signed/unsigned issuesMatt Caswell2014-12-151-9/+27
* RT3497: The ticket that keeps on giving.Rich Salz2014-12-151-1/+0
* Allow using -SSLv2 again when setting Protocol in the config.Kurt Roeckx2014-12-151-0/+1
* RT3497: Fix; don't remove header filesRich Salz2014-12-152-2/+1
* Fix unused variable warningEmilia Kasper2014-12-151-1/+3
* Fixed memory leak if BUF_MEM_grow failsMatt Caswell2014-12-132-0/+2
* RT1688: Add dependencies for parallel makeRich Salz2014-12-121-5/+7
* make updateMatt Caswell2014-12-1110-108/+115
* Minor doc fixes.Rich Salz2014-12-112-5/+3
* RT3497: Clean up "dclean" targetsRich Salz2014-12-115-6/+4
* RT3543: Remove #ifdef LINTRich Salz2014-12-1012-47/+2
* Remove old private pod2manRich Salz2014-12-104-1262/+4
* capi_ctrl, capi_vtrace: check for NULL after allocating and free itKurt Roeckx2014-12-103-1/+16
* tree_print: check for NULL after allocating errJonas Maebe2014-12-101-0/+2
* 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
* Move bn internal functions into bn_int.h and bn_lcl.hMatt Caswell2014-12-085-176/+114
* Update documentation following BN opaquifyMatt Caswell2014-12-086-62/+136
* Make bn opaqueMatt Caswell2014-12-083-59/+58
* Update apps for bn opaque changeMatt Caswell2014-12-084-34/+58
* Disable engines that will fail to build when bn is made opaqueMatt Caswell2014-12-082-132/+7
* Implement internally opaque bn access from tsMatt Caswell2014-12-081-5/+6
* Implement internally opaque bn access from srpMatt Caswell2014-12-085-43/+73
* Implement internally opaque bn access from rsaMatt Caswell2014-12-087-55/+130
* Implement internally opaque bn access from evpMatt Caswell2014-12-082-4/+4
* Implement internally opaque bn access from ecMatt Caswell2014-12-0814-509/+410
* Implement internally opaque bn access from dsaMatt Caswell2014-12-085-56/+82
* Implement internally opaque bn access from dhMatt Caswell2014-12-088-205/+311
* Implement internally opaque bn access from asn1Matt Caswell2014-12-082-4/+4