summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2022-09-16Add documentation and test for EVP_PBE_alg_addDaniel Fiala
2022-09-16Add CI to test old FIPS provider versionsPauli
2022-09-16With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz
2022-09-16EVP_PKEY_eq: regain compatibility with the 3.0.0 FIPS providerTomáš Mráz
2022-09-16Fix default padding regression against 3.0.0 FIPS providerPauli
2022-09-16TDES: fix test with old FIPS providerPauli
2022-09-16evp_test: allow FIPS provider version based escapes in evp_testPauli
2022-09-16test: make unit tests FIPS provider version awarePauli
2022-09-15Fix a typo in the function nameAkshat Maheshwari
2022-09-15util/wrap.pl.in: Use parentheses so `kill` gets all its argumentsRichard Levitte
2022-09-10crypto/x509/{x509_req,x_all}.c: add some NULL parameter checks, improve codin...Dr. David von Oheimb
2022-09-10X509 x_all.c: Set 'modified' flag when ASN1_item_sign{,_ctx} call was successfulGibeom Gwon
2022-09-10X509 x509_req.c: Set 'modified' flag when X509_req_info_st member data updatedGibeom Gwon
2022-09-09crypto/conf: gcc build warning fixGang Chen
2022-09-09s390x: fix ecx deriveJuergen Christ
2022-09-09Add an EVP demo for key encoding using ECDaniel Fiala
2022-09-06Coverity 1513478: negative returnPauli
2022-09-01Document the return value of OSSL_LIB_CTX_load_config()Tomas Mraz
2022-09-01Fix documented max. length for info buffer in HKDFTobias Brunner
2022-08-31apps/speed.c: Wait for generated childrenJuergen Christ
2022-08-30Fix man page to indicate SHA256 MAC for PKCS12Stefanos Harhalakis
2022-08-26Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala
2022-08-26Add missing ')' to command helpPauli
2022-08-24test: placate Clang's --Wbitwise-instead-of-logicalSam James
2022-08-24CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its...Dr. David von Oheimb
2022-08-24util/wrap.pl.in: If the subprocess died with a signal, let's re-signal itRichard Levitte
2022-08-23Coverity 1508532: out of bounds accessPauli
2022-08-23Moving notify check after the no time checkRyan Kelley
2022-08-23openssl speed fails in FIPS modeDmitry Belyavskiy