aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell2016-06-031-3/+8
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* Fix some out of date commentsMatt Caswell2016-05-171-2/+2
* session tickets: use more sizeofKurt Roeckx2016-05-161-12/+18
* Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders2016-05-161-1/+1
* session tickets: Use sizeof() for the various fieldsTJ Saunders2016-05-161-2/+4
* Increment size limit for ClientHello messagesAlessandro Ghedini2016-05-141-1/+18
* Make null_compression constMatt Caswell2016-05-111-1/+1
* Fix V2ClientHello handling.David Benjamin2016-05-111-3/+5
* Fix an error code spelling.FdaSilvaYY2016-04-281-1/+1
* Fix no-gost no-srp no-ec no-dh.Ben Laurie2016-04-271-1/+4
* Make DH opaqueMatt Caswell2016-04-091-6/+9
* Revert "Fix an error code spelling."Rich Salz2016-04-041-1/+1
* Fix an error code spelling.FdaSilvaYY2016-04-041-1/+1
* Resolve DTLS cookie and version before session resumption.David Benjamin2016-03-271-33/+32
* Move declaration of i into blocks where it is used.Ben Laurie2016-03-221-3/+7
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* GH742: keep gost specific variable under macroJ Mohan Rao Arisankala2016-02-251-0/+4
* Remove unused parameters from internal functionsRich Salz2016-02-221-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-3/+0
* Free and zero DH/ECDH temporary key after use.Dr. Stephen Henson2016-02-131-0/+4
* Remove static ECDH support.Dr. Stephen Henson2016-02-111-14/+2
* constify PACKETEmilia Kasper2016-02-011-7/+17
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-10/+10
* Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini2016-01-191-0/+12
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-10/+12
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-3/+3
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-021-97/+15
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-021-8/+33
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-311-7/+3
* fix no-ecDr. Stephen Henson2015-12-241-2/+2
* Server side EVP_PKEY DH supportDr. Stephen Henson2015-12-231-40/+55
* Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson2015-12-231-14/+3
* Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx2015-12-231-10/+4
* Memory leak in state machine in error pathTodd Short2015-12-231-1/+1
* Remove fixed DH ciphersuites.Dr. Stephen Henson2015-12-191-52/+17
* delete unused contextDr. Stephen Henson2015-12-191-2/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* Use EVP_PKEY for server EC.Dr. Stephen Henson2015-12-161-54/+27
* remove unnecessary key copyDr. Stephen Henson2015-12-161-18/+1
* Remove ECDH client auth code.Dr. Stephen Henson2015-12-161-31/+5
* Remove SSL_OP_SINGLE_ECDH_USE code.Dr. Stephen Henson2015-12-161-42/+17
* Use EC_KEY_key2buf and EC_oct2key in libssl.Dr. Stephen Henson2015-12-161-36/+4
* fix warningDr. Stephen Henson2015-12-131-1/+0
* remove ancient SSLeay bug workaroundDr. Stephen Henson2015-12-131-8/+3
* Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie2015-12-111-2/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-5/+5
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-9/+8