summaryrefslogtreecommitdiffstats
path: root/ssl
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-25free NULL cleanup.Rich Salz
2015-03-25Resolve swallowed returns codesMatt Caswell
2015-03-25free NULL cleanupRich Salz
2015-03-25Support key loading from certificate fileDr. Stephen Henson
2015-03-25SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG was disabled in 0.9.8q and 1.0.0c.Matt Caswell
2015-03-25RAND_bytes updatesMatt 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-24make dependDr. Stephen Henson
2015-03-23return unexpected message when receiving kx with kDHr or kDHdKurt Roeckx
2015-03-23Don't send a for ServerKeyExchange for kDHr and kDHdKurt Roeckx
2015-03-23Make sure that cert is never NULLKurt Roeckx
2015-03-23Fix SSL_clear unused returnMatt Caswell
2015-03-23ssl3_set_handshake_header returnsMatt Caswell
2015-03-23Fix missing return value checksMatt Caswell
2015-03-23Check libssl function returnsMatt Caswell
2015-03-23Don't check curves that haven't been sentMatt Caswell
2015-03-20Add DTLS support to ssltestDavid Woodhouse
2015-03-20Add DTLS to SSL_get_versionDavid Woodhouse
2015-03-19Fix DHE Null CKE vulnerabilityMatt Caswell
2015-03-19Fix for CVE-2015-0291Dr. Stephen Henson
2015-03-19Fix Seg fault in DTLSv1_listenMatt Caswell
2015-03-19Multiblock corrupted pointer fixMatt Caswell