summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-10-27test/ssl_old_test.c: Do NULL pointer check before its useJiasheng Jiang
2021-10-27Test that a key is usable after an EVP_PKEY_fromdata callMatt Caswell
2021-10-26test-rand: return failure on not enough data, allow parentPauli
2021-10-25X509_PUBKEY_dup: Do not just up-ref the EVP_PKEYTomas Mraz
2021-10-25tests: Add test for X509_dup with ENGINE based keyTomas Mraz
2021-10-25Fix no-cmacMatt Caswell
2021-10-22Clean up on failed BIO creationyuanjungong
2021-10-22Fix acvp_test sig_genMatt Caswell
2021-10-22Fix test_CMAC_keygenMatt Caswell
2021-10-22Test short buffersMatt Caswell
2021-10-19Add tests for ENGINE problemsMatt Caswell
2021-10-15test/ssl_old_test.c: Fix potential leakPeiwei Hu
2021-10-14Fix test/recipes/01-test_symbol_presence.t to disregard version infoRichard Levitte
2021-10-14Fix test/recipes/01-test_symbol_presence.t to allow for stripped librariesRichard Levitte
2021-10-11Extend custom extension testingMatt Caswell
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdataPW Hu
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdata_initPW Hu
2021-10-09test: add failure testing for property parsingPauli
2021-10-06Fix a memory leak in the afalg engineBernd Edlinger
2021-10-05Test for DANE cross cert fixViktor Dukhovni
2021-09-28Add sm2 encryption test case from GM/T 0003.5-2012Mingjun.Yang
2021-09-24FIPS and KTLS may interfereDmitry Belyavskiy
2021-09-15providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz
2021-09-1480-test_cmp_http.t: Fix handling of empty HTTP proxy stringDr. David von Oheimb
2021-09-08Fix test/recipes/90-test_fipsload.t to use bldtop_file for the FIPS moduleRichard Levitte
2021-09-07Update copyright yearRichard Levitte
2021-09-07Correct the "Out of memory" EVP testsRichard Levitte
2021-09-06Fix a few tests that fail on VMSRichard Levitte
2021-09-05test/recipes/25-test_verify.t: Add a couple of tests of mixed PEM filesRichard Levitte
2021-09-05Adjust test/endecoder_test.cRichard Levitte
2021-09-03Add KEM dupctx testslontis
2021-09-03Fix dh dupctx refcount errorslontis
2021-09-03Fix double free in EVP_PKEY_CTX_dup()slontis
2021-09-02always use the same perl in $PATHa1346054
2021-08-31Add a test for verifying an email with a bad othername typeMatt Caswell
2021-08-31Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATUREslontis
2021-08-30Use applink to fix windows testsNicola Tuveri
2021-08-30Add tests for i2d_TYPE_fp and d2i_TYPE_fpNicola Tuveri
2021-08-28Fix the "Out of memory" EVP KDF scrypt testBernd Edlinger
2021-08-27Add a test for running the config twiceMatt Caswell
2021-08-26EVP_DigestSign/VerifyFinal: Duplicate the pctx to allow multiple callsTomas Mraz
2021-08-25test: add unit tests for TDES key wrapPauli
2021-08-24Extend tests for SM2 decryptionMatt Caswell
2021-08-24Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell
2021-08-24Fix test code to not assume NUL terminated stringsMatt Caswell
2021-08-19Fix state name abbreviationTodd Short
2021-08-18Add tests for EVP_PKEY_get_utf8_string_param(), both positive and negativeRichard Levitte
2021-08-18Fix CTS cipher decrypt so that the updated IV is returned correctly.Shane Lontis
2021-08-18Change CTS CS3 (Kerberos) so that it accepts a 16 byte input blockShane Lontis
2021-08-18Add support for camellia cbc cts modeShane Lontis