summaryrefslogtreecommitdiffstats
path: root/ssl/statem
AgeCommit message (Expand)Author
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY
2016-06-21Make RSA key exchange code actually constant-time.David Benjamin
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-15Deal with the consequences of constifying gettersRichard Levitte
2016-06-09RT3720 Increment session miss counter properlyLaszlo Kovacs
2016-06-09Fix session ticket and SNITodd Short
2016-06-04RT3895: Remove fprintf's from SSL library.Rich Salz
2016-06-03Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell
2016-05-20Ensure async IO works with new state machineMatt Caswell
2016-05-20Tighten up logic around ChangeCipherSpec.David Benjamin
2016-05-20Simplify SSL BIO buffering logicMatt Caswell
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-17Fix some out of date commentsMatt Caswell
2016-05-16session tickets: use more sizeofKurt Roeckx
2016-05-16Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders
2016-05-16session tickets: Use sizeof() for the various fieldsTJ Saunders
2016-05-14Increment size limit for ClientHello messagesAlessandro Ghedini
2016-05-13The NewSessionTicket message is not optional.David Benjamin
2016-05-11Make null_compression constMatt Caswell
2016-05-11Fix V2ClientHello handling.David Benjamin
2016-05-05GH356: Change assert to normal errorSergio Garcia Murillo
2016-04-29Client side CKE processing can double free on errorMatt Caswell
2016-04-28Fix an error code spelling.FdaSilvaYY
2016-04-28various spelling fixesFdaSilvaYY
2016-04-27Fix no-gost no-srp no-ec no-dh.Ben Laurie
2016-04-22Don't set peer_tmp until we have finished constructing itMatt Caswell
2016-04-09Make DH opaqueMatt Caswell
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-07Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni
2016-04-07Fix memory leak on invalid CertificateRequest.David Benjamin
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04Revert "Fix an error code spelling."Rich Salz
2016-04-04Fix an error code spelling.FdaSilvaYY
2016-04-04various spelling fixesFdaSilvaYY
2016-03-27Resolve DTLS cookie and version before session resumption.David Benjamin
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny
2016-03-22Move declaration of i into blocks where it is used.Ben Laurie
2016-03-20Remove #error from include files.Rich Salz
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-09Add ssl_get_client_min_max_version() functionKurt Roeckx
2016-03-07Lowercase name of SSL_validate_ct as it is an internal functionRob Percival
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-02-25GH742: keep gost specific variable under macroJ Mohan Rao Arisankala
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse
2016-02-13Free and zero DH/ECDH temporary key after use.Dr. Stephen Henson
2016-02-12Move brace outside #ifdefViktor Dukhovni