aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure SSL_DEBUG works following size_t changesMatt Caswell2016-11-041-2/+2
* Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell2016-11-041-10/+12
* Convert some libssl local functions to size_tMatt Caswell2016-11-041-11/+10
* Update numerous misc libssl fields to be size_tMatt Caswell2016-11-041-1/+1
* Convert master_secret_size code to size_tMatt Caswell2016-11-041-14/+15
* Convert various mac_secret_size usage to size_tMatt Caswell2016-11-041-2/+3
* Indent ssl/Emilia Kasper2016-08-181-13/+11
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Spelling... and more spellingFdaSilvaYY2016-06-221-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Lazily initialise the compression bufferMatt Caswell2016-03-071-2/+0
* Refactor ClientHello extension parsingEmilia Kasper2016-03-031-0/+2
* GH735: remove unnecessary allocationJ Mohan Rao Arisankala2016-02-231-6/+0
* Fix {TLS,CIPHER}_DEBUG compiles.Rich Salz2016-02-181-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-4/+4
* Implement the use of heap manipulator implementionsRichard Levitte2016-02-171-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* use TLS PRFDr. Stephen Henson2016-01-191-144/+44
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-4/+3
* Fix clang complaints about uninitialised variables.Richard Levitte2015-12-071-2/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-7/+7
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-27/+29
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-40/+2
* PRF and handshake hash revision.Dr. Stephen Henson2015-11-271-46/+35
* Remove unused cert_verify_mac codeDr. Stephen Henson2015-11-251-30/+0
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-201-5/+16
* ccm8 supportDr. Stephen Henson2015-08-141-1/+5
* CCM support.Dr. Stephen Henson2015-08-141-1/+13
* Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson2015-06-231-17/+11
* Silence Clang warning about unit'd variableRich Salz2015-05-311-1/+1
* clear/cleanse cleanupRich Salz2015-05-301-5/+7
* Remove Kerberos support from libsslMatt Caswell2015-05-131-66/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup 11Rich Salz2015-05-011-8/+4
* free null cleanup finaleRich Salz2015-05-011-4/+2
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* remove malloc castsRich Salz2015-04-281-2/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell2015-03-261-2/+2
* Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell2015-03-261-2/+1
* Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell2015-03-261-291/+0
* Encapsulate s->s3->wrecMatt Caswell2015-03-261-2/+2
* Encapsulate s->s3->rrecMatt Caswell2015-03-261-6/+4
* Ensure last_write_sequence is saved in DTLS1.2Matt Caswell2015-03-251-4/+4
* Fix missing return value checksMatt Caswell2015-03-231-1/+2
* Add sanity check to PRFMatt Caswell2015-03-171-0/+5
* Cleanse buffersMatt Caswell2015-03-111-0/+5
* Fixed missing return value checks.Matt Caswell2015-02-271-9/+17
* Missing OPENSSL_free on error path.Eric Dequin2015-02-121-0/+1