Skip to content

Commit 2e83823

Browse files
committed
Merge branch 'maint'
2 parents f340984 + 4af478f commit 2e83823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/public_key/src/public_key.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ get_asn1_module('Attribute') -> 'PKCS-10';
653653
%% CryptographicMessageSyntax RFC 5652
654654
get_asn1_module('ContentInfo') -> 'CryptographicMessageSyntax-2009';
655655
get_asn1_module('SignedData') -> 'CryptographicMessageSyntax-2009';
656+
get_asn1_module('SignedAttributes') -> 'CryptographicMessageSyntax-2009';
656657
get_asn1_module('EncapsulatedContentInfo') -> 'CryptographicMessageSyntax-2009';
657658
get_asn1_module('SignerInfo') -> 'CryptographicMessageSyntax-2009';
658659
get_asn1_module('EnvelopedData') -> 'CryptographicMessageSyntax-2009';

0 commit comments

Comments
 (0)