aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate s->s3->rrecMatt Caswell2015-03-2612-90/+352
* Move s->s3->wbuf to s->rlayer->wbufMatt Caswell2015-03-264-12/+11
* Encapsulate access to s->s3->wbufMatt Caswell2015-03-266-19/+32
* Move s->s3->rrec into s->rlayerMatt Caswell2015-03-264-11/+28
* Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell2015-03-2612-59/+334
* Create a RECORD_LAYER structure and move read_ahead into it.Matt Caswell2015-03-264-10/+134
* update ordinalsDr. Stephen Henson2015-03-261-11/+11
* Move more internal only functions to asn1_locl.hDr. Stephen Henson2015-03-2611-52/+39
* free NULL cleanup.Rich Salz2015-03-2530-186/+103
* Resolve swallowed returns codesMatt Caswell2015-03-257-20/+26
* make updateDr. Stephen Henson2015-03-252-18/+19
* Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson2015-03-258-23/+29
* Remove X509_ATTRIBUTE hack.Dr. Stephen Henson2015-03-253-48/+9
* free NULL cleanupRich Salz2015-03-2576-390/+202
* 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