aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 80-test_cmp_http_data/test_commands.csv: fix minor glitch in column alignmentDr. David von Oheimb2021-12-091-1/+1
* APPS/cmp: fix -rspin option such that it works again without -reqinDr. David von Oheimb2021-12-091-0/+4
* bio_enc.c: add memory allocation checkPeiwei Hu2021-12-081-0/+12
* Don't run the symbol presence test on windowsMatt Caswell2021-12-061-1/+2
* test_rsa: Test for PVK format conversionTomas Mraz2021-12-062-5/+21
* Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove2021-11-271-0/+27
* TEST: Enable and fix test_bn2padded() in test/bntest.cRichard Levitte2021-11-261-19/+15
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-262-4/+4
* Test the performance of OSSL_PARAM_allocate_from_text with arbitrary size intsRichard Levitte2021-11-241-28/+71
* Add test for copying uninitialized EVP_MD_CTXTomas Mraz2021-11-241-0/+17
* Support different R_BITS lengths for KBKDFPatrick Uiterwijk2021-11-244-8/+1889
* Add test for EVP_PKEY_sign_init_ex with RSA PSS paddingTomas Mraz2021-11-231-3/+39
* Add a test case for duplicate engine loadingBernd Edlinger2021-11-231-2/+21
* BIO_set_indent: fix return checkPeiwei Hu2021-11-221-1/+1
* BIO_set_prefix: fix return checkPeiwei Hu2021-11-221-1/+1
* TXT_DB_write: fix the return checkPeiwei Hu2021-11-221-1/+1
* Fix EVP_PKEY_decrypt return checkPeiwei Hu2021-11-223-5/+6
* BIO_gets: fix the incomplete return checkPeiwei Hu2021-11-221-1/+1
* 02-test_errstr.t: print errorcodes in hex (rather than decimal) formatDr. David von Oheimb2021-11-221-1/+1
* Fix the return check of OBJ_obj2txtPW Hu2021-11-222-5/+5
* d2i_PublicKey: Make it work with EC parameters in a provided keyTomas Mraz2021-11-221-0/+42
* Dual 1536/2048-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-11-191-4/+5
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+1
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-31/+27
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-177-33/+24
* 80-test_cmp_http: Make server diagnostics more verbose to aid debuggingDr. David von Oheimb2021-11-171-0/+2
* BIO_read_filename: fix return checkPeiwei Hu2021-11-161-3/+3
* EVP_PKEY_keygen_init: fix return checkPeiwei Hu2021-11-162-5/+5
* EVP_PKEY_paramgen_init: fix return checkPeiwei Hu2021-11-162-3/+3
* EVP_DigestVerifyFinal: fix test function and invocationPeiwei Hu2021-11-161-8/+8
* Add a test for creating ECX private keys that are too shortMatt Caswell2021-11-161-0/+24
* RAND_bytes_ex: fix return checkPeiwei Hu2021-11-163-3/+3
* BIO_s_connect(): Enable BIO_gets()Dr. David von Oheimb2021-11-151-25/+89
* Add null digest implementation to the default providerTomas Mraz2021-11-151-0/+30
* Extend the test_multi_load() testMatt Caswell2021-11-121-3/+19
* Don't attempt to deactive child providers if we don't need toMatt Caswell2021-11-121-1/+1
* evp_extra_test: Add SIPHASH MAC digestsign test with reinitializationTomas Mraz2021-11-121-0/+54
* test: Add testing of reinitialization via EVP_DigestSignInit()Tomas Mraz2021-11-121-1/+11
* do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz2021-11-121-0/+7
* test: add unit tests for integer overflow helpersPauli2021-11-122-1/+345
* 25-test_req.t: Add systematic SKID+AKID tests for self-issued (incl. self-sig...Dr. David von Oheimb2021-11-113-40/+143
* APPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()Dr. David von Oheimb2021-11-081-1/+1
* Fix incorrect return check of BN_bn2binpadPW Hu2021-11-082-2/+2
* Fix tests to check for negative results when calling EVP_PKEY_fromdata_initslontis2021-11-054-35/+38
* Fix for a segv interrupt that occurs when fix_dh_rfc5114 is called withPhil Mesnier2021-11-051-0/+22
* Add unit tests for weak key and key parity checksPauli2021-11-051-0/+69
* check the return value of BN_new() and BN_dup()x20182021-11-031-6/+6
* Fix incorrect return check of BN_bn2nativepadPW Hu2021-11-011-1/+1
* Remove redundant RAND_get0_private() callPauli2021-10-281-3/+0
* Fix return value error in doc, and an error testPW Hu2021-10-281-1/+1