We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f340984 + 4af478f commit 2e83823Copy full SHA for 2e83823
lib/public_key/src/public_key.erl
@@ -653,6 +653,7 @@ get_asn1_module('Attribute') -> 'PKCS-10';
653
%% CryptographicMessageSyntax RFC 5652
654
get_asn1_module('ContentInfo') -> 'CryptographicMessageSyntax-2009';
655
get_asn1_module('SignedData') -> 'CryptographicMessageSyntax-2009';
656
+get_asn1_module('SignedAttributes') -> 'CryptographicMessageSyntax-2009';
657
get_asn1_module('EncapsulatedContentInfo') -> 'CryptographicMessageSyntax-2009';
658
get_asn1_module('SignerInfo') -> 'CryptographicMessageSyntax-2009';
659
get_asn1_module('EnvelopedData') -> 'CryptographicMessageSyntax-2009';
0 commit comments