aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-03Prepare for 0.9.8zi-devOpenSSL_0_9_8-stableMatt Caswell5-5/+13
2015-12-03Prepare for 0.9.8zh releaseOpenSSL_0_9_8zhMatt Caswell4-6/+6
2015-12-02Update CHANGES and NEWSMatt Caswell2-2/+12
2015-12-02Fix leak with ASN.1 combine.Dr. Stephen Henson1-2/+5
2015-12-02_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte1-0/+1
2015-11-24Fix uninitialised p error.Dr. Stephen Henson1-1/+1
2015-11-24Limit depth of ASN1 parse printing.Dr. Stephen Henson1-0/+10
2015-10-11Typo.Dr. Stephen Henson1-1/+1
2015-10-06Don't try and parse boolean type.Dr. Stephen Henson1-2/+2
2015-09-25Change --debug to -d for compat with old releases.Rich Salz1-1/+1
2015-09-23OpenSSL 0.9.8 doesn't have support for mingw64Richard Levitte1-6/+0
2015-09-22Remove stricts-warnings on 0.9.8 travis.Rich Salz1-1/+1
2015-09-22GH398: Add mingw cross-compile, etc.Rich Salz1-0/+50
2015-09-17Make sure OPENSSL_cleanse checks for NULLMatt Caswell1-0/+4
2015-09-02Fix building with OPENSSL_NO_TLSEXT.Matt Caswell1-2/+2
2015-09-01Ignore .dir-locals.elRichard Levitte1-0/+1
2015-08-31Remove auto-fill-modeRichard Levitte1-2/+0
2015-08-31Add an example .dir-locals.elRichard Levitte2-0/+19
2015-08-31Add emacs CC mode style for OpenSSLRichard Levitte1-0/+60
2015-08-16Move FAQ to the web.Rich Salz1-1039/+2
2015-07-29Tweak README about rt and bug reporting.Rich Salz1-13/+19
2015-07-10Set numeric IDs for tar as wellRichard Levitte1-1/+1
2015-07-10Stop using tardyRichard Levitte1-14/+17
2015-07-06document -2 return valueDr. Stephen Henson1-0/+7
2015-06-11Prepare for 0.9.8zh-devMatt Caswell5-5/+13
2015-06-11Prepare for 0.9.8zg releaseOpenSSL_0_9_8zgMatt 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-11More ssl_session_dup fixesMatt Caswell1-19/+20
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-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/+107
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-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-13Add NULL checks from masterRich Salz2-0/+4
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson1-2/+4
2015-04-16Code style: space after 'if'Viktor Dukhovni4-8/+8
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-04-08Have mkerr.pl treat already existing multiline string defs properlyRichard Levitte1-2/+10