aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-10-24Copyright year updatesMatt Caswell2-2/+2
2023-10-24test: add unit test for CVE-2023-5363Pauli1-0/+253
2023-10-24Fix Coverity 1547856: memset() uses only the lowest byte of cTomas Mraz1-1/+1
2023-10-18Add a test to confirm that legacy rsa keys workNeil Horman1-0/+116
2023-10-18cms encrypt, better OBJ_nid2obj() return checkJames Muir1-1/+12
2023-10-18rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno1-0/+31
2023-10-13cmp: add null pointer check in tear_down test functionPauli1-7/+9
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz1-20/+18
2023-10-11test/recipes/05-test_rand.t: replace 'and' with '&&'Richard Levitte1-2/+2
2023-10-05ossl_property_list_to_string: handle quoted stringsPauli1-0/+3
2023-10-04test: evp_extra: test signing with legacy app method based keysMatthias St. Pierre1-0/+85
2023-10-04test: evp_extra: fix indentation errorMatthias St. Pierre1-3/+3
2023-09-21Fix test_cms if DSA is not supportedSteffen Klee1-5/+9
2023-09-19Copyright year updatesRichard Levitte13-13/+13
2023-09-15Fix PKCS#12 creation error when certificate contains auxiliary dataOlga Batyshkina1-0/+66
2023-09-13Fix memory leaks in ssl_old_test.cBernd Edlinger1-2/+4
2023-09-13Revert "make inability to dup/clone ciphers an error"Tomas Mraz1-22/+6
2023-09-12make inability to dup/clone ciphers an errorNeil Horman1-6/+22
2023-09-11Fix a possible memleak in rsa_pub_encodeBernd Edlinger1-1/+9
2023-09-09Fix output corruption in req commandBernd Edlinger1-1/+12
2023-09-08Add test case for #21986Pauli1-1/+11
2023-09-07test/chacha: replace CPUID_OBJ with OPENSSL_CPUID_OBJMin Zhou1-1/+1
2023-09-01Update X509 fuzzer to verify a chainKurt Roeckx1-0/+3
2023-08-24ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki1-0/+2
2023-08-15Fix no-dsa in combination with no-errMatt Caswell1-1/+2
2023-08-15Fix no-dtls and no-tls in combinationMatt Caswell1-4/+8
2023-08-10Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_freeOlga Batyshkina1-2/+2
2023-08-04endecode_test.c: Add tests for decoding with 0 selectionTomas Mraz1-2/+14
2023-08-04test: skip FIPS config auto loading based tests if feature is disabledPauli1-0/+3
2023-08-04provider test: don't run configuration based tests if configuration isn't loadedPauli1-0/+4
2023-08-04PBE test: load providers if auto config load is turned offPauli1-0/+31
2023-08-04testutil: allow a failure return from setup_tests that doesn't print helpPauli2-3/+8
2023-08-03crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cm...Dr. David von Oheimb1-4/+16
2023-08-01Add a test for PEM_read_bio_Parameters()Matt Caswell1-0/+30
2023-08-01Copyright year updatesMatt Caswell7-7/+7
2023-07-27dhtest.c: Add test of DH_check() with q = p + 1Tomas Mraz1-0/+12
2023-07-24Fix error handling in pipelining testBernd Edlinger1-1/+1
2023-07-19Add a test for CVE-2023-3446Matt Caswell1-2/+13
2023-07-17Remove duplicated valuesljuzwiuk1-2/+0
2023-07-17Add a test for a retry during the handshakeMatt Caswell3-32/+148
2023-07-14Add testcases for empty associated data entries with AES-SIVTomas Mraz1-0/+31
2023-06-29Add some test_ssl_new tests for the ffdhe groupsMatt Caswell2-678/+1168
2023-06-26Add a test for pkeyutl encrypt/decrypt using SM2Matt Caswell2-2/+19
2023-06-26Add a test case for the password prompt on garbage PKCS#12 fileRichard Levitte2-0/+37
2023-06-23Add a test for an invalid group in the HRRMatt Caswell1-7/+35
2023-06-15fips: update DSA security check to fix legacy verify strengthsPauli2-56/+91
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch2-4/+4
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch1-1/+1
2023-05-30Update copyright yearTomas Mraz19-19/+19
2023-05-17Fix stack corruption in ui_readBernd Edlinger1-0/+48