aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move s->s3->wrec to s>rlayer>wrecMatt Caswell2015-03-261-1/+0
* Move s->s3->rrec to s->rlayer->rrecMatt Caswell2015-03-261-1/+0
* Encapsulate s->s3->rrecMatt Caswell2015-03-261-42/+2
* Move s->s3->wbuf to s->rlayer->wbufMatt Caswell2015-03-261-1/+0
* Move s->s3->rrec into s->rlayerMatt Caswell2015-03-261-2/+1
* Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell2015-03-261-13/+3
* Create a RECORD_LAYER structure and move read_ahead into it.Matt Caswell2015-03-261-2/+5
* Resolve swallowed returns codesMatt Caswell2015-03-251-2/+2
* ssl3_set_handshake_header returnsMatt Caswell2015-03-231-2/+2
* Check libssl function returnsMatt Caswell2015-03-231-229/+229
* Remove ssl_cert_inst()Kurt Roeckx2015-03-151-1/+0
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-6/+4
* Make tlsext_tick_lifetime_hint an unsigned long (from signed long).Matt Caswell2015-02-101-1/+1
* Rewrite ssl3_send_client_key_exchange to support extms.Dr. Stephen Henson2015-02-031-0/+3
* Utility function to retrieve handshake hashes.Dr. Stephen Henson2015-02-031-0/+2
* Add flags field to SSL_SESSION.Dr. Stephen Henson2015-02-031-0/+5
* Make libssl opaque. Move all structures that were previously protected byMatt Caswell2015-01-311-0/+1036
* OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz2015-01-271-12/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-5/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-7/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-868/+888
* Move more comments that confuse indentMatt Caswell2015-01-221-24/+48
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-3/+6
* More commentsMatt Caswell2015-01-221-1/+1
* Remove MS SGCDr. Stephen Henson2015-01-021-1/+0
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-4/+7