aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Move DTLS CCS processing into the state machineMatt Caswell2015-08-031-5/+0
* Move TLS CCS processing into the state machineMatt Caswell2015-08-031-2/+3
* PACKETise ClientHello processingMatt Caswell2015-08-031-10/+7
* Add initial packet parsing codeMatt Caswell2015-08-031-0/+1
* Extended PSK server support.Dr. Stephen Henson2015-07-301-0/+2
* fields for PSK key, new constantsDr. Stephen Henson2015-07-301-0/+11
* Remove support for SSL3_FLAGS_DELAY_CLIENT_FINISHEDMatt Caswell2015-07-271-1/+0
* Use uint32_t consistently for flags.Dr. Stephen Henson2015-07-181-13/+13
* Use single master secret generation function.Dr. Stephen Henson2015-06-291-0/+4
* Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson2015-06-231-1/+1
* Remove SESS_CERT entirely.Dr. Stephen Henson2015-06-221-7/+0
* Move peer chain to SSL_SESSION structure.Dr. Stephen Henson2015-06-221-1/+2
* Remove certificates from sess_certDr. Stephen Henson2015-06-221-16/+2
* Remove peer temp keys from SESS_CERTDr. Stephen Henson2015-06-221-9/+12
* Fix race condition in NewSessionTicketMatt Caswell2015-06-021-0/+1
* Remove struct ccs_header_stMatt Caswell2015-05-291-6/+0
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-35/+15
* move masks out of CERT structureDr. Stephen Henson2015-05-191-12/+11
* Move certificate validity flags out of CERT.Dr. Stephen Henson2015-05-181-8/+8
* Move signing digest out of CERT.Dr. Stephen Henson2015-05-181-3/+4
* CERT tidyDr. Stephen Henson2015-05-181-13/+14
* Updates following review commentsMatt Caswell2015-05-161-8/+0
* Version negotiation rewrite cleanupMatt Caswell2015-05-161-49/+0
* Server side version negotiation rewriteMatt Caswell2015-05-161-1/+2
* Remove Kerberos support from libsslMatt Caswell2015-05-131-13/+0
* Make COMP_CTX and COMP_METHOD opaqueRich Salz2015-05-121-17/+2
* Sanity check the return from final_finish_macMatt Caswell2015-04-301-1/+0
* Renamed record layer header filesMatt Caswell2015-03-261-1/+1
* Reorganise header filesMatt Caswell2015-03-261-3/+0
* Move last_write_sequence from s->d1 to s->rlayer.d.Matt Caswell2015-03-261-2/+1
* Move ssl3_record_sequence_update into record layerMatt Caswell2015-03-261-2/+0
* Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell2015-03-261-6/+1
* Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell2015-03-261-8/+1
* Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell2015-03-261-3/+0
* Move bitmap and next_bitmap from s->d1 to s->rlayer.d.Matt Caswell2015-03-261-4/+1
* Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell2015-03-261-7/+1
* Move DTLS1_RECORD_DATA into rec_layer.hMatt Caswell2015-03-261-9/+0
* Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell2015-03-261-2/+0
* Move s->s3->wpend_* to s->rlayerMatt Caswell2015-03-261-5/+0
* Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell2015-03-261-8/+0
* Move s->s3->wnum to s->rlayer.wnumMatt Caswell2015-03-261-1/+0
* Move s->rstate to s->rlayer.rstateMatt Caswell2015-03-261-2/+0
* Move s->packet and s->packet_length into s->rlayerMatt Caswell2015-03-261-3/+1
* Removed dependency on rrec from heartbeat processingMatt Caswell2015-03-261-4/+6
* Move ssl3_pending into the record layerMatt Caswell2015-03-261-1/+0
* Moved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record layer.Matt Caswell2015-03-261-33/+0
* Split out non record layer functions out of s3_pkt.c and d1_pkt.c intoMatt Caswell2015-03-261-0/+2
* Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell2015-03-261-18/+0
* Move SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell2015-03-261-2/+13
* Move SSL3_BUFFER set up and release code into ssl3_buffer.cMatt Caswell2015-03-261-5/+0