diff --git a/src/lib.rs b/src/lib.rs index 640f07e..d849425 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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)