]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Move e_os.h to be the very first include.
[thirdparty/openssl.git] / ssl /
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
2017-06-21  Dr. Stephen HensonAdd Ed25519 to trace output
2017-06-21  Dr. Stephen HensonHandle signature algorithms with no associated digest
2017-06-21  Dr. Stephen HensonAdd Ed25519 signature algorithm
2017-06-21  Dr. Stephen HensonAdd Ed25519 to signature algorithm table
2017-06-21  Dr. Stephen HensonAdd index for ED25519
2017-06-21  Dr. Stephen HensonUse X509_get_signature_info to get signature strength.
2017-06-21  Rich SalzMerge Nokia copyright notice into standard
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-16  Matt CaswellTweak the check that a ciphersuite has not changed...
2017-06-16  Matt CaswellFix an uninitialised variable warning
2017-06-16  Matt CaswellMove ciphersuite selection before session resumption...
2017-06-16  Matt CaswellAllow the server to change the ciphersuite on resume
2017-06-15  Benjamin KadukFix no-ec
2017-06-12  Bernd EdlingerFix a memleak in tls13_generate_secret.
2017-06-12  Rich SalzPut message strings in state files
2017-06-12  Benjamin KadukAdd SSL_early_get1_extensions_present()
2017-06-12  Benjamin Kadukdrop some no-longer-relevant TODO(TLS1.3) entries
2017-06-11  Rich SalzIf-guard to avoid null ptr deref in statem_srvr.c
2017-06-09  Pichulin Dmitriifix check of broken implementations of GOST ciphersuites
next