summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-11-29Return -1 properly from do_X509_REQ_verify and do_X509_verifyPW Hu
2021-11-29Don't include any TLSv1.3 ciphersuites that are disabledolszomal
2021-11-28doc: remove non-existent callbacksPauli
2021-11-27Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove
2021-11-26Don't delete the doc/html directories when cleaningMatt Caswell
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand....x2018
2021-11-25doc: fix macro namePauli
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential ...x2018
2021-11-25check the return value of OPENSSL_strdup to prevent potential memory access e...x2018
2021-11-24Allow sign extension in OSSL_PARAM_allocate_from_text()Richard Levitte
2021-11-24Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte
2021-11-24Test the performance of OSSL_PARAM_allocate_from_text with arbitrary size intsRichard Levitte
2021-11-24Add test for copying uninitialized EVP_MD_CTXTomas Mraz
2021-11-24EVP_MD_CTX_copy_ex: Allow copying uninitialized digest contextsTomas Mraz
2021-11-24Clarify and correct the EVP_CTRL_AEAD_SET_TAG docsMatt Caswell
2021-11-24Fix detection of ARMv7 and ARM64 CPU features on FreeBSDAllan Jude
2021-11-23DOC: Add a few previously documented functionsRichard Levitte
2021-11-23Add test for EVP_PKEY_sign_init_ex with RSA PSS paddingTomas Mraz
2021-11-23rsa_signverify_init: Set the PARAMS after key is setTomas Mraz
2021-11-23DOC: OSSL_PARAM_{set,get,construct}_BN() currently only supports nonnegative ...Richard Levitte
2021-11-23Make OSSL_PARAM_BLD_push_BN{,_pad}() return an error on negative numbersRichard Levitte
2021-11-23Add a test case for duplicate engine loadingBernd Edlinger
2021-11-23Avoid loading of a dynamic engine twiceBernd Edlinger
2021-11-22SSL_export_keying_material: fix return checkPeiwei Hu
2021-11-22BIO_set_indent: fix return checkPeiwei Hu
2021-11-22BIO_set_prefix: fix return checkPeiwei Hu
2021-11-22EVP_RAND_generate: fix return checkPeiwei Hu
2021-11-22asn1_item_embed_d2i: fix th return checkPeiwei Hu
2021-11-22TXT_DB_write: fix the return checkPeiwei Hu
2021-11-22Fix EVP_PKEY_decrypt return checkPeiwei Hu
2021-11-22ossl_do_blob_header: fix return checkPeiwei Hu
2021-11-22BIO_gets: fix the incomplete return checkPeiwei Hu
2021-11-2202-test_errstr.t: print errorcodes in hex (rather than decimal) formatDr. David von Oheimb
2021-11-22Make ERR_str_reasons in err.c consistent again with err.hDr. David von Oheimb
2021-11-22HTTP client: workaround for #16028 (BIO_gets not supported by connect and SSL...Dr. David von Oheimb
2021-11-22Fix the return check of OBJ_obj2txtPW Hu
2021-11-22d2i_PublicKey: Make it work with EC parameters in a provided keyTomas Mraz
2021-11-18perlasm/ppc-xlate.pl: Fix build on OS XMartin Schwenke
2021-11-1780-test_cmp_http: Make server diagnostics more verbose to aid debuggingDr. David von Oheimb
2021-11-17cmp_server.c: Log received request type before checking detailsDr. David von Oheimb
2021-11-17Fix verbosity of CMP client diagnosticsDr. David von Oheimb
2021-11-17Add documentation for some of the missing environment variables.Pauli
2021-11-16BIO_read_filename: fix return checkPeiwei Hu
2021-11-16EVP_PKEY_keygen_init: fix return checkPeiwei Hu
2021-11-16EVP_PKEY_paramgen_init: fix return checkPeiwei Hu
2021-11-16EVP_DigestVerifyFinal: fix test function and invocationPeiwei Hu
2021-11-16EVP_Cipher: fix the incomplete return checkPeiwei Hu
2021-11-16Add a test for creating ECX private keys that are too shortMatt Caswell
2021-11-16Don't create an ECX key with short keysMatt Caswell
2021-11-16RAND_bytes_ex: fix return checkPeiwei Hu