diff options
author | Sverker Eriksson <[email protected]> | 2012-10-02 11:39:42 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-12-04 18:14:51 +0100 |
commit | 5c4c67e4a43152bf327233db3a8ced8c5a7cbc78 (patch) | |
tree | 94ae8426ef5cf10b94b8e9f52d31b43e7f5e848b /lib | |
parent | f37a5fa1579ac6772cb4c23781c19bde3f11ce3b (diff) | |
download | otp-5c4c67e4a43152bf327233db3a8ced8c5a7cbc78.tar.gz otp-5c4c67e4a43152bf327233db3a8ced8c5a7cbc78.tar.bz2 otp-5c4c67e4a43152bf327233db3a8ced8c5a7cbc78.zip |
crypto: Add some unlisted test cases as part of the test suite
Diffstat (limited to 'lib')
-rw-r--r-- | lib/crypto/test/crypto_SUITE.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/crypto/test/crypto_SUITE.erl b/lib/crypto/test/crypto_SUITE.erl index ee5e411407..cf1e2c80ff 100644 --- a/lib/crypto/test/crypto_SUITE.erl +++ b/lib/crypto/test/crypto_SUITE.erl @@ -87,10 +87,12 @@ groups() -> {rest, [], [md5, md5_update, md4, md4_update, md5_mac, md5_mac_io, sha, sha_update, + sha256, sha256_update, sha512, sha512_update, hmac_update_sha, hmac_update_sha_n, hmac_update_sha256, hmac_update_sha512, hmac_update_md5_n, hmac_update_md5_io, hmac_update_md5, hmac_rfc4231, des_cbc, aes_cfb, aes_cbc, + des_cfb, des_cfb_iter, des3_cbc, des3_cfb, rc2_cbc, aes_cbc_iter, aes_ctr, aes_ctr_stream, des_cbc_iter, des_ecb, rand_uniform_test, strong_rand_test, rsa_verify_test, dsa_verify_test, rsa_sign_test, |