summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
AgeCommit message (Expand)Author
2019-11-28Run additional 3004 ECDH and 1575 ECDSA test vectors against libcrypto.Theo Buehler
2019-11-28move the HKDF tests up a bitTheo Buehler
2019-11-28update to-do listTheo Buehler
2019-11-28go fmtTheo Buehler
2019-11-28no need for fallthroughTheo Buehler
2019-11-28Run HKDF test vectors against libcrypto.Theo Buehler
2019-11-28Run XChaCha20-Poly1305 test vectors against libcrypto.Theo Buehler
2019-11-28typoTheo Buehler
2019-11-27Add to do list.Theo Buehler
2019-11-27Only run the test vectors from x25519_test.json for now.Theo Buehler
2019-11-27RSASig now has the more specific name RSASSA-PKCS1-v1_5.Theo Buehler
2019-11-27Only print the basename of skipped test files.Theo Buehler
2019-11-27go fmtTheo Buehler
2019-11-27Run RSAES-PKCS1-v1_5 test vectors against libcrypto.Theo Buehler
2019-11-27Make error messages look like other test cases.Theo Buehler
2019-11-27Add glue for new RSA-OAEP tests.Theo Buehler
2019-11-27Skip tests with unsupported signature algorithm SHA512/224 as well.Theo Buehler
2019-11-27The DSA test vectors were split up and more tests were added.Theo Buehler
2019-11-27New failure mode for AES-CCM: "very long nonce".Theo Buehler
2019-11-27Prepare update of wycheproof-testvectors. Skip some tests for thingsTheo Buehler
2019-11-04Add regress for CMS sign and verify.Joel Sing
2019-11-02Hook cms regress.Joel Sing
2019-11-02Include cms.h.Joel Sing
2019-11-02Initial regress for cms.Joel Sing
2019-09-05Feed the bntest output to bc(1). This checks the result of the bigAlexander Bluhm
2019-06-27check for asprintf failing allocationTheo de Raadt
2019-05-14Use propper regress target to integrate better into test framework.Alexander Bluhm
2019-05-09Add a test vector for Streebog 512 from Guido VrankenTheo Buehler
2019-04-24Do not check for working go executable during make clean cleandir obj.Alexander Bluhm
2019-04-13Add a test for the bn_to_string() function introduced in v3_utl.c r1.32.Theo Buehler
2019-03-17Add regress tests for the EVP_aes_*_wrap() API. Based on the tests inTheo Buehler
2019-03-17link sm4 regress to the buildTheo Buehler
2019-03-17Add a regress test for the SM4 block cipher from the Chinese standardTheo Buehler
2019-01-22add support for xchacha20 and xchacha20-poly1305David Gwynne
2018-11-12Rework the sm3 regress based on a suggestion by jsing. Zap the weirdTheo Buehler
2018-11-11Hook up sm3 regress tests.Theo Buehler
2018-11-11Add sm3 regress tests.Theo Buehler
2018-11-10Clean up and free objects at the completion of the regress test.Joel Sing
2018-11-10Fix a leak reported by Ben L bobsayshilol () live ! co ! uk.Theo Buehler
2018-11-10fix a leak pointed out by Ben L (bobsayshi () live ! co ! uk)Theo Buehler
2018-11-09The Botan library from ports an be configured to use OpenSSL orAlexander Bluhm
2018-11-09Add subdirectires with SUBDIR += instead of a single assignment withTheo Buehler
2018-11-08Add missing NULL checks on allocation, style(9) and consistently useJoel Sing
2018-11-08Add missing BN_free() calls.Joel Sing
2018-11-08Use ASN1_TYPE_new()/ASN1_TYPE_free() to avoid leaking memory.Joel Sing
2018-11-07Use in-place (un)wrapping in the keywrap tests.Theo Buehler
2018-11-06better failure printing, add more checksTheo Buehler
2018-11-06link rand/ to buildTheo Buehler
2018-11-06add a regression test for bn_rand_interval()Theo Buehler
2018-10-20With the fixed length checks in aes_wrap.c 1.11, we can remove the uglyTheo Buehler