diff --git a/src/lib.rs b/src/lib.rs index 2711111..b5ed498 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -143,7 +143,9 @@ where let application_property_template = piv_types::ApplicationPropertyTemplate::default() .with_application_label(self.options.label) .with_application_url(self.options.url) - .with_supported_cryptographic_algorithms(&[Tdes, Aes256, P256, Rsa2048]); + .with_supported_cryptographic_algorithms(&[ + Tdes, Aes256, P256, Rsa2048, Rsa3072, Rsa4096, P384, + ]); application_property_template .encode_to_heapless_vec(*reply)