Skip to content

Commit 63bf05b

Browse files
committed
public_key: Add missing translation
1 parent 9cdd1d8 commit 63bf05b

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
@@ -611,6 +611,7 @@ get_asn1_module('SubjectPublicKeyInfo') -> 'PKIX1Explicit-2009';
611611
get_asn1_module('CertificateList') -> 'PKIX1Explicit-2009';
612612
get_asn1_module('TBSCertList') -> 'PKIX1Explicit-2009';
613613
get_asn1_module('Name') -> 'PKIX1Explicit-2009';
614+
get_asn1_module('X520CommonName') -> 'PKIX1Explicit-2009';
614615
get_asn1_module('Validity') -> 'PKIX1Explicit-2009';
615616
get_asn1_module('RSAPublicKey') -> 'PKIXAlgs-2009';
616617
get_asn1_module('DSA-Params') -> 'PKIXAlgs-2009';

0 commit comments

Comments
 (0)