summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix missing return checks in v3_cpols.cMatt Caswell2015-03-121-4/+12
* Fix dsa_pub_encodeMatt Caswell2015-03-121-6/+8
* Fix dh_pub_encodeMatt Caswell2015-03-121-5/+7
* Fix asn1_item_print_ctxMatt Caswell2015-03-121-0/+2
* ASN1_primitive_new NULL param handlingMatt Caswell2015-03-121-2/+5
* Fix EVP_DigestInit_ex with NULL digestMatt Caswell2015-03-121-3/+6
* Fix error handling in bn_expMatt Caswell2015-03-121-2/+2
* Fix seg fault in ASN1_generate_v3/ASN1_generate_nconfMatt Caswell2015-03-111-0/+4
* Cleanse buffersMatt Caswell2015-03-112-0/+6
* Harmonize return values in dtls1_buffer_recordEmilia Kasper2015-03-101-1/+1
* BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee2015-03-101-3/+6
* Fix wrong numbers being passed as string lengthsDmitry-Me2015-03-093-3/+3
* update ordinalsDr. Stephen Henson2015-03-091-0/+1
* fix warningDr. Stephen Henson2015-03-081-3/+3
* Cleanse PKCS#8 private key components.Dr. Stephen Henson2015-03-084-9/+17
* Additional CMS documentation.Dr. Stephen Henson2015-03-082-4/+47
* Remove export ciphers from the DEFAULT cipher listKurt Roeckx2015-03-074-7/+13
* Update mkerr.pl for new formatMatt Caswell2015-03-061-66/+66
* Use constants not numbersKurt Cancemi2015-03-052-4/+4
* Unchecked malloc fixesMatt Caswell2015-03-0516-10/+118
* Check public key is not NULL.Dr. Stephen Henson2015-03-021-0/+2
* Fix format script.Dr. Stephen Henson2015-03-023-99/+121
* Fix d2i_SSL_SESSION for DTLS1_BAD_VERMatt Caswell2015-02-272-1/+4
* Fixed missing return value checks.Matt Caswell2015-02-271-8/+17
* Fix missing return value checks.Matt Caswell2015-02-271-30/+48
* Fix warning with no-ecMatt Caswell2015-02-271-2/+8
* Fix no-ec warningMatt Caswell2015-02-271-3/+10
* Fix evp_extra_test.c with no-ecMatt Caswell2015-02-261-0/+6
* Fix some minor documentation issuesMatt Caswell2015-02-252-6/+4
* Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell2015-02-251-7/+1
* Add dire warnings about the "reuse" capability of the d2i_* functions.Matt Caswell2015-02-251-5/+13
* Provide documentation for i2d_ECPrivateKey and d2i_ECPrivateKeyMatt Caswell2015-02-251-0/+67
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-02-251-3/+3
* Import evp_test.c from BoringSSL. Unfortunately we already have a fileMatt Caswell2015-02-253-5/+508
* Document -no_explicitDr. Stephen Henson2015-02-241-2/+8
* Fix null-pointer dereferenceEdgar Pek2015-02-221-2/+2
* Fix memory leakKurt Roeckx2015-02-221-0/+1
* Avoid a double-free in an error path.Doug Hogan2015-02-221-0/+1
* Restore -DTERMIO/-DTERMIOS on Windows platforms.Richard Levitte2015-02-221-5/+5
* Assume TERMIOS is default, remove TERMIO on all Linux.Richard Levitte2015-02-222-89/+83
* RT3684: rand_egd needs stddef.hRich Salz2015-02-121-0/+1
* RT3670: Check return from BUF_MEM_grow_cleanGraeme Perrow2015-02-121-1/+5
* Missing OPENSSL_free on error path.Eric Dequin2015-02-121-0/+1
* Bring objects.pl output even closer to new format.Andy Polyakov2015-02-091-2/+1
* Fix memory leak reporting.Dr. Stephen Henson2015-02-092-4/+6
* Harmonize objects.pl output with new format.Andy Polyakov2015-02-091-17/+26
* Fix error handling in ssltestMatt Caswell2015-02-061-1/+1
* Fixed bad formatting in crypto/des/spr.hRich Salz2015-02-051-176/+151
* Make objxref.pl output in correct formatDr. Stephen Henson2015-02-041-16/+21
* Check PKCS#8 pkey field is valid before cleansing.Dr. Stephen Henson2015-02-031-1/+2