summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
2017-12-16Fix invalid function type casts.Bernd Edlinger
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-07-09Fix cipher_compareRichard Levitte
2017-06-08Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login.Diego Santa Cruz
2017-04-11Remove ECDH(E) ciphers from SSLv3Todd Short
2016-08-24Put DES into "not default" category.Rich Salz
2016-08-24To avoid SWEET32 attack, move 3DES to weakRich Salz
2016-08-18Indent ssl/Emilia Kasper
2016-08-17Add missing session id and tlsext_status accessorsRemi Gacogne
2016-08-15Fix no-ecDr. Stephen Henson
2016-08-13Modify TLS support for new X25519 API.Dr. Stephen Henson
2016-08-04Fix cipher support for DTLS1_BAD_VERDavid Woodhouse
2016-07-20Sanity check in ssl_get_algorithm2().Dr. Stephen Henson
2016-07-18Split out PSK preamble and RSA from process CKE codeMatt Caswell
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY
2016-06-07Add SSL_CTX_get_tlsext_status_type()Matt Caswell
2016-06-07Return the value of tlsext_status_type in the return not argMatt Caswell
2016-06-07Add SSL_get_tlsext_status_type() methodAlessandro Ghedini
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16session tickets: use more sizeofKurt Roeckx
2016-05-16session tickets: Use sizeof() for the various fieldsTJ Saunders
2016-05-16Propagate tlsext_status_type from SSL_CTX to SSLjfigus
2016-05-12Don't use GOST ciphersuites with DTLS.Dmitry Belyavsky
2016-05-05Move 3DES from HIGH to MEDIUMRich Salz
2016-04-28various spelling fixesFdaSilvaYY
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-31RT4458: Fix #ifndef line for GOSTPauli
2016-03-20Remove #error from include files.Rich Salz
2016-03-16Sort cipher-list at runtime.Rich Salz
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx
2016-03-09IDEA is not supported in TLS 1.2Kurt Roeckx
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-08GH815: The ChaCha20/Poly1305 codepoints are officialBenjamin Kaduk
2016-03-08GH787: Fix ALPNTodd Short
2016-03-07Rework the default cipherlist.Emilia Kasper
2016-03-04Don't mark the eNULL ciphers as non-default.Kurt Roeckx
2016-03-04Don't build RC4 ciphersuites into libssl by defaultMatt Caswell
2016-02-24Remove unused parameter in ssl_set_masks().Dr. Stephen Henson
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-13GH675: make ssl3_ciphers staticViktor Szakats
2016-02-11Remove static ECDH support.Dr. Stephen Henson
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson
2016-02-08Handle SSL_shutdown while in init more appropriately #2Matt Caswell
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Handle SSL_shutdown while in init more appropriatelyMatt Caswell
2016-01-19Fix GOST2012-NULL-GOST12Dmitry Belyavsky
2016-01-16Empty SNI names are not validViktor Dukhovni