aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-5/+0
* Remove unused variables.Dr. Stephen Henson2015-02-031-6/+4
* Add extms support to master key generation.Dr. Stephen Henson2015-02-031-7/+38
* Utility function to retrieve handshake hashes.Dr. Stephen Henson2015-02-031-39/+10
* Remove support for opaque-prfRich Salz2015-01-281-16/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1051/+1091
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+2
* Fix strange formatting by indentMatt Caswell2015-01-221-1/+2
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-1/+2
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Clear warnings/errors within TLS_DEBUG code sectionsRichard Levitte2014-12-171-5/+5
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-30/+30
* Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson2014-12-081-2/+0
* Remove SSLv2 supportKurt Roeckx2014-12-041-1/+0
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-0/+1
* RT 1528; misleading debug print, "pre-master" should be "master key"Rich Salz2014-07-011-1/+1
* Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUGyogesh nagarkar2014-06-281-1/+1