summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2015-07-27Remove support for SSL3_FLAGS_DELAY_CLIENT_FINISHEDMatt Caswell
2015-07-18Use uint32_t consistently for flags.Dr. Stephen Henson
2015-06-29Use single master secret generation function.Dr. Stephen Henson
2015-06-23Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson
2015-06-22Remove SESS_CERT entirely.Dr. Stephen Henson
2015-06-22Move peer chain to SSL_SESSION structure.Dr. Stephen Henson
2015-06-22Remove certificates from sess_certDr. Stephen Henson
2015-06-22Remove peer temp keys from SESS_CERTDr. Stephen Henson
2015-06-02Fix race condition in NewSessionTicketMatt Caswell
2015-05-29Remove struct ccs_header_stMatt Caswell
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-19move masks out of CERT structureDr. Stephen Henson
2015-05-18Move certificate validity flags out of CERT.Dr. Stephen Henson
2015-05-18Move signing digest out of CERT.Dr. Stephen Henson
2015-05-18CERT tidyDr. Stephen Henson
2015-05-16Updates following review commentsMatt Caswell
2015-05-16Version negotiation rewrite cleanupMatt Caswell
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-12Make COMP_CTX and COMP_METHOD opaqueRich Salz
2015-04-30Sanity check the return from final_finish_macMatt Caswell
2015-03-26Renamed record layer header filesMatt Caswell
2015-03-26Reorganise header filesMatt Caswell
2015-03-26Move last_write_sequence from s->d1 to s->rlayer.d.Matt Caswell
2015-03-26Move ssl3_record_sequence_update into record layerMatt Caswell
2015-03-26Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell
2015-03-26Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Move bitmap and next_bitmap from s->d1 to s->rlayer.d.Matt Caswell
2015-03-26Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Move DTLS1_RECORD_DATA into rec_layer.hMatt Caswell
2015-03-26Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell
2015-03-26Move s->s3->wpend_* to s->rlayerMatt Caswell
2015-03-26Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell
2015-03-26Move s->s3->wnum to s->rlayer.wnumMatt Caswell
2015-03-26Move s->rstate to s->rlayer.rstateMatt Caswell
2015-03-26Move s->packet and s->packet_length into s->rlayerMatt Caswell
2015-03-26Removed dependency on rrec from heartbeat processingMatt Caswell
2015-03-26Move ssl3_pending into the record layerMatt 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-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-26Move s->s3->rrec into s->rlayerMatt Caswell
2015-03-26Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell