summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2022-09-21Remove unnecessary definePauli
2022-09-21Runtime detect FIPS RNG usage in testPauli
2022-09-21Remove FIPS condition on IV gen test.Pauli
2022-09-21Remove FIPS condition on SM2 test.Pauli
2022-09-20apps/ciphers.h: Ensure ossl_assert() is properly declaredRichard Levitte
2022-09-20Check that sk_SSL_CIPHER_value returns non-NULL value.Daniel Fiala
2022-09-20Always use FORMAT_BINARY for infilePatrik Sevallius
2022-09-20Update documentation, standard input is expected to be in binary format tooPatrik Sevallius
2022-09-19Fix detection of ktls support in cross-compile environment on LinuxTomas Mraz
2022-09-19Add an EVP demo for AES key wrapDaniel Fiala
2022-09-1680-test_ssl_new.t: make dependencies on CTLOG_FILE and TEST_CERTS_DIR explicitDavid von Oheimb
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-09-16x509_vpm.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-09-16X509_STORE_CTX_set_default(): improve error handling, also in its useDavid von Oheimb