summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-03-26Encapsulate s->s3->wrecMatt Caswell
2015-03-26Move s->s3->rrec to s->rlayer->rrecMatt Caswell
2015-03-26Encapsulate s->s3->rrecMatt Caswell
2015-03-26Move s->s3->wbuf to s->rlayer->wbufMatt Caswell
2015-03-26Encapsulate access to s->s3->wbufMatt Caswell
2015-03-26Move s->s3->rrec into s->rlayerMatt Caswell
2015-03-26Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell
2015-03-26Create a RECORD_LAYER structure and move read_ahead into it.Matt Caswell
2015-03-26update ordinalsDr. Stephen Henson
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson
2015-03-25free NULL cleanup.Rich Salz
2015-03-25Resolve swallowed returns codesMatt Caswell
2015-03-25make updateDr. Stephen Henson
2015-03-25Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson
2015-03-25Remove X509_ATTRIBUTE hack.Dr. Stephen Henson
2015-03-25free NULL cleanupRich Salz
2015-03-25Support key loading from certificate fileDr. Stephen Henson
2015-03-25make dependDr. Stephen Henson
2015-03-25make X509_NAME opaqueDr. Stephen Henson
2015-03-25Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell
2015-03-25Fix HMAC to pass invalid key len testMatt Caswell
2015-03-25Add HMAC test for invalid key lenMatt Caswell
2015-03-25Ensure that both the MD and key have been initialised before attempting toMatt Caswell
2015-03-25Add more HMAC testsMatt Caswell
2015-03-25SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG was disabled in 0.9.8q and 1.0.0c.Matt Caswell
2015-03-25Deprecate RAND_pseudo_bytesMatt Caswell
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-25Fix return checks in GOST engineMatt Caswell
2015-03-25Fix misc NULL derefs in sureware engineMatt Caswell
2015-03-25Add ticket length before buffering DTLS messageMatt Caswell
2015-03-25Ensure last_write_sequence is saved in DTLS1.2Matt Caswell
2015-03-24free NULL cleanupRich Salz
2015-03-24update ordinalsDr. Stephen Henson
2015-03-24Update ordinalsRichard Levitte
2015-03-24Teach mkdef.pl to handle multiline declarations.Richard Levitte
2015-03-24Fix verify algorithm.Dr. Stephen Henson
2015-03-24make ASN1_OBJECT opaqueDr. Stephen Henson
2015-03-24Configuration file examples.Dr. Stephen Henson
2015-03-24Make OCSP response verification more flexible.Dr. Stephen Henson
2015-03-24make dependDr. Stephen Henson
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-24Fix malloc define typoMike Frysinger
2015-03-24Use OPENSSL_malloc rather than malloc/callocRichard Levitte
2015-03-24Fix eng_cryptodev to not depend on BN internals.Richard Levitte
2015-03-24Adjust include pathRichard Levitte
2015-03-24JPAKE Makefile missing 'files' targetRichard Levitte
2015-03-23Remove old style ASN.1 support.Dr. Stephen Henson
2015-03-23return unexpected message when receiving kx with kDHr or kDHdKurt Roeckx