summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger
2021-11-30TEST: Enable and fix test_bn2padded() in test/bntest.cRichard Levitte
2021-11-23Add a test case for duplicate engine loadingBernd Edlinger
2021-11-03check the return value of BN_new() and BN_dup()x2018
2021-10-27Fix a gcc 11.2.0 warningMatt Caswell
2021-10-25Fix no-cmacMatt Caswell
2021-10-21Add 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-06Fix a memory leak in the afalg engineBernd Edlinger
2021-09-28Add sm2 encryption test case from GM/T 0003.5-2012Mingjun.Yang
2021-09-06test/ec_internal_test: link with libapps.a tooRichard Levitte
2021-09-03Test for DANE cross cert fixViktor Dukhovni
2021-08-30Use applink to fix windows testsBernd Edlinger
2021-08-30Add tests for i2d_TYPE_fp and d2i_TYPE_fpNicola Tuveri
2021-08-30Fix no-tls1_3 testsBernd Edlinger
2021-08-28Fix the "Out of memory" EVP KDF scrypt testBernd Edlinger
2021-08-27Fix instances of pointer addition with the NULL pointerBernd Edlinger
2021-08-24Update copyright yearMatt Caswell
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-16Test EVP Cipher updating the context's IVIngo Franzki
2021-08-13Revert "TEST: Check that i2d refuses to encode non-optional items with no con...Tomas Mraz
2021-08-13Revert "Fix test/asn1_encode_test.c to not use ASN1_FBOOLEAN"Tomas Mraz
2021-08-13Revert "Fix test/asn1_encode_test.c to handle encoding/decoding failure"Tomas Mraz
2021-07-10Fix test/asn1_encode_test.c to handle encoding/decoding failureRichard Levitte
2021-07-10Fix test/asn1_encode_test.c to not use ASN1_FBOOLEANRichard Levitte
2021-07-10TEST: Check that i2d refuses to encode non-optional items with no contentRichard Levitte
2021-07-08test: add test for auto DH security level meets the minimumPauli
2021-07-08Fix memory leak in i2d_ASN1_bio_streamOliver Mihatsch
2021-07-07bn: procduce correct sign for result of BN_mod()Pauli
2021-07-01Fix use of uninitialized memory in test_rsa_oaepDavid Benjamin
2021-06-10Test EVP_CipherInit sequences and resetsPatrick Steuer
2021-06-02ee-self-signed.pem: Restore original version, adding -attime to 25-test_verify.tDr. David von Oheimb
2021-05-21Inherit hostflags verify params even without hostsChristian Heimes
2021-05-17Test oct2point for hybrid point encoding of (0, y)Theo Buehler
2021-05-14Update expected results for tls13kexmodes testsBenjamin Kaduk
2021-05-13Testing private keys with extra attributesDmitry Belyavskiy
2021-04-27Test that we don't have a memory leak in d2i_ASN1_OBJECT.Shane Lontis
2021-04-23Test that EVP_PKEY_cmp() returns 1 when comparing a key to itselfTomas Mraz
2021-04-13Handle set_alpn_protos inputs better.Todd Short
2021-04-07Fix potential double free in sslapitest.cNan Xiao
2021-03-25Update copyright yearMatt Caswell
2021-03-25Add a test for CVE-2021-3449Matt Caswell
2021-03-25check_chain_extensions: Do not override error return value by check_curveTomas Mraz
2021-02-16TEST: Add missing initializationRichard Levitte