summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-10-19ripemd: document as being present in the default providerPauli
2022-10-19Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz
2022-10-19default provider: include RIPEMD160Pauli
2022-10-19Add a test for TLSv1.3 only client sending a correct key_shareMatt Caswell
2022-10-19Add a test for where a client sends a non-TLSv1.3 key shareMatt Caswell
2022-10-19Ensure that the key share group is allowed for our protocol versionMatt Caswell
2022-10-18init: fix defined but unused warning/errorPauli
2022-10-18disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2Sebastian Pop
2022-10-17Fix documentation for OFB/OCB in the FIPS providerJoachim Vandersmissen
2022-10-17Add missing include for DH_get0_priv_key()Tomas Mraz
2022-10-13Fix an occasional CI failure due to unaligned accessBernd Edlinger
2022-10-13Add translation for ECX group parameterJuergen Christ
2022-10-11eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRINGTomas Mraz
2022-10-11Prepare for 3.0.7Matt Caswell
2022-10-11Prepare for release of 3.0.6openssl-3.0.6Matt Caswell
2022-10-11make updateMatt Caswell
2022-10-11Update copyright yearMatt Caswell
2022-10-11Update CHANGES.md and NEWS.md for new releaseMatt Caswell
2022-10-07set MGF1 digest correctlyJames Muir
2022-10-05Fix LLVM vs Apple LLVM version numbering confusion, for $avx512ifmaRichard Levitte
2022-10-05Fix regression in i2d_re_X509_REQ_tbs()Tomas Mraz
2022-10-04armcap: skip probing _armv7_tick()Cameron Gutman
2022-10-04Disable printf format checking on MinGWDaniel Fiala
2022-10-04Fix error propagatation in BN_check_prime()Kazuki Yamaguchi
2022-10-04Fix examples related to BIO_do_acceptDaniel Fiala
2022-10-03Test usage of a custom EVP_CIPHERMatt Caswell
2022-10-03Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTXMatt Caswell
2022-10-03Fix usage of custom EVP_CIPHER objectsMatt Caswell
2022-10-03Configurations: mips64*-linux-*abin32 needs bn_ops SIXTY_FOUR_BITAdam Joseph
2022-09-30Fix missing null check in ossl_cmp_log_parse_metadata()Graham Woodward
2022-09-29OpenSSL::config: Fix trivial bugsRichard Levitte
2022-09-29OpenSSL::config: Fix VMS guessesRichard Levitte
2022-09-29OpenSSL::config: determine the MSVC target architecture by asking clRichard Levitte
2022-09-29djgpp: Skip test/rsa_complex.cJ.W. Jagersma
2022-09-29djgpp: Define WATT32_NO_OLDIES before including socket headersJ.W. Jagersma
2022-09-29djgpp: Use usleep() for ossl_sleep()J.W. Jagersma
2022-09-29djgpp: Inherit config from BASE_unixJ.W. Jagersma
2022-09-28Test TLS extension orderingTodd Short
2022-09-27ssl_log_secret call in tls13_key_updatevisbjn
2022-09-27If a ticket key callback returns 0 in TLSv1.3 don't send a ticketMatt Caswell
2022-09-27Test a 0 return from the ticket key callbackMatt Caswell
2022-09-26Add documentation for the OPENSSL_gmtime functionsTodd Short
2022-09-23test: Fix memory leak of asynctestTianjia Zhang
2022-09-23Maximum return value of BIO_ctrl_(w)pending is SIZE_MAXTomas Mraz
2022-09-23Fix error return values from BIO_ctrl_(w)pending()Tomas Mraz
2022-09-23Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala
2022-09-23OSSL_PROVIDER_set_default_search_path() return valueolszomal
2022-09-22Add additional messages to the DTLS dropped records testMatt Caswell
2022-09-22Correctly handle a retransmitted ClientHelloMatt Caswell
2022-09-21Coverity 1515415: NULL dereferencePauli