diff options
author | Sven Gothel <[email protected]> | 2022-06-06 20:01:33 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-06-06 20:01:33 +0200 |
commit | de76cb70ade6ef8709feeaaa4c6258ae52130b68 (patch) | |
tree | 1d901f151946f4dd1e24dd2c07090aea72f62cb4 /scripts | |
parent | e8be74744498d7a8a52e1389966d2f8bcf022edc (diff) |
Botan: Add modules emsa_raw,pbes2,eme_pkcs1,emsa_pkcs1 to support passphrase for key files
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build-botan.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-botan.sh b/scripts/build-botan.sh index 62c5aa3..fea95a5 100644 --- a/scripts/build-botan.sh +++ b/scripts/build-botan.sh @@ -26,8 +26,8 @@ MOD_HASH=sha1,sha2_32 #MOD_CIPHER=aes,gcm,chacha,chacha20poly1305,aead,stream MOD_CIPHER=chacha,chacha20poly1305,aead,stream # MOD_COMPRESSION=lzma,bzip2 -#MOD_BASIC=base,cryptobox,pubkey,rsa,x509,eme_oaep,eme_raw -MOD_BASIC=base,pubkey,rsa,x509,eme_oaep,eme_raw,emsa1 +#MOD_BASIC=base,cryptobox,pubkey,rsa,x509,eme_oaep,eme_raw,emsa1,emsa_raw,pbes2,eme_pkcs1,emsa_pkcs1 +MOD_BASIC=base,pubkey,rsa,x509,eme_oaep,eme_raw,emsa1,emsa_raw,pbes2,eme_pkcs1,emsa_pkcs1 case "$archabi" in "armhf") |