summaryrefslogtreecommitdiffstats
path: root/test/acvp_test.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-01ssh kdf: implement ctx dup operationPauli1-0/+26
2022-02-01scrypt: implement ctx dup operationPauli1-0/+35
2022-02-01pvk kdf: implement ctx dup operationPauli1-0/+22
2022-02-01krb5kdf: implement ctx dup operationPauli1-0/+23
2022-02-01kbkdf: implement ctx dup operationPauli1-0/+32
2022-02-01hkdf: implement ctx dup operationPauli1-0/+33
2022-02-01pbkdf2: implement ctx dup operationPauli1-2/+36
2022-02-01pbkdf1: implement ctx dup operationPauli1-0/+24
2022-02-01evp_test: add a ctx dup operation to the KDF testsPauli1-0/+5
2022-02-01prov: add a safe memdup function for context cloningPauli2-0/+21
2022-02-01Fix bad HTML formatting in EVP_KEYEXCH-DH.html because of missing newline in ...EasySec1-0/+1
2022-02-01Fix endianness problem in params_api_testJuergen Christ1-8/+8
2022-01-31aes: make the no-asm constant time code path not the defaultPauli2-1/+10
2022-01-28Include the modules directory in openssl.pcRichard Levitte1-0/+1
2022-01-28apps: Add option -no_ems to s_client/s_server appsyangyangtiantianlonglong4-3/+20
2022-01-28Add -verbose/-queit flags to dhparamPhilip Prindeville12-14/+88
2022-01-28Use progress_cb in genrsaPhilip Prindeville1-24/+1
2022-01-28Add the missing check of BN_bn2hex return valueZhou Qingyang1-0/+3
2022-01-27BIO_new_from_core_bio: Check for NULL pointer after calling get_globalsJiasheng Jiang1-6/+12
2022-01-27Ensure ciphers command honours -propqueryMatt Caswell1-1/+1
2022-01-27Document purpose and trust setting functionsMatt Caswell2-4/+68
2022-01-27Add a test for X509_STORE_CTX_set_purpose()Matt Caswell2-18/+111
2022-01-27Ensure X509_STORE_CTX_purpose_inherit handles a 0 default purposeMatt Caswell1-5/+6
2022-01-27lhash: Avoid 32 bit right shift of a 32 bit valueTomas Mraz1-2/+4
2022-01-27Fix IV length of DES EDE ECB implementationsTomas Mraz3-7/+16
2022-01-26TEST: Add addition OSSL_PARAM tests for signed BIGNUMsRichard Levitte2-58/+128
2022-01-26Add support for signed BIGNUMs in the OSSL_PARAM_BLD APIRichard Levitte3-15/+52
2022-01-26Add support for signed BIGNUMs in the OSSL_PARAM APIRichard Levitte2-24/+42
2022-01-26UI: Check for NULL pointer after calling OPENSSL_memdupJiasheng Jiang1-2/+5
2022-01-26Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()Darshan Sen3-3/+17
2022-01-26Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen4-2/+33
2022-01-26x509: add the check for X509_STORE_lockJiasheng Jiang1-7/+25
2022-01-25test/ct_test.c: Add the missing check after calling sk_SCT_new_nullJiasheng Jiang1-0/+3
2022-01-25evp_test: Add the missing check after calling OPENSSL_mallocJiasheng Jiang1-2/+6
2022-01-25Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian8-18/+7546
2022-01-24AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen5-1/+1494
2022-01-24`make clean` should clean up fips provider shared object.Todd Short1-1/+1
2022-01-23self_test.h: fix the C++ wrappingPauli1-4/+3
2022-01-21Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville6-82/+21
2022-01-21LEGACY PROV: Reimplement the ERR building blocks in upcall termsRichard Levitte1-0/+102
2022-01-21ERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_clear_last_mark()Richard Levitte3-56/+70
2022-01-21crypto/bio: drop float formating for UEFIGerd Hoffmann1-0/+20
2022-01-21Revert "crypto/bio: fix build on UEFI"Gerd Hoffmann1-9/+0
2022-01-21Fix the same BIO_FLAGS macro definitionyangyangtiantianlonglong2-1/+3
2022-01-20TEST: Add a test of the new BN_signed set of functions in test/bntest.cRichard Levitte1-0/+132
2022-01-20Add signed bn2bin and bin2bn functionsRichard Levitte4-32/+150
2022-01-20[refactor] BIGNUM: Modify bin2bn() to work from least to most significant chunkRichard Levitte1-22/+30
2022-01-20BIGNUM: Add a comment on chunk order in struct bignum_stRichard Levitte1-2/+5
2022-01-20[refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'sRichard Levitte1-9/+20
2022-01-20[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn() into oneRichard Levitte1-52/+34