aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Indent ssl/Emilia Kasper2016-08-181-75/+73
* Add missing session id and tlsext_status accessorsRemi Gacogne2016-08-171-0/+8
* Fix no-ecDr. Stephen Henson2016-08-151-23/+34
* Modify TLS support for new X25519 API.Dr. Stephen Henson2016-08-131-5/+16
* Fix cipher support for DTLS1_BAD_VERDavid Woodhouse2016-08-041-88/+88
* Sanity check in ssl_get_algorithm2().Dr. Stephen Henson2016-07-201-1/+4
* Split out PSK preamble and RSA from process CKE codeMatt Caswell2016-07-181-5/+9
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-3/+8
* Add SSL_CTX_get_tlsext_status_type()Matt Caswell2016-06-071-0/+3
* Return the value of tlsext_status_type in the return not argMatt Caswell2016-06-071-2/+1
* Add SSL_get_tlsext_status_type() methodAlessandro Ghedini2016-06-071-0/+5
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* session tickets: use more sizeofKurt Roeckx2016-05-161-2/+2
* session tickets: Use sizeof() for the various fieldsTJ Saunders2016-05-161-8/+20
* Propagate tlsext_status_type from SSL_CTX to SSLjfigus2016-05-161-0/+4
* Don't use GOST ciphersuites with DTLS.Dmitry Belyavsky2016-05-121-4/+4
* Move 3DES from HIGH to MEDIUMRich Salz2016-05-051-14/+14
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* RT4458: Fix #ifndef line for GOSTPauli2016-03-311-2/+2
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Sort cipher-list at runtime.Rich Salz2016-03-161-1528/+1224
* Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx2016-03-091-10/+10
* IDEA is not supported in TLS 1.2Kurt Roeckx2016-03-091-2/+2
* Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx2016-03-091-176/+358
* GH815: The ChaCha20/Poly1305 codepoints are officialBenjamin Kaduk2016-03-081-1/+1
* GH787: Fix ALPNTodd Short2016-03-081-16/+4
* Rework the default cipherlist.Emilia Kasper2016-03-071-58/+58
* Don't mark the eNULL ciphers as non-default.Kurt Roeckx2016-03-041-19/+19
* Don't build RC4 ciphersuites into libssl by defaultMatt Caswell2016-03-041-0/+18
* Remove unused parameter in ssl_set_masks().Dr. Stephen Henson2016-02-241-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-21/+0
* GH675: make ssl3_ciphers staticViktor Szakats2016-02-131-1/+1
* Remove static ECDH support.Dr. Stephen Henson2016-02-111-341/+0
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-11/+12
* Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson2016-02-081-3/+0
* Handle SSL_shutdown while in init more appropriately #2Matt Caswell2016-02-081-15/+0
* constify PACKETEmilia Kasper2016-02-011-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-201-0/+15
* Fix GOST2012-NULL-GOST12Dmitry Belyavsky2016-01-191-1/+1
* Empty SNI names are not validViktor Dukhovni2016-01-161-1/+4
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-3/+3
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-021-27/+0
* Fix no-dh.Ben Laurie2016-01-011-2/+4
* fix no-ecDr. Stephen Henson2015-12-241-14/+4
* Server side EVP_PKEY DH supportDr. Stephen Henson2015-12-231-24/+25
* utility functionDr. Stephen Henson2015-12-231-0/+13
* EVP_PKEY DH client support.Dr. Stephen Henson2015-12-231-30/+15