summaryrefslogtreecommitdiffstats
path: root/ssl/statem
AgeCommit message (Expand)Author
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
2016-02-11Remove static ECDH support.Dr. Stephen Henson
2016-02-11Simplify ssl_cert_type() by taking advantage of X509_get0_pubkeyViktor Dukhovni
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Move pqueue into sslRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-19Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2016-01-10Allow disabling the min and max versionKurt Roeckx
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni