Add -CAstore and similar to all openssl commands that have -CApath
[openssl.git] / ssl /
2019-11-03 Richard LevitteX509_LOOKUP_store: new X509_LOOKUP_METHOD that works...
2019-10-31 John BaldwinDon't generate a MAC when using KTLS.
2019-10-31 John BaldwinSimplify NO_KTLS path in SSL_sendfile.
2019-10-31 Andrew GallatinBypass multiblock and send individual records when...
2019-10-31 Andrew GallatinAdd support for in-kernel TLS (KTLS) on FreeBSD.
2019-10-20 raja-ashokFix leak with no-ec config
2019-10-17 Rich SalzReplace BUF_ string function calls with OPENSSL_ ones
2019-10-11 Richard LevitteStop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
2019-10-10 Artiom Vaskovssl/statem/statem_lib.c: make servercontext/clientconte...
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-10-07 Matt CaswellSend bad_record_mac instead of decryption_failed
2019-10-03 NaveenShivanna86'init_buf' memory can be freed when DTLS is used over...
2019-10-03 Daniil ZotkinDo not print extensions in Certificate message for...
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-11 PauliConvert SSL functions to use KDF names not SN_ strings
2019-09-10 PauliCoverity 1453627: Null pointer dereferences (REVERSE_INULL)
2019-09-06 PauliFix TLS/SSL PRF usages.
2019-09-06 Matt CaswellDon't send a status_request extension in a CertificateR...
2019-08-27 David WoodhouseFix bogus check for EVP_PKEY_supports_digest_nid()...
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15 raja-ashokFix SSL_set_ciphersuites to set even if no call to...
2019-08-14 Matt CaswellIf we are multiblock capable make sure we use it
2019-08-14 opensslonzos-githubAdd missing EBCDIC strings
2019-08-09 Matt CaswellFix SSL_check_chain()
2019-08-06 raja-ashokAPI to get negotiated key exchange algorithm in TLS1.3
2019-08-05 Matt CaswellFix SSL_MODE_RELEASE_BUFFERS functionality
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-08-01 raja-ashokUse allow_early_data_cb from SSL instead of SSL_CTX
2019-07-31 Richard LevitteAvoid using ERR_put_error() directly in OpenSSL code
2019-07-30 Bernd EdlingerFix BIO_printf format warnings
2019-07-25 David BenjaminDon't generate an unnecessary Diffie-Hellman key in...
2019-07-22 Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-07-17 Matt CaswellFix the return value for SSL_get0_chain_certs()
2019-07-16 PauliRemove tab characters from C source files.
2019-07-16 Todd ShortFix SSL_CTX_set_session_id_context() docs
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-16 Rich SalzRemove function name from errors
2019-07-16 PauliRemove DRBG from SSL structure.
2019-07-11 Matt CaswellMake the PACKET/WPACKET code available to both libcrypt...
2019-06-26 Benjamin KadukMove 'shared_sigalgs' from cert_st to ssl_st
2019-06-26 Benjamin KadukRevert "Delay setting the sig algs until after the...
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-18 Matt CaswellFollowing the previous 2 commits also move ecpointforma...
2019-06-18 Matt CaswellFix a race condition in ciphers handling
2019-06-18 Matt CaswellFix a race condition in supported groups handling
2019-06-17 Matt CaswellFix no-ec with no-dh
2019-06-17 Matt CaswellAllow TLSv1.3 in a no-ec build
2019-06-13 Matt CaswellFix no-dh
2019-06-12 raja-ashokTLS1.3 FFDHE Support
2019-06-11 Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-11 Todd ShortChange cipher default strings to a function
2019-06-05 Shane LontisCoverity fixes
2019-06-04 Shane LontisMove digests to providers
2019-06-03 Matt CaswellDefer sending a KeyUpdate until after pending writes...
2019-05-30 agnosticdevissue-8998: Ensure that the alert is generated and...
2019-05-27 David MakepeaceChanged ssl layer to use EVP_KDF API for TLS1_PRF and...
2019-05-26 Daniël van EedenUpdate format string for ciphers to account for newer...
2019-05-20 Arne SchwabeChange SSL parameter SSL_session_reused const
2019-05-07 Boris Pismennyssl: Add SSL_sendfile
2019-05-01 Matt CaswellFix no-srp
2019-04-30 PauliStructure alignment macro.
2019-04-29 Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-04-25 Matt CaswellFix error in BIO_get_ktls_send() and BIO_get_ktls_recv()
2019-04-19 dyrockCheck if num is 0 before trying to malloc memory. Other...
2019-04-10 Jakub WilkFix typos
2019-04-01 Boris Pismennyssl: Linux TLS Rx Offload
2019-03-29 Richard LevitteRemove heartbeats completely
2019-03-28 Paul Monsonconn_is_closed should return 1 if get_last_sys_error...
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-03-06 Richard LevitteAdapt OPENSSL_INIT_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt CIPHER_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2019-03-05 Matt CaswellDon't write the tick_identity to the session
2019-02-22 Matt CaswellDon't restrict the number of KeyUpdate messages we...
2019-02-19 Matt CaswellDon't interleave handshake and other record types in...
2019-02-15 Todd ShortAdd option to disable Extended Master Secret
2019-02-14 Matt CaswellDon't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post...
2019-02-14 Sam RobertsIgnore cipher suites when setting cipher list
2019-02-05 Sam RobertsMake some simple getters take const SSL/SSL_CTX
2019-02-01 Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-27 Ping Yuadd an additional async notification communication...
2019-01-24 Matt CaswellRevert "Keep the DTLS timer running after the end of...
2019-01-15 Matt CaswellDon't get the mac type in TLSv1.3
2019-01-15 Matt CaswellAdd missing entries in ssl_mac_pkey_id
2019-01-08 Matt CaswellDon't artificially limit the size of the ClientHello
2019-01-07 Viktor DukhovniMore configurable crypto and ssl library initialization
2019-01-07 Matt CaswellDon't complain if we receive the cryptopro extension...
2019-01-06 Dmitry BelyavskiyRestore compatibility with GOST2001 implementations.
2019-01-04 Matt CaswellFix a RUN_ONCE bug
2019-01-03 Dmitry BelyavskiyEliminate unused buffers from ssl3_change_cipher_state
2019-01-03 Dmitry BelyavskiyRemove unused variables from tls1_change_cipher_state
2018-12-30 Bernd EdlingerFix a minor nit in the hkdflabel size
2018-12-15 Kurt RoeckxUse (D)TLS_MAX_VERSION_INTERNAL internally
2018-12-07 Boris Pismennyssl: Linux TLS Tx Offload
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-12-05 Matt CaswellFix some SSL_export_keying_material() issues
next