summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
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
2015-03-26Create a RECORD_LAYER structure and move read_ahead into it.Matt Caswell
2015-03-25Resolve swallowed returns codesMatt Caswell
2015-03-23ssl3_set_handshake_header returnsMatt Caswell
2015-03-23Check libssl function returnsMatt Caswell
2015-03-15Remove ssl_cert_inst()Kurt Roeckx
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-10Make tlsext_tick_lifetime_hint an unsigned long (from signed long).Matt Caswell
2015-02-03Rewrite ssl3_send_client_key_exchange to support extms.Dr. Stephen Henson
2015-02-03Utility function to retrieve handshake hashes.Dr. Stephen Henson
2015-02-03Add flags field to SSL_SESSION.Dr. Stephen Henson
2015-01-31Make libssl opaque. Move all structures that were previously protected byMatt Caswell
2015-01-27OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22More commentsMatt Caswell
2015-01-02Remove MS SGCDr. Stephen Henson
2014-12-30mark all block comments that need format preserving so thatTim Hudson