summaryrefslogtreecommitdiffstats
path: root/PROBLEMS (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-26Move s->s3->rrec to s->rlayer->rrecMatt Caswell4-4/+5
2015-03-26Encapsulate s->s3->rrecMatt Caswell12-90/+352
2015-03-26Move s->s3->wbuf to s->rlayer->wbufMatt Caswell4-12/+11
2015-03-26Encapsulate access to s->s3->wbufMatt Caswell6-19/+32
2015-03-26Move s->s3->rrec into s->rlayerMatt Caswell4-11/+28
2015-03-26Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell12-59/+334
2015-03-26Create a RECORD_LAYER structure and move read_ahead into it.Matt Caswell4-10/+134
2015-03-26update ordinalsDr. Stephen Henson1-11/+11
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson11-52/+39
2015-03-25free NULL cleanup.Rich Salz30-186/+103
2015-03-25Resolve swallowed returns codesMatt Caswell7-20/+26
2015-03-25make updateDr. Stephen Henson2-18/+19
2015-03-25Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson8-23/+29
2015-03-25Remove X509_ATTRIBUTE hack.Dr. Stephen Henson3-48/+9
2015-03-25free NULL cleanupRich Salz76-390/+202
2015-03-25Support key loading from certificate fileDr. Stephen Henson4-5/+56
2015-03-25make dependDr. Stephen Henson4-11/+33
2015-03-25make X509_NAME opaqueDr. Stephen Henson15-48/+113
2015-03-25Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell1-6/+5
2015-03-25Fix HMAC to pass invalid key len testMatt Caswell1-1/+2
2015-03-25Add HMAC test for invalid key lenMatt Caswell1-0/+5
2015-03-25Ensure that both the MD and key have been initialised before attempting toMatt Caswell2-3/+21
2015-03-25Add more HMAC testsMatt Caswell1-7/+162
2015-03-25SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG was disabled in 0.9.8q and 1.0.0c.Matt Caswell1-1/+2
2015-03-25Deprecate RAND_pseudo_bytesMatt Caswell5-1/+18
2015-03-25RAND_bytes updatesMatt Caswell36-66/+100
2015-03-25Fix return checks in GOST engineMatt Caswell6-71/+279
2015-03-25Fix misc NULL derefs in sureware engineMatt Caswell1-11/+16
2015-03-25Add ticket length before buffering DTLS messageMatt Caswell1-2/+2
2015-03-25Ensure last_write_sequence is saved in DTLS1.2Matt Caswell1-4/+4
2015-03-25free NULL cleanupRich Salz34-108/+58
2015-03-24update ordinalsDr. Stephen Henson1-0/+2
2015-03-24Update ordinalsRichard Levitte1-4/+4
2015-03-24Teach mkdef.pl to handle multiline declarations.Richard Levitte1-3/+16
2015-03-24Fix verify algorithm.Dr. Stephen Henson1-0/+8
2015-03-24make ASN1_OBJECT opaqueDr. Stephen Henson12-20/+56
2015-03-24Configuration file examples.Dr. Stephen Henson1-0/+53
2015-03-24Make OCSP response verification more flexible.Dr. Stephen Henson1-4/+17
2015-03-24make dependDr. Stephen Henson20-333/+290
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson13-76/+134
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson28-71/+131
2015-03-24free NULL cleanupRich Salz26-71/+61
2015-03-24Fix malloc define typoMike Frysinger1-2/+2
2015-03-24Use OPENSSL_malloc rather than malloc/callocRichard Levitte1-2/+3
2015-03-24Fix eng_cryptodev to not depend on BN internals.Richard Levitte1-18/+8
2015-03-24Adjust include pathRichard Levitte1-1/+1
2015-03-24JPAKE Makefile missing 'files' targetRichard Levitte1-0/+3
2015-03-24Remove old style ASN.1 support.Dr. Stephen Henson5-132/+2
2015-03-23return unexpected message when receiving kx with kDHr or kDHdKurt Roeckx3-8/+0
2015-03-23Don't send a for ServerKeyExchange for kDHr and kDHdKurt Roeckx1-1/+1