summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.1m releaseOpenSSL_1_0_1mMatt Caswell2015-03-194-6/+6
* make updateMatt Caswell2015-03-193-1/+2
* Fix unsigned/signed warningsMatt Caswell2015-03-191-4/+5
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-03-192-3/+16
* Update NEWS fileMatt Caswell2015-03-191-1/+7
* Update CHANGES for releaseMatt Caswell2015-03-191-0/+72
* Remove overlapping CHANGES/NEWS entriesMatt Caswell2015-03-192-348/+0
* Fix reachable assert in SSLv2 servers.Emilia Kasper2015-03-192-13/+46
* PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2015-03-192-14/+76
* Fix ASN1_TYPE_cmpDr. Stephen Henson2015-03-191-0/+3
* Free up ADB and CHOICE if already initialised.Dr. Stephen Henson2015-03-181-3/+21
* Dead code removal from appsMatt Caswell2015-03-172-6/+6
* Remove dead code from cryptoMatt Caswell2015-03-172-9/+5
* Fix seg fault in s_timeMatt Caswell2015-03-171-1/+6
* Add sanity check to PRFMatt Caswell2015-03-171-0/+5
* Fix memset call in stack.cMatt Caswell2015-03-171-1/+1
* Move malloc fail checks closer to mallocMatt Caswell2015-03-171-5/+5
* Add malloc failure checksMatt Caswell2015-03-171-0/+13
* Avoid reading an unused byte after the bufferAndy Polyakov2015-03-141-1/+1
* Fix undefined behaviour in shifts.Emilia Kasper2015-03-132-144/+144
* additional configuration documentationDr. Stephen Henson2015-03-122-7/+102
* ASN.1 print fix.Dr. Stephen Henson2015-03-121-0/+1
* 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