aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-11Prepare for 1.0.0s releaseOpenSSL_1_0_0sMatt Caswell4-6/+6
2015-06-11Update CHANGES and NEWSMatt Caswell2-2/+70
2015-06-11PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper1-1/+15
2015-06-11Fix length checks in X509_cmp_time to avoid out-of-bounds reads.Emilia Kasper1-10/+47
2015-06-11Fix infinite loop in CMSDr. Stephen Henson1-1/+1
2015-06-11Correction of make depend merge errorRichard Levitte1-1/+1
2015-06-11More ssl_session_dup fixesMatt Caswell1-33/+34
2015-06-10EC_POINT_is_on_curve does not return a booleanMatt Caswell6-16/+23
2015-06-10Fix Kerberos issue in ssl_session_dupMatt Caswell1-1/+1
2015-06-08return correct NID for undefined objectDr. Stephen Henson1-0/+3
2015-06-04Remove misleading commentMatt Caswell1-2/+0
2015-06-04Clean premaster_secret for GOSTMatt Caswell1-0/+1
2015-06-04Clean Kerberos pre-master secretMatt Caswell1-5/+16
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell1-1/+6
2015-06-02Add the macro OPENSSL_SYS_WIN64Richard Levitte1-1/+7
2015-06-02Fix race condition in NewSessionTicketMatt Caswell5-0/+146
2015-06-02Clear state in DTLSv1_listenMatt Caswell1-0/+3
2015-05-28check for error when creating PKCS#8 structureDr. Stephen Henson1-0/+2
2015-05-28PEM doc fixesDr. Stephen Henson1-2/+25
2015-05-23Have mkerr.pl treat already existing multiline string defs properlyRichard Levitte1-7/+14
2015-05-23Fix update and depend in engines/Richard Levitte2-2/+3
2015-05-23Missed a couple of spots in the update changeRichard Levitte2-8/+6
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte61-42/+152
2015-05-22Fix off-by-one in BN_randMatt Caswell4-3/+11
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell4-4/+20
2015-05-20GitHub284: Fix typo in xx-32.pl scripts.StudioEtrange2-2/+2
2015-05-19Don't add write errors into bytecountsRobert Swiecki1-2/+4
2015-05-13Add NULL checks from masterRich Salz2-0/+4
2015-05-02RT3820: Don't call GetDesktopWindow()Gilles Khouzam1-2/+0
2015-04-22Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson1-6/+26
2015-04-22Fix CRYPTO_strdupLoganaden Velvindron1-0/+3
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson1-2/+4
2015-04-16Code style: space after 'if'Viktor Dukhovni3-7/+7
2015-04-16Reject empty generation strings.Dr. Stephen Henson1-1/+6
2015-04-14Fix ssl_get_prev_session overrunMatt Caswell1-0/+6
2015-04-14Check for ClientHello message overrunsMatt Caswell1-1/+41
2015-04-10Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson1-3/+0
2015-03-24Make OCSP response verification more flexible.Dr. Stephen Henson1-4/+17
2015-03-19Prepare for 1.0.0s-devMatt Caswell5-5/+13
2015-03-19Prepare for 1.0.0r releaseOpenSSL_1_0_0rMatt Caswell4-6/+6
2015-03-19make updateMatt Caswell1-1/+0
2015-03-19Fix unsigned/signed warningsMatt Caswell1-4/+5
2015-03-19Fix a failure to NULL a pointer freed on error.Matt Caswell2-3/+16
2015-03-19Update NEWS fileMatt Caswell1-1/+7
2015-03-19Update CHANGES for releaseMatt Caswell1-0/+72
2015-03-19Remove overlapping CHANGES/NEWS entriesMatt Caswell2-278/+0
2015-03-19Fix reachable assert in SSLv2 servers.Emilia Kasper2-13/+46
2015-03-19PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2-14/+76
2015-03-19Fix ASN1_TYPE_cmpDr. Stephen Henson1-0/+3
2015-03-18Free up ADB and CHOICE if already initialised.Dr. Stephen Henson1-3/+21