aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2015-04-30free NULL cleanup 7Rich Salz1-8/+4
2015-04-30Add sanity check to ssl_get_prev_sessionMatt Caswell1-1/+1
2015-04-30Sanity check the return from final_finish_macMatt Caswell2-2/+1
2015-04-30Add sanity check in ssl3_cbc_digest_recordMatt Caswell1-2/+12
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell1-2/+5
2015-04-30make updateMatt Caswell1-22/+21
2015-04-30free cleanup almost the finaleRich Salz7-39/+15
2015-04-30free NULL cleanup 5aRich Salz8-89/+43
2015-04-30Remove redundant includes from dtls1.hMatt Caswell2-0/+8
2015-04-28remove malloc castsRich Salz7-17/+15
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-0/+2
2015-04-22SSL_CIPHER lookup functions.Dr. Stephen Henson1-125/+95
2015-04-21Repair EAP-FAST session resumptionEmilia Kasper2-18/+99
2015-04-17Error out immediately on empty ciphers list.Emilia Kasper1-7/+6
2015-04-16Code style: space after 'if'Viktor Dukhovni22-58/+58
2015-04-14Fix ssl_get_prev_session overrunMatt Caswell1-0/+5
2015-04-14Check for ClientHello message overrunsMatt Caswell1-1/+41
2015-04-11free NULL cleanup 9Rich Salz2-26/+12
2015-04-11free NULL cleanup 10Rich Salz4-13/+8
2015-04-10The wrong ifdef is used to guard usage of PSK codeKurt Cancemi1-1/+1
2015-04-10Fix read_ahead issueMatt Caswell1-1/+1
2015-04-03make dependDr. Stephen Henson1-1/+1
2015-04-03Rewrite ssl_asn1.c using new ASN.1 code.Dr. Stephen Henson1-439/+275
2015-04-01make updateEmilia Kasper1-115/+226
2015-03-31Remove SSL_TASK, the DECnet Based SSL Engine - addendumRichard Levitte1-20/+0
2015-03-31Remove SSL_TASK, the DECnet Based SSL EngineRichard Levitte2-646/+1
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-20/+2
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte10-8140/+0
2015-03-31Clean up record layerMatt Caswell3-121/+150
2015-03-31Fix record layer "make clean"Matt Caswell1-1/+3
2015-03-28free NULL cleanupRich Salz2-6/+3
2015-03-26Add Record Layer documentationMatt Caswell1-0/+78
2015-03-26Fix formatting odditiesMatt Caswell1-5/+3
2015-03-26Fix record.h formattingMatt Caswell1-27/+26
2015-03-26Define SEQ_NUM_SIZEMatt Caswell3-7/+9
2015-03-26Fix compilation on windows for record layerMatt Caswell1-1/+1
2015-03-26Rename record layer source filesMatt Caswell4-12/+12
2015-03-26Remove some unneccessary macrosMatt Caswell1-7/+7
2015-03-26Renamed record layer header filesMatt Caswell7-4/+7
2015-03-26Reorganise header filesMatt Caswell7-351/+150
2015-03-26Remove last trace of non-record layer code reading and writing sequenceMatt Caswell2-4/+5
2015-03-26Move last_write_sequence from s->d1 to s->rlayer.d.Matt Caswell4-24/+30
2015-03-26Move ssl3_record_sequence_update into record layerMatt Caswell4-15/+13
2015-03-26Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell4-30/+29
2015-03-26Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell3-38/+44
2015-03-26Fix seg fault in dtls1_newMatt Caswell3-8/+11
2015-03-26Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell5-47/+64
2015-03-26Move bitmap and next_bitmap from s->d1 to s->rlayer.d.Matt Caswell6-121/+351
2015-03-26Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell6-28/+31
2015-03-26Introduce a DTLS_RECORD_LAYER type for DTLS record layer stateMatt Caswell3-0/+49