summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
AgeCommit message (Expand)Author
2015-09-17Remove PACKET_(get|goto)_bookmarkEmilia Kasper
2015-09-07PACKETise ServerHello processingMatt Caswell
2015-08-14Fix session ticketsMatt Caswell
2015-08-13Enhance PACKET readabilityMatt Caswell
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-08-03PACKETise ClientHello processingMatt Caswell
2015-07-30Make auto DH work with DHEPSKDr. Stephen Henson
2015-07-30Check for kECDH with extensions.Dr. Stephen Henson
2015-07-30Disable all PSK if no callback.Dr. Stephen Henson
2015-07-28Allow any order for signature algorithm string.Dr. Stephen Henson
2015-07-18Use uint32_t consistently for flags.Dr. Stephen Henson
2015-06-12Allow a zero length extension blockAdam Langley
2015-06-10Tighten extension handlingMatt Caswell
2015-06-04Allow all curves when the client doesn't send an supported elliptic curves ex...Kurt Roeckx
2015-05-26Don't check for a negative SRP extension sizeMatt Caswell
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-20Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default...Emilia Kasper
2015-05-19move masks out of CERT structureDr. Stephen Henson
2015-05-18Move certificate validity flags out of CERT.Dr. Stephen Henson
2015-05-18Move signing digest out of CERT.Dr. Stephen Henson
2015-05-18CERT tidyDr. Stephen Henson
2015-05-16Version negotiation rewrite cleanupMatt Caswell
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-26Removed dependency on rrec from heartbeat processingMatt Caswell
2015-03-26Encapsulate s->s3->rrecMatt Caswell
2015-03-25Resolve swallowed returns codesMatt Caswell
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-23Fix missing return value checksMatt Caswell
2015-03-23Don't check curves that haven't been sentMatt Caswell
2015-03-19Fix for CVE-2015-0291Dr. Stephen Henson
2015-03-12SSL_check_chain fixMatt Caswell
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-02-03Extended master secret extension support.Dr. Stephen Henson
2015-01-28Remove support for opaque-prfRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-05Fix building with no-srtpPiotr Sikora
2015-01-02Clear existing extension state.Dr. Stephen Henson
2014-12-31constify tls 1.2 lookup tables.Cristian Rodríguez