aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 0.9.8zi-devOpenSSL_0_9_8-stableMatt Caswell2015-12-035-5/+13
* Prepare for 0.9.8zh releaseOpenSSL_0_9_8zhMatt Caswell2015-12-034-6/+6
* Update CHANGES and NEWSMatt Caswell2015-12-022-2/+12
* Fix leak with ASN.1 combine.Dr. Stephen Henson2015-12-021-2/+5
* _BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte2015-12-021-0/+1
* Fix uninitialised p error.Dr. Stephen Henson2015-11-241-1/+1
* Limit depth of ASN1 parse printing.Dr. Stephen Henson2015-11-241-0/+10
* Typo.Dr. Stephen Henson2015-10-111-1/+1
* Don't try and parse boolean type.Dr. Stephen Henson2015-10-061-2/+2
* Change --debug to -d for compat with old releases.Rich Salz2015-09-251-1/+1
* OpenSSL 0.9.8 doesn't have support for mingw64Richard Levitte2015-09-231-6/+0
* Remove stricts-warnings on 0.9.8 travis.Rich Salz2015-09-221-1/+1
* GH398: Add mingw cross-compile, etc.Rich Salz2015-09-221-0/+50
* Make sure OPENSSL_cleanse checks for NULLMatt Caswell2015-09-171-0/+4
* Fix building with OPENSSL_NO_TLSEXT.Matt Caswell2015-09-021-2/+2
* Ignore .dir-locals.elRichard Levitte2015-09-011-0/+1
* Remove auto-fill-modeRichard Levitte2015-08-311-2/+0
* Add an example .dir-locals.elRichard Levitte2015-08-312-0/+19
* Add emacs CC mode style for OpenSSLRichard Levitte2015-08-311-0/+60
* Move FAQ to the web.Rich Salz2015-08-161-1039/+2
* Tweak README about rt and bug reporting.Rich Salz2015-07-291-13/+19
* Set numeric IDs for tar as wellRichard Levitte2015-07-101-1/+1
* Stop using tardyRichard Levitte2015-07-101-14/+17
* document -2 return valueDr. Stephen Henson2015-07-061-0/+7
* Prepare for 0.9.8zh-devMatt Caswell2015-06-115-5/+13
* 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