Don't use ciphersuites for inflating the ClientHello in clienthellotest
[openssl.git] / ssl /
2017-09-04 Matt CaswellDon't attempt to add a zero length padding extension
2017-09-01 Andy Polyakovssl/statem/extensions_clnt.c: fix return code buglet.
2017-09-01 Andy Polyakovssl/statem/*.c: address "enum mixed with another type...
2017-08-31 Paulistruct timeval include guards
2017-08-31 Rich SalzAvoid possible uninitialized variable.
2017-08-31 Matt CaswellVarious review fixes for PSK early_data support
2017-08-31 Matt CaswellClient side sanity check of ALPN after server has accep...
2017-08-31 Matt CaswellAdd some fixes for Travis failures
2017-08-31 Matt CaswellAdd server side sanity checks of SNI/ALPN for use with...
2017-08-31 Matt CaswellMake sure we save ALPN data in the session
2017-08-31 Matt CaswellComplain if we are writing early data but SNI or ALPN...
2017-08-31 Matt CaswellAdd functions for getting/setting SNI/ALPN info in...
2017-08-31 Matt CaswellMake sure we use the correct cipher when using the...
2017-08-31 Matt CaswellAdd SSL_SESSION_set_max_early_data()
2017-08-31 Matt CaswellEnable the ability to use an external PSK for sending...
2017-08-30 PauliAdd ARIA as an alias for all ARIA based modes.
2017-08-30 Paul YangIntroduce SSL_CIPHER_get_protocol_id
2017-08-30 Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-29 PauliMove OPENSSL_CONF from e_os.h to cryptlib.h
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-28 Kurt RoeckxDon't auto-instantiate a DRBG when trying to use it...
2017-08-25 Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-25 Kazuki YamaguchiDo not lookup zero-length session ID
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-08-21 PauliFix ctype arguments.
2017-08-18 Todd ShortReorder extensions to put SigAlgs last
2017-08-15 Benjamin KadukAdd SSL_get_pending_cipher()
2017-08-15 Benjamin KadukMove ALPN handling from finalizer to delayed call
2017-08-11 FdaSilvaYYFix some Typos and indents
2017-08-09 Benjamin KadukDon't modify resumed session objects
2017-08-09 Matt CaswellAdd an SSL_SESSION_dup() function
2017-08-06 Rich SalzAdd missing include of cryptlib.h
2017-08-03 Rich SalzAdd a DRBG to each SSL object
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-08-03 Matt CaswellMove ossl_assert
2017-08-03 Lingmo Zhuremove horrible pragma macro and remove __owur from...
2017-08-03 Lingmo ZhuRemove the obsolete misleading comment and code related...
2017-08-01 Matt CaswellFix new_session_cb calls in TLSv1.3
2017-07-31 Todd ShortFix SSL_set_tlsext_debug_callback/-tlsextdebug
2017-07-31 David BenjaminFix the names of older ciphers.
2017-07-31 Xiaoyin LiuFix errors in SSL_state_string_long
2017-07-30 Xiaoyin LiuFix typos in files in ssl directory
2017-07-30 Xiaoyin LiuUpdate copyright header
2017-07-30 Xiaoyin LiuRemove redundant declarations in ssl_locl.h
2017-07-30 Xiaoyin LiuRemove redundant declarations in record_locl.h
2017-07-28 Paul YangMake SSL_set_tlsext_host_name no effect from server...
2017-07-26 Todd ShortAdd support to free/allocate SSL buffers
2017-07-20 Paul YangSupport converting cipher name to RFC name and vice...
2017-07-18 Matt CaswellRemove session checks from SSL_clear()
2017-07-18 Matt CaswellFix SSL_clear() in TLSv1.3
2017-07-18 Matt CaswellTolerate a zero length ticket nonce
2017-07-18 Matt CaswellFix early_data with an HRR
2017-07-17 Tatsuhiro TsujikawaFix TLSv1.3 exporter secret
2017-07-13 Dr. Stephen HensonMove certificate table to header file so it can be...
2017-07-13 Dr. Stephen HensonUse cert tables in ssl_set_sig_mask
2017-07-13 Dr. Stephen Hensonmake errors
2017-07-13 Dr. Stephen HensonUse cert tables instead of X509_certificate_type
2017-07-13 Dr. Stephen HensonUse certificate tables instead of ssl_cert_type
2017-07-13 Dr. Stephen HensonUse certificate tables instead of ssl_cipher_get_cert_i...
2017-07-13 Dr. Stephen HensonReplace tls12_get_pkey_idx
2017-07-13 Dr. Stephen HensonAdd SSL_aCERT: this is used for any ciphersuite with...
2017-07-13 Dr. Stephen HensonAdd certificate properties table.
2017-07-08 Richard LevitteFix cipher_compare
2017-07-07 Matt CaswellDo not allow non-dhe kex_modes by default
2017-07-07 Matt CaswellUpdates following review feedback of TLSv1.3 draft...
2017-07-07 Matt CaswellUpdate SSL_trace() to know about ticket_nonce
2017-07-07 Matt CaswellUpdate the early_secret generation to use the new ticke...
2017-07-07 Matt CaswellUpdate tls13_hkdf_expand() to take the length of the...
2017-07-07 Matt CaswellSend and receive the ticket_nonce field in a NewSession...
2017-07-05 Benjamin KadukError out when forcing an unsupported TLS version
2017-07-03 Bernd EdlingerFix potential crash in tls_construct_finished.
2017-07-03 Bernd EdlingerFix a crash in tls_construct_client_certificate.
2017-07-03 Matt CaswellFix TLSv1.3 exporter
2017-06-30 Matt CaswellDrop support for OPENSSL_NO_TLS1_3_METHOD
2017-06-29 Matt CaswellUpdates following review of SSL_export_key_material...
2017-06-29 Matt CaswellUpdate SSL_export_keying_material() for TLSv1.3
2017-06-28 Todd Shortssl_session_dup() missing ext.alpn_session
2017-06-25 Benjamin KadukDisallow DSA/SHA1/etc. for pure TLS 1.3 ClientHellos
2017-06-23 Matt CaswellFix another EVP_DigestVerify() instance
2017-06-23 Matt CaswellTreat all failures from EVP_DigestVerify() as a bad...
2017-06-22 Alexey KomninFix tls1_generate_master_secret
2017-06-22 David BenjaminFix the names of ChaCha20-Poly1305 cipher suites in...
2017-06-21 Paul YangAvoid compiler complaining
2017-06-21 Matt CaswellAdd documentation for the SSL_export_keying_material...
2017-06-21 Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-06-21 Matt CaswellPSK related tweaks based on review feedback
2017-06-21 Matt CaswellFix some bugs in the TLSv1.3 PSK code
2017-06-21 Matt CaswellMake the input parameters for SSL_SESSION_set1_master_k...
2017-06-21 Matt CaswellAdd SSL_SESSION_set_protocol_version()
2017-06-21 Matt CaswellAdd SSL_SESSION_set_cipher()
2017-06-21 Matt CaswellAdd SSL_SESSION_set1_master_key()
2017-06-21 Matt CaswellAdd a function to get the handshake digest for an SSL_C...
2017-06-21 Matt CaswellAdd public API functions for setting TLSv1.3 PSK callbacks
2017-06-21 Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-21 Matt CaswellAdd TLSv1.3 server side external PSK support
2017-06-21 Dr. Stephen HensonUse EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs...
2017-06-21 Dr. Stephen HensonAllow Ed25519 in TLS 1.2
2017-06-21 Dr. Stephen HensonConvert key exchange to one shot call
next