summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.0s releaseOpenSSL_1_0_0sMatt 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
* Correction of make depend merge errorRichard Levitte2015-06-111-1/+1
* More ssl_session_dup fixesMatt Caswell2015-06-111-33/+34
* 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
* Remove misleading commentMatt Caswell2015-06-041-2/+0
* Clean premaster_secret for GOSTMatt Caswell2015-06-041-0/+1
* 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/+146
* 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
* Have mkerr.pl treat already existing multiline string defs properlyRichard Levitte2015-05-231-7/+14
* Fix update and depend in engines/Richard Levitte2015-05-232-2/+3
* Missed a couple of spots in the update changeRichard Levitte2015-05-232-8/+6
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-2361-42/+152
* 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
* GitHub284: Fix typo in xx-32.pl scripts.StudioEtrange2015-05-202-2/+2
* Don't add write errors into bytecountsRobert Swiecki2015-05-191-2/+4
* Add NULL checks from masterRich Salz2015-05-132-0/+4
* RT3820: Don't call GetDesktopWindow()Gilles Khouzam2015-05-021-2/+0
* Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson2015-04-221-6/+26
* Fix CRYPTO_strdupLoganaden Velvindron2015-04-221-0/+3
* Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson2015-04-181-2/+4
* Code style: space after 'if'Viktor Dukhovni2015-04-163-7/+7
* Reject empty generation strings.Dr. Stephen Henson2015-04-161-1/+6
* 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
* Make OCSP response verification more flexible.Dr. Stephen Henson2015-03-241-4/+17
* Prepare for 1.0.0s-devMatt Caswell2015-03-195-5/+13
* Prepare for 1.0.0r releaseOpenSSL_1_0_0rMatt 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
* 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-278/+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