aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* PACKETise ClientHello processingMatt Caswell2015-08-031-186/+221
* Make auto DH work with DHEPSKDr. Stephen Henson2015-07-301-1/+1
* Check for kECDH with extensions.Dr. Stephen Henson2015-07-301-1/+1
* Disable all PSK if no callback.Dr. Stephen Henson2015-07-301-1/+1
* Allow any order for signature algorithm string.Dr. Stephen Henson2015-07-281-13/+19
* Use uint32_t consistently for flags.Dr. Stephen Henson2015-07-181-2/+2
* Allow a zero length extension blockAdam Langley2015-06-121-6/+6
* Tighten extension handlingMatt Caswell2015-06-101-94/+64
* Allow all curves when the client doesn't send an supported elliptic curves ex...Kurt Roeckx2015-06-041-0/+14
* Don't check for a negative SRP extension sizeMatt Caswell2015-05-261-1/+1
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-138/+131
* Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default...Emilia Kasper2015-05-201-15/+48
* move masks out of CERT structureDr. Stephen Henson2015-05-191-20/+18
* Move certificate validity flags out of CERT.Dr. Stephen Henson2015-05-181-11/+14
* Move signing digest out of CERT.Dr. Stephen Henson2015-05-181-20/+36
* CERT tidyDr. Stephen Henson2015-05-181-17/+17
* Version negotiation rewrite cleanupMatt Caswell2015-05-161-7/+1
* Remove Kerberos support from libsslMatt Caswell2015-05-131-6/+0
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-3/+3
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-17/+9
* free null cleanup finaleRich Salz2015-05-011-51/+27
* free NULL cleanup 5aRich Salz2015-04-301-5/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* Removed dependency on rrec from heartbeat processingMatt Caswell2015-03-261-6/+2
* Encapsulate s->s3->rrecMatt Caswell2015-03-261-4/+8
* Resolve swallowed returns codesMatt Caswell2015-03-251-7/+6
* RAND_bytes updatesMatt Caswell2015-03-251-5/+14
* Fix missing return value checksMatt Caswell2015-03-231-9/+17
* Don't check curves that haven't been sentMatt Caswell2015-03-231-0/+10
* Fix for CVE-2015-0291Dr. Stephen Henson2015-03-191-6/+10
* SSL_check_chain fixMatt Caswell2015-03-121-2/+2
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-9/+8
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-29/+0
* Extended master secret extension support.Dr. Stephen Henson2015-02-031-0/+14
* Remove support for opaque-prfRich Salz2015-01-281-233/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-21/+1
* Fix segfault with empty fields as last in the config.Kurt Roeckx2015-01-241-0/+4
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-57/+57
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-4346/+4086
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-7/+34
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-1/+3
* Fix building with no-srtpPiotr Sikora2015-01-051-0/+8
* Clear existing extension state.Dr. Stephen Henson2015-01-021-0/+10
* constify tls 1.2 lookup tables.Cristian Rodríguez2014-12-311-6/+6
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-46/+60
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-161-0/+2
* tls1_heartbeat: check for NULL after allocating bufJonas Maebe2014-12-101-0/+5
* tls1_process_heartbeat: check for NULL after allocating bufferJonas Maebe2014-12-101-0/+5