aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup -- codaRich Salz2015-05-0113-141/+68
* Remove goto inside an if(0) blockRich Salz2015-05-016-35/+24
* u_len may be unused.Ben Laurie2015-05-011-1/+1
* free NULL cleanup 11Rich Salz2015-05-013-24/+12
* free null cleanup finaleRich Salz2015-05-0116-171/+86
* free NULL cleanup 7Rich Salz2015-04-301-8/+4
* Add sanity check to ssl_get_prev_sessionMatt Caswell2015-04-301-1/+1
* Sanity check the return from final_finish_macMatt Caswell2015-04-302-2/+1
* Add sanity check in ssl3_cbc_digest_recordMatt Caswell2015-04-301-2/+12
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-301-2/+5
* make updateMatt Caswell2015-04-301-22/+21
* free cleanup almost the finaleRich Salz2015-04-307-39/+15
* free NULL cleanup 5aRich Salz2015-04-308-89/+43
* Remove redundant includes from dtls1.hMatt Caswell2015-04-302-0/+8
* remove malloc castsRich Salz2015-04-287-17/+15
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-0/+2
* SSL_CIPHER lookup functions.Dr. Stephen Henson2015-04-221-125/+95
* Repair EAP-FAST session resumptionEmilia Kasper2015-04-212-18/+99
* Error out immediately on empty ciphers list.Emilia Kasper2015-04-171-7/+6
* Code style: space after 'if'Viktor Dukhovni2015-04-1622-58/+58
* Fix ssl_get_prev_session overrunMatt Caswell2015-04-141-0/+5
* Check for ClientHello message overrunsMatt Caswell2015-04-141-1/+41
* free NULL cleanup 9Rich Salz2015-04-112-26/+12
* free NULL cleanup 10Rich Salz2015-04-114-13/+8
* The wrong ifdef is used to guard usage of PSK codeKurt Cancemi2015-04-101-1/+1
* Fix read_ahead issueMatt Caswell2015-04-101-1/+1
* make dependDr. Stephen Henson2015-04-031-1/+1
* Rewrite ssl_asn1.c using new ASN.1 code.Dr. Stephen Henson2015-04-031-439/+275
* make updateEmilia Kasper2015-04-011-115/+226
* Remove SSL_TASK, the DECnet Based SSL Engine - addendumRichard Levitte2015-03-311-20/+0
* Remove SSL_TASK, the DECnet Based SSL EngineRichard Levitte2015-03-312-646/+1
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-20/+2
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-3110-8140/+0
* Clean up record layerMatt Caswell2015-03-313-121/+150
* Fix record layer "make clean"Matt Caswell2015-03-311-1/+3
* free NULL cleanupRich Salz2015-03-282-6/+3
* Add Record Layer documentationMatt Caswell2015-03-261-0/+78
* Fix formatting odditiesMatt Caswell2015-03-261-5/+3
* Fix record.h formattingMatt Caswell2015-03-261-27/+26
* Define SEQ_NUM_SIZEMatt Caswell2015-03-263-7/+9
* Fix compilation on windows for record layerMatt Caswell2015-03-261-1/+1
* Rename record layer source filesMatt Caswell2015-03-264-12/+12
* Remove some unneccessary macrosMatt Caswell2015-03-261-7/+7
* Renamed record layer header filesMatt Caswell2015-03-267-4/+7
* Reorganise header filesMatt Caswell2015-03-267-351/+150
* Remove last trace of non-record layer code reading and writing sequenceMatt Caswell2015-03-262-4/+5
* Move last_write_sequence from s->d1 to s->rlayer.d.Matt Caswell2015-03-264-24/+30
* Move ssl3_record_sequence_update into record layerMatt Caswell2015-03-264-15/+13
* Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell2015-03-264-30/+29
* Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell2015-03-263-38/+44