summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-02-08rsa: add check after calling BN_BLINDING_lockJiasheng Jiang
2022-02-08Check for presence of 1.1.x openssl runtimeBernd Edlinger
2022-02-08Prevent crash with engine using different openssl runtimeBernd Edlinger
2022-02-07Add testcases for EVP_PKEY_set1_encoded_public_key()Tomas Mraz
2022-02-07Replace size check with more meaningful pubkey checkTomas Mraz
2022-02-07doc: Add hint to use EVP_PKEY_get_bn_param to retrieve big integersTomas Mraz
2022-02-07Fix SIZE_MAX not defined on z/OS etcAnkit Das
2022-02-07Correct return type for BIO_ptr_ctrlThomas1664
2022-02-07evp_test: Add the missing check after calling OPENSSL_strdup and sk_OPENSSL_S...Jiasheng Jiang
2022-02-04Add missing CRYPTO_THREAD_cleanup_local of default_context_thread_localHarry Sintonen
2022-02-04Fix builds with DJGPPJuan Manuel Guerrero
2022-02-03openssl-dgst.pod.in: Fix documentation of -list optionEasySec
2022-02-03Fix copyrightsTodd Short
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2022-02-02Document purpose and trust setting functionsMatt Caswell
2022-02-02Add a test for X509_STORE_CTX_set_purpose()Matt Caswell
2022-02-02Ensure X509_STORE_CTX_purpose_inherit handles a 0 default purposeMatt Caswell
2022-02-02x509: add the check for X509_STORE_lockJiasheng Jiang
2022-02-02apps/progs.pl: use SOURCE_DATE_EPOCH if defined for copyright yearRoss Burton
2022-02-01Fix bad HTML formatting in EVP_KEYEXCH-DH.html because of missing newline in ...EasySec
2022-01-31aes: make the no-asm constant time code path not the defaultPauli
2022-01-28Add the missing check of BN_bn2hex return valueZhou Qingyang
2022-01-27BIO_new_from_core_bio: Check for NULL pointer after calling get_globalsJiasheng Jiang
2022-01-27Ensure ciphers command honours -propqueryMatt Caswell
2022-01-27lhash: Avoid 32 bit right shift of a 32 bit valueTomas Mraz
2022-01-27Fix IV length of DES EDE ECB implementationsTomas Mraz
2022-01-26UI: Check for NULL pointer after calling OPENSSL_memdupJiasheng Jiang
2022-01-26Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()Darshan Sen
2022-01-26Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen
2022-01-25test/ct_test.c: Add the missing check after calling sk_SCT_new_nullJiasheng Jiang
2022-01-25evp_test: Add the missing check after calling OPENSSL_mallocJiasheng Jiang
2022-01-24s_server: correctly handle 2^14 byte long recordsHubert Kario
2022-01-24`make clean` should clean up fips provider shared object.Todd Short
2022-01-24self_test.h: fix the C++ wrappingPauli
2022-01-21crypto/bio: drop float formating for UEFIGerd Hoffmann
2022-01-21Revert "crypto/bio: fix build on UEFI"Gerd Hoffmann
2022-01-21Fix the same BIO_FLAGS macro definitionyangyangtiantianlonglong
2022-01-20Clarify flags argument of X509_check_ipTobias Nießen
2022-01-19ssl: better support TSAN operationsPauli
2022-01-18dh_exch.c: Correct gettable parameters for DH key exchangeTomas Mraz
2022-01-18Fix mistake in ERR_peek_error_all documentation.Kevin Jones
2022-01-17bn_ppc.c: Fix build failure on AIX with XLC/XLCLANGTomas Mraz
2022-01-17dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nidTomas Mraz
2022-01-17Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz
2022-01-17Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...Tomas Mraz
2022-01-17Fix typo in SSL_CTX_set_dh_autoEasySec
2022-01-17ssl/t1_enc: Fix kTLS RX offload pathDmytro Podgornyi
2022-01-14EVP: fix evp_keymgmt_util_match so that it actually tries cross export the ot...manison
2022-01-14Add a comment to indicate ineffective macroShreenidhi Shedi
2022-01-14coverity 1497107: dereference after null checkPauli