diff options
author | Ingela Andin <[email protected]> | 2018-01-17 15:03:57 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-01-17 15:03:57 +0100 |
commit | 4aa94b815f9c99c5916e9932d9823e5369a63e0c (patch) | |
tree | c34b6f7399bd0bbb3a257bf2c06e3afecfa84d61 /lib/public_key/asn1 | |
parent | a1e80221476fb5968640742bb9709e694ffdb96d (diff) | |
parent | 1e35a7adc732c2d882b9580ec7ab8420b0342b3f (diff) | |
download | otp-4aa94b815f9c99c5916e9932d9823e5369a63e0c.tar.gz otp-4aa94b815f9c99c5916e9932d9823e5369a63e0c.tar.bz2 otp-4aa94b815f9c99c5916e9932d9823e5369a63e0c.zip |
Merge pull request #1675 from sander/patch-1
Fix typo in PKCS-7.asn1
OTP-14878
Diffstat (limited to 'lib/public_key/asn1')
-rw-r--r-- | lib/public_key/asn1/PKCS-7.asn1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/public_key/asn1/PKCS-7.asn1 b/lib/public_key/asn1/PKCS-7.asn1 index e76f928acb..e9c188be39 100644 --- a/lib/public_key/asn1/PKCS-7.asn1 +++ b/lib/public_key/asn1/PKCS-7.asn1 @@ -124,7 +124,7 @@ SignerInfoAuthenticatedAttributes ::= CHOICE { -- Also defined in X.509 -- Redeclared here as a parameterized type -AlgorithmIdentifierPKSC-7 {ALGORITHM:IOSet} ::= SEQUENCE { +AlgorithmIdentifierPKCS-7 {ALGORITHM:IOSet} ::= SEQUENCE { algorithm ALGORITHM.&id({IOSet}), parameters ALGORITHM.&Type({IOSet}{@algorithm}) OPTIONAL } @@ -146,21 +146,21 @@ CRLSequence ::= SEQUENCE OF CertificateList ContentEncryptionAlgorithmIdentifier ::= - AlgorithmIdentifierPKSC-7 {{ContentEncryptionAlgorithms}} + AlgorithmIdentifierPKCS-7 {{ContentEncryptionAlgorithms}} ContentEncryptionAlgorithms ALGORITHM ::= { ... -- add any application-specific algorithms here } DigestAlgorithmIdentifier ::= - AlgorithmIdentifierPKSC-7 {{DigestAlgorithms}} + AlgorithmIdentifierPKCS-7 {{DigestAlgorithms}} DigestAlgorithms ALGORITHM ::= { ... -- add any application-specific algorithms here } DigestEncryptionAlgorithmIdentifier ::= - AlgorithmIdentifierPKSC-7 {{DigestEncryptionAlgorithms}} + AlgorithmIdentifierPKCS-7 {{DigestEncryptionAlgorithms}} DigestEncryptionAlgorithms ALGORITHM ::= { ... -- add any application-specific algorithms here @@ -182,7 +182,7 @@ IssuerAndSerialNumber ::= SEQUENCE { } KeyEncryptionAlgorithmIdentifier ::= - AlgorithmIdentifierPKSC-7 {{KeyEncryptionAlgorithms}} + AlgorithmIdentifierPKCS-7 {{KeyEncryptionAlgorithms}} KeyEncryptionAlgorithms ALGORITHM ::= { ... -- add any application-specific algorithms here |