mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Merge pull request #5436 from mpg/prog-hmac-cipher-psa
PSA: example programs for HMAC and AEAD vs legacy
This commit is contained in:
4
programs/.gitignore
vendored
4
programs/.gitignore
vendored
@@ -13,8 +13,10 @@
|
||||
*.exe
|
||||
|
||||
aes/crypt_and_hash
|
||||
cipher/cipher_aead_demo
|
||||
hash/generic_sum
|
||||
hash/hello
|
||||
hash/md_hmac_demo
|
||||
hash/md5sum
|
||||
hash/sha1sum
|
||||
hash/sha2sum
|
||||
@@ -38,7 +40,9 @@ pkey/rsa_sign
|
||||
pkey/rsa_sign_pss
|
||||
pkey/rsa_verify
|
||||
pkey/rsa_verify_pss
|
||||
psa/aead_demo
|
||||
psa/crypto_examples
|
||||
psa/hmac_demo
|
||||
psa/key_ladder_demo
|
||||
psa/psa_constant_names
|
||||
random/gen_entropy
|
||||
|
||||
Reference in New Issue
Block a user