Skip to content

Commit a342308

Browse files
bors[bot]Faisal Faruqui
and
Faisal Faruqui
authored
Merge #60
60: Expose CMAC self test r=jack-fortanix a=ffaruqui Co-authored-by: Faisal Faruqui <[email protected]>
2 parents 336416c + eae7902 commit a342308

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mbedtls/src/self_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ pub use mbedtls_sys::{
6666
md2_self_test as md2, md4_self_test as md4, md5_self_test as md5, mpi_self_test as mpi,
6767
pkcs5_self_test as pkcs5, ripemd160_self_test as ripemd160, rsa_self_test as rsa,
6868
sha1_self_test as sha1, sha256_self_test as sha256, sha512_self_test as sha512,
69-
x509_self_test as x509, xtea_self_test as xtea, nist_kw_self_test as nist_kw
69+
x509_self_test as x509, xtea_self_test as xtea, nist_kw_self_test as nist_kw, cmac_self_test as cmac
7070
};

mbedtls/tests/mbedtls_self_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ tests! {
7575
fn x509,
7676
fn xtea,
7777
fn nist_kw,
78+
fn cmac,
7879
}
7980

8081
// these can't run concurrently

0 commit comments

Comments
 (0)