summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-03-26Move s->packet and s->packet_length into s->rlayerMatt Caswell
2015-03-26Remove unneccessary use of accessor function now code is moved into recordMatt Caswell
2015-03-26Make rrec, wrec, rbuf and wbuf fully private to the record layer. Also, cleanMatt Caswell
2015-03-26Removed dependency on rrec from heartbeat processingMatt Caswell
2015-03-26Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell
2015-03-26Fix bug where rrec was being released...should have been removed by one ofMatt Caswell
2015-03-26Move ssl3_pending into the record layerMatt Caswell
2015-03-26Remove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_initMatt Caswell
2015-03-26Provide RECORD_LAYER_set_data functionMatt Caswell
2015-03-26Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, andMatt Caswell
2015-03-26Create RECORD_LAYER_clear function.Matt Caswell
2015-03-26Tidy up rec_layer.h. Add some comments regarding which functions should beMatt Caswell
2015-03-26Moved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record layer.Matt Caswell
2015-03-26Split out non record layer functions out of s3_pkt.c and d1_pkt.c intoMatt Caswell
2015-03-26Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell
2015-03-26Move SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell
2015-03-26Move SSL3_BUFFER set up and release code into ssl3_buffer.cMatt Caswell
2015-03-26Move s->s3->wrec to s>rlayer>wrecMatt Caswell
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