Split out PSK preamble and RSA from process CKE code
[openssl.git] / ssl / s3_lib.c
2016-07-18 Matt CaswellSplit out PSK preamble and RSA from process CKE code
2016-06-23 FdaSilvaYYAdd checks on sk_TYPE_push() returned result
2016-06-07 Matt CaswellAdd SSL_CTX_get_tlsext_status_type()
2016-06-07 Matt CaswellReturn the value of tlsext_status_type in the return...
2016-06-07 Alessandro GhediniAdd SSL_get_tlsext_status_type() method
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-16 Kurt Roeckxsession tickets: use more sizeof
2016-05-16 TJ Saunderssession tickets: Use sizeof() for the various fields
2016-05-16 jfigusPropagate tlsext_status_type from SSL_CTX to SSL
2016-05-12 Dmitry BelyavskyDon't use GOST ciphersuites with DTLS.
2016-05-05 Rich SalzMove 3DES from HIGH to MEDIUM
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-31 PauliRT4458: Fix #ifndef line for GOST
2016-03-20 Rich SalzRemove #error from include files.
2016-03-17 Rich SalzSort cipher-list at runtime.
2016-03-09 Kurt RoeckxMove disabling of RC4 for DTLS to the cipher list.
2016-03-09 Kurt RoeckxIDEA is not supported in TLS 1.2
2016-03-09 Kurt RoeckxAdd support for minimum and maximum protocol version...
2016-03-08 Benjamin KadukGH815: The ChaCha20/Poly1305 codepoints are official
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-07 Emilia KasperRework the default cipherlist.
2016-03-04 Kurt RoeckxDon't mark the eNULL ciphers as non-default.
2016-03-04 Matt CaswellDon't build RC4 ciphersuites into libssl by default
2016-02-24 Dr. Stephen HensonRemove unused parameter in ssl_set_masks().
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-13 Viktor SzakatsGH675: make ssl3_ciphers static
2016-02-11 Dr. Stephen HensonRemove static ECDH support.
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-08 Dr. Stephen HensonDeprecate undocumented SSL_cache_hit().
2016-02-08 Matt CaswellHandle SSL_shutdown while in init more appropriately #2
2016-02-01 Emilia Kasperconstify PACKET
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Matt CaswellHandle SSL_shutdown while in init more appropriately
2016-01-19 Dmitry BelyavskyFix GOST2012-NULL-GOST12
2016-01-16 Viktor DukhovniEmpty SNI names are not valid
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2016-01-01 Ben LaurieFix no-dh.
2015-12-24 Dr. Stephen Hensonfix no-ec
2015-12-23 Dr. Stephen HensonServer side EVP_PKEY DH support
2015-12-23 Dr. Stephen Hensonutility function
2015-12-23 Dr. Stephen HensonEVP_PKEY DH client support.
2015-12-23 Dr. Stephen HensonAlways generate DH keys for ephemeral DH cipher suites.
2015-12-23 Kurt RoeckxRemove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS...
2015-12-19 Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-16 Dr. Stephen Hensonfix for no-ec
2015-12-16 Dr. Stephen HensonUse EVP_PKEY for client side EC.
2015-12-16 Dr. Stephen HensonUse EVP_PKEY for server EC.
2015-12-16 Dr. Stephen HensonAdd ECDH/DH utility functions.
2015-12-16 Dr. Stephen HensonRemove ECDH client auth code.
2015-12-11 Matt CaswellFix compile failure
2015-12-11 Ben LaurieMake no-dh work, plus other no-dh problems found by...
2015-12-10 Andy PolyakovWire ChaCha20-Poly1305 to TLS.
2015-12-06 Viktor DukhovniReally disable 56-bit (single-DES) ciphers
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04 Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-04 Kurt RoeckxMake SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()
2015-12-04 Kurt RoeckxRemove support for SSL_{CTX_}set_tmp_ecdh_callback().
2015-11-27 Matt CaswellUpdates to GOST2012
2015-11-25 Dr. Stephen HensonRemove unused cert_verify_mac code
2015-11-24 Pascal Cuoqssl3_free(): Return if it wasn't created
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-19 Dr. Stephen HensonMake GOST ciphersuites require TLSv1
2015-11-14 Dr. Stephen HensonDon't alow TLS v1.0 ciphersuites for SSLv3
2015-11-14 Dr. Stephen HensonUse SSL_TLSV1 only if at least TLS v1.0 is needed.
2015-11-09 Matt CaswellStandardise our style for checking malloc failures
2015-11-08 Dr. Stephen HensonUse uint32_t and int32_t for SSL_CIPHER structure.
2015-10-30 Matt CaswellMove in_handshake into STATEM
2015-10-30 Matt CaswellRemove extraneous parens
2015-10-30 Matt CaswellChange statem prefix to ossl_statem
2015-10-30 Matt CaswellRemove redundant code
2015-10-30 Matt CaswellAdd initial state machine rewrite code
2015-10-11 Dr. Stephen HensonMake no-psk compile without warnings.
2015-09-30 Matt CaswellChange the DEFAULT ciphersuites to exclude DES, RC4...
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-14 Dr. Stephen HensonAdd CCM ciphersuites from RFC6655 and RFC7251
2015-08-11 Rich SalzRemove Gost94 signature algorithm.
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-08-03 Matt CaswellMove TLS CCS processing into the state machine
2015-07-30 Dr. Stephen HensonFree and cleanse pms on error
2015-07-30 Dr. Stephen HensonCAMELLIA PSK ciphersuites from RFC6367
2015-07-30 Dr. Stephen HensonAdd RFC4785 ciphersuites
2015-07-30 Dr. Stephen HensonAdd RFC4279, RFC5487 and RFC5489 ciphersuites.
2015-07-30 Dr. Stephen HensonPSK premaster secret derivation.
2015-07-30 Dr. Stephen HensonPSK PRF correction.
2015-07-30 Dr. Stephen HensonDisable all PSK if no callback.
2015-07-27 Matt CaswellRemove support for SSL3_FLAGS_DELAY_CLIENT_FINISHED
2015-06-29 Dr. Stephen HensonUse single master secret generation function.
2015-06-23 Dr. Stephen HensonAdd PSK GCM ciphersuites from RFC5487
2015-06-23 Dr. Stephen HensonAvoid duplication.
2015-06-22 Dr. Stephen HensonRemove SESS_CERT entirely.
2015-06-22 Dr. Stephen HensonRemove peer temp keys from SESS_CERT
2015-06-21 Dr. Stephen HensonRevert "Avoid duplication."
2015-06-21 Dr. Stephen HensonAvoid duplication.
2015-06-21 Dr. Stephen Hensonremove unnecessary NULL checks
2015-06-20 Dr. Stephen Hensontypo: should be OPENSSL_free
2015-05-22 Matt CaswellRemove export static DH ciphersuites
next