mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Add RSA to supported algorithms
This commit is contained in:
committed by
Nicolas Stalder
parent
280e9f6248
commit
633b8afe6f
+3
-1
@@ -102,7 +102,9 @@ where
|
||||
let application_property_template = piv_types::ApplicationPropertyTemplate::default()
|
||||
.with_application_label(APPLICATION_LABEL)
|
||||
.with_application_url(APPLICATION_URL)
|
||||
.with_supported_cryptographic_algorithms(&[Tdes, Aes256, P256, Ed25519, X25519]);
|
||||
.with_supported_cryptographic_algorithms(&[
|
||||
Tdes, Aes256, P256, Ed25519, X25519, Rsa2048,
|
||||
]);
|
||||
|
||||
application_property_template
|
||||
.encode_to_heapless_vec(*reply)
|
||||
|
||||
Reference in New Issue
Block a user