wolfssl/wrapper/rust/wolfssl-wolfcrypt/tests
philljj bcadaa39c7
Merge pull request #11321 from holtrop-wolfssl/f-10091
Rust wrapper: ecdsa: allow module usage for verify-only ECC builds
2026-09-04 18:20:14 -05:00
..
common
test_aes.rs Rust wrapper: fix CFB::encrypt1 and CFB::decrypt1 to take size in bits 2026-05-29 14:51:50 -04:00
test_blake2.rs Rust wrapper: test BLAKE2 finalize() returns error for empty output buffer 2026-04-14 20:50:08 -04:00
test_blake2_digest.rs Rust wrapper: add blake2_digest module 2026-05-18 12:27:45 -07:00
test_blake2_mac.rs Rust wrapper: add blake2_mac module 2026-05-18 12:27:45 -07:00
test_chacha20_poly1305.rs Rust wrapper: Add ChaCha20Poly1305::finalize_verify() 2026-07-16 13:56:41 -04:00
test_cmac.rs Rust wrapper: handle MAC_CMP_FAILED_E from CMAC::verify{,_ex}() 2026-05-29 14:51:50 -04:00
test_cmac_mac.rs Rust wrapper: add mac feature and implement digest/mac traits 2026-04-28 11:08:08 -04:00
test_curve25519.rs Rust wrapper: curve25519: fix possible dangling WC_RNG pointer 2026-09-01 21:27:33 -04:00
test_dh.rs Rust wrapper: check DH::shared_secret buffer size against prime size 2026-07-15 23:37:49 -04:00
test_ecc.rs Rust wrapper: check slice lengths in ECC::import_unsigned 2026-05-18 12:40:17 -07:00
test_ecdsa.rs Rust wrapper: ecdsa: allow module usage for verify-only ECC builds 2026-08-31 10:43:02 -04:00
test_ed448.rs Rust wrapper: ed448: gate RNG references with random cfg 2026-08-17 17:06:20 -04:00
test_ed25519.rs Rust wrapper: ed25519: guard generate with ed25519_make_key cfg 2026-08-31 09:33:09 -04:00
test_hkdf.rs
test_hmac.rs
test_hmac_mac.rs Rust wrapper: implement Clone for HMAC types 2026-05-18 12:27:45 -07:00
test_kdf.rs
test_lms.rs Rust wrapper: replace Lms::sigs_left() with Lms::has_sigs_left() 2026-04-28 11:08:08 -04:00
test_mldsa.rs Rust wrapper: rename dilithium to mldsa 2026-06-25 10:31:44 -04:00
test_mlkem.rs Rust wrapper: remove return value from MlKem::encode_{public,private}_key() 2026-04-28 11:08:08 -04:00
test_mlkem_kem.rs Rust wrapper: implement kem traits 2026-04-28 11:08:08 -04:00
test_pbkdf2_password_hash.rs Rust wrapper: pbkdf2_password_hash: gate out unsupported SHA algorithms 2026-09-01 11:08:40 -04:00
test_prf.rs
test_random.rs Rust wrapper: ensure memory safety for C RNG struct 2026-05-18 12:27:44 -07:00
test_rsa.rs Rust wrapper: Add RSA-OAEP API 2026-05-29 14:51:50 -04:00
test_rsa_oaep.rs Rust wrapper: Add RSA-OAEP API 2026-05-29 14:51:50 -04:00
test_rsa_pkcs1v15.rs Rust wrapper: rsa_pkcs1v15: allow using VerifyingKey without random cfg 2026-08-31 14:21:32 -04:00
test_scrypt_password_hash.rs Rust wrapper: add scrypt kdf support and scrypt_password_hash trait impl module 2026-05-29 14:51:50 -04:00
test_sha.rs Merge pull request #11157 from holtrop-wolfssl/f-8297 2026-08-13 10:10:04 -06:00
test_sha_digest.rs Gate SHA3-224/256/384/512 prototypes separately 2026-08-12 10:43:36 -04:00
test_wolfcrypt.rs