PROV & SERIALIZER: Adapt the RSA serializers for PSS-parameters
[openssl.git] / ssl /
2020-05-07 Dr. Matthias St... Fix use-after-free in BIO_C_SET_SSL callback
2020-05-07 Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
2020-05-06 Matt CaswellDon't offer or accept ciphersuites that we can't support
2020-05-06 Benjamin KadukFix up whitespace nits introduced by PR #11416
2020-05-01 Benjamin KadukAdd SSL_new_session_ticket() API
2020-05-01 Benjamin KadukFix whitespace nit in ossl_statem_server_pre_work
2020-04-30 Paulicoverity 1462581 Dereference after null check
2020-04-30 Paulicoverity 1462570 Resource leak
2020-04-28 Nikolay MorozovFix GOST curve sec bits
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-22 Nikolay MorozovGOST2012 TLS Supported Groups Identifiers Support
2020-04-21 Matt CaswellFix test_ssl_new test failure
2020-04-21 Benjamin KadukFix NULL dereference in SSL_check_chain() for TLS 1.3
2020-04-20 Matt CaswellUse a fetched MD if appropriate in ssl3_cbc_digest_record
2020-04-19 Matt CaswellUse the libctx for all EVP_PKEY_CTX operations
2020-04-18 Nikolay MorozovGOST2012 TLS ClientCertificateType Identifiers support
2020-04-16 Nikolay MorozovTLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 support
2020-04-15 Matt CaswellMake sure we always send an alert in libssl if we hit...
2020-04-15 Matt CaswellMake sure we use the libctx in libssl when loading...
2020-04-09 Matt CaswellEnsure libssl uses the new library context aware CT...
2020-04-08 Matt CaswellExplicitly cache the X509v3_extensions in one more...
2020-04-08 Matt CaswellUse X509_STORE_CTX_new_with_libctx() in libssl
2020-04-08 Richard LevitteTLS: Temporarly downgrade newly generated EVP_PKEYs...
2020-04-08 Richard LevitteEVP & TLS: Add necessary EC_KEY data extraction functio...
2020-04-02 Nikolay MorozovTLS Cipher Suite 0xC102 Support
2020-04-01 Matt CaswellMake sure we use the libctx when creating an EVP_PKEY_C...
2020-04-01 Matt CaswellUse EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex...
2020-04-01 Matt CaswellDon't double free a DH object
2020-03-30 Matt CaswellGive a better error if we can't find a sig alg
2020-03-30 Matt CaswellExplicitly cache X509v3 extensions in libssl
2020-03-30 Matt CaswellDon't attempt to up-ref an EVP_CIPHER if it is NULL
2020-03-27 Matt CaswellUpdate libssl to use the new library context aware...
2020-03-27 Matt CaswellIgnore some fetch failures
2020-03-26 Matt CaswellUse a fetched cipher for the TLSv1.3 early secret
2020-03-26 Matt CaswellUse a fetched cipher when decrypting a ticket in libssl
2020-03-24 Matt CaswellMake sure we use a fetched cipher when encrypting state...
2020-03-24 Matt CaswellUse a fetched version of SHA256 in tls_process_new_sess...
2020-03-23 Matt CaswellUse correct libctx when fetching the TLS1 PRF in libssl
2020-03-23 Matt CaswellUse the libctx and properties when constructing an...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-16 John BaldwinUse a flag in SSL3_BUFFER to track when an application...
2020-03-13 Benjamin KadukCode to thread-safety in ChangeCipherState
2020-03-13 Benjamin KadukDon't write to the session when computing TLS 1.3 keys
2020-03-13 Benjamin KadukFix whitespace nit in ssl_generate_master_secret()
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-19 Simon CornishHandle max_fragment_length overflow for DTLS
2020-02-13 Shane LontisFix coverity issues
2020-02-13 Matt CaswellFix a mem leak in libssl
2020-02-11 Kurt RoeckxCheck that ed25519 and ed448 are allowed by the securit...
2020-02-07 Matt CaswellFix no-engine
2020-02-06 Matt CaswellUse the OPENSSL_CTX and property query string in EVP_PK...
2020-02-06 Matt CaswellExplicitly fetch ciphers and digests in libssl
2020-02-06 PauliParams: change UTF8 construct calls to avoid explicit...
2020-02-04 Matt CaswellDetect EOF while reading in libssl
2020-01-30 Matt CaswellDon't acknowledge a servername following warning alert...
2020-01-30 Matt CaswellFix SSL_get_servername() and SNI behaviour
2020-01-29 PauliTLS: use EVP for HMAC throughout libssl.
2020-01-25 Kurt RoeckxCheck that the default signature type is allowed
2020-01-24 Matt CaswellMake sure we use RAND_bytes_ex and RAND_priv_bytes_ex...
2020-01-22 Matt CaswellIntroduce SSL_CTX_new_with_libex()
2020-01-19 Matt Caswelllibssl: Eliminate as much use of EVP_PKEY_size() as...
2020-01-19 PauliDeprecate the low level MD5 functions.
2020-01-19 PauliDeprecate the low level SHA functions.
2020-01-02 dcruetteUpdate tls13_enc.c
2019-12-14 Rich SalzDeprecate most of debug-memory
2019-12-13 Dmitry BelyavskiyParse large GOST ClientKeyExchange messages
2019-12-11 Veres LajosFix some typos
2019-12-05 Matt CaswellMove constant time RSA code out of libssl
2019-11-24 John BaldwinSupport ciphersuites using a SHA2 384 digest in FreeBSD...
2019-11-23 Daniil ZotkinProcess GOST ClientKeyExchange message in SSL_trace
2019-11-22 Benjamin KadukFix a race condition in SNI handling
2019-11-15 raniervfcommit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8
2019-11-12 Richard LevitteSSL: Document SSL_add_{file,dir,store}_cert_subjects_to...
2019-11-11 Ido Ben-NatanFix misspelled resumption_label for CHARSET_EBCDIC
2019-11-10 Dmitry BelyavskiyWorkaround for Windows-based GOST implementations
2019-11-07 Richard LevitteUpdate some inclusions of <openssl/macros.h>
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
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()...
next