summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 0.9.8zg releaseOpenSSL_0_9_8zgMatt Caswell2015-06-114-6/+6
* Update CHANGES and NEWSMatt Caswell2015-06-112-2/+70
* PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper2015-06-111-1/+15
* Fix length checks in X509_cmp_time to avoid out-of-bounds reads.Emilia Kasper2015-06-111-10/+47
* Fix infinite loop in CMSDr. Stephen Henson2015-06-111-1/+1
* More ssl_session_dup fixesMatt Caswell2015-06-111-19/+20
* EC_POINT_is_on_curve does not return a booleanMatt Caswell2015-06-106-16/+23
* Fix Kerberos issue in ssl_session_dupMatt Caswell2015-06-101-1/+1
* return correct NID for undefined objectDr. Stephen Henson2015-06-081-0/+3
* Clean Kerberos pre-master secretMatt Caswell2015-06-041-5/+16
* Fix off-by-one error in BN_bn2hexMatt Caswell2015-06-041-1/+6
* Add the macro OPENSSL_SYS_WIN64Richard Levitte2015-06-021-1/+7
* Fix race condition in NewSessionTicketMatt Caswell2015-06-025-0/+107
* Clear state in DTLSv1_listenMatt Caswell2015-06-021-0/+3
* check for error when creating PKCS#8 structureDr. Stephen Henson2015-05-281-0/+2
* PEM doc fixesDr. Stephen Henson2015-05-281-2/+25
* Fix off-by-one in BN_randMatt Caswell2015-05-224-3/+11
* Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell2015-05-224-4/+20
* Add NULL checks from masterRich Salz2015-05-132-0/+4
* Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson2015-04-181-2/+4
* Code style: space after 'if'Viktor Dukhovni2015-04-164-8/+8
* Fix ssl_get_prev_session overrunMatt Caswell2015-04-141-0/+6
* Check for ClientHello message overrunsMatt Caswell2015-04-141-1/+41
* Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson2015-04-101-3/+0
* Have mkerr.pl treat already existing multiline string defs properlyRichard Levitte2015-04-081-2/+10
* Make OCSP response verification more flexible.Dr. Stephen Henson2015-03-241-4/+17
* Prepare for 0.9.8zg-devMatt Caswell2015-03-195-5/+13
* Prepare for 0.9.8zf releaseOpenSSL_0_9_8zfMatt Caswell2015-03-194-6/+6
* make updateMatt Caswell2015-03-191-1/+0
* 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
* VMS build fixRichard Levitte2015-03-192-6/+13
* Update NEWS fileMatt Caswell2015-03-191-1/+7
* Update CHANGES for releaseMatt Caswell2015-03-191-0/+72
* Fix reachable assert in SSLv2 servers.Emilia Kasper2015-03-192-13/+46
* PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2015-03-192-0/+60
* 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
* Tolerate test_sqr errors for FIPS builds.Dr. Stephen Henson2015-03-141-0/+8
* Disable export and SSLv2 ciphers by defaultKurt Roeckx2015-03-145-7/+18
* Cleanse buffersMatt Caswell2015-03-112-0/+5
* Fix warnings.Dr. Stephen Henson2015-03-081-6/+4
* Update mkerr.pl for new formatMatt Caswell2015-03-061-66/+66
* Check public key is not NULL.Dr. Stephen Henson2015-03-021-0/+2
* Fix format script.Dr. Stephen Henson2015-03-023-91/+113
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-02-251-3/+3
* Bring objects.pl output even closer to new format.Andy Polyakov2015-02-091-2/+1
* 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