aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support key loading from certificate fileDr. Stephen Henson2015-03-254-5/+56
* make dependDr. Stephen Henson2015-03-254-11/+33
* make X509_NAME opaqueDr. Stephen Henson2015-03-2515-48/+113
* Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell2015-03-251-6/+5
* Fix HMAC to pass invalid key len testMatt Caswell2015-03-251-1/+2
* Add HMAC test for invalid key lenMatt Caswell2015-03-251-0/+5
* Ensure that both the MD and key have been initialised before attempting toMatt Caswell2015-03-252-3/+21
* Add more HMAC testsMatt Caswell2015-03-251-7/+162
* SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG was disabled in 0.9.8q and 1.0.0c.Matt Caswell2015-03-251-1/+2
* Deprecate RAND_pseudo_bytesMatt Caswell2015-03-255-1/+18
* RAND_bytes updatesMatt Caswell2015-03-2536-66/+100
* Fix return checks in GOST engineMatt Caswell2015-03-256-71/+279
* Fix misc NULL derefs in sureware engineMatt Caswell2015-03-251-11/+16
* Add ticket length before buffering DTLS messageMatt Caswell2015-03-251-2/+2
* Ensure last_write_sequence is saved in DTLS1.2Matt Caswell2015-03-251-4/+4
* free NULL cleanupRich Salz2015-03-2434-108/+58
* update ordinalsDr. Stephen Henson2015-03-241-0/+2
* Update ordinalsRichard Levitte2015-03-241-4/+4
* Teach mkdef.pl to handle multiline declarations.Richard Levitte2015-03-241-3/+16
* Fix verify algorithm.Dr. Stephen Henson2015-03-241-0/+8
* make ASN1_OBJECT opaqueDr. Stephen Henson2015-03-2412-20/+56
* Configuration file examples.Dr. Stephen Henson2015-03-241-0/+53
* Make OCSP response verification more flexible.Dr. Stephen Henson2015-03-241-4/+17
* make dependDr. Stephen Henson2015-03-2420-333/+290
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-2413-76/+134
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-2428-71/+131
* free NULL cleanupRich Salz2015-03-2426-71/+61
* Fix malloc define typoMike Frysinger2015-03-241-2/+2
* Use OPENSSL_malloc rather than malloc/callocRichard Levitte2015-03-241-2/+3
* Fix eng_cryptodev to not depend on BN internals.Richard Levitte2015-03-241-18/+8
* Adjust include pathRichard Levitte2015-03-241-1/+1
* JPAKE Makefile missing 'files' targetRichard Levitte2015-03-241-0/+3
* Remove old style ASN.1 support.Dr. Stephen Henson2015-03-235-132/+2
* return unexpected message when receiving kx with kDHr or kDHdKurt Roeckx2015-03-233-8/+0
* Don't send a for ServerKeyExchange for kDHr and kDHdKurt Roeckx2015-03-231-1/+1
* Make sure that cert is never NULLKurt Roeckx2015-03-233-36/+19
* Fix build.Dr. Stephen Henson2015-03-231-14/+2
* make X509_EXTENSION opaqueDr. Stephen Henson2015-03-2311-35/+44
* Fix SSL_clear unused returnMatt Caswell2015-03-231-1/+2
* ssl3_set_handshake_header returnsMatt Caswell2015-03-238-21/+65
* apps return value checksMatt Caswell2015-03-235-33/+99
* Fix missing return value checksMatt Caswell2015-03-2324-136/+237
* Check libssl function returnsMatt Caswell2015-03-234-451/+451
* Add -DDEBUG_UNUSED to --strict-warningsMatt Caswell2015-03-231-1/+1
* Remove PREFIX, as it's not used any more.Richard Levitte2015-03-231-2/+1
* Actually remove TABLE from version controlRichard Levitte2015-03-231-6043/+0
* Don't check curves that haven't been sentMatt Caswell2015-03-231-0/+10
* Remove deleted functions, update ordinals.Dr. Stephen Henson2015-03-232-31/+11
* Remove {i2d,d2i}_ASN1_BOOLEANDr. Stephen Henson2015-03-234-122/+4
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-2344-983/+141