Skip to content

Commit

Permalink
More nits
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronf committed Mar 16, 2021
1 parent a05db4e commit cd642c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions STAR-Delegation/CSR-template/template-schema.cddl
Expand Up @@ -40,11 +40,11 @@ $rsaSignatureType /= "sha256WithRSAEncryption"
$rsaSignatureType /= "sha384WithRSAEncryption"
; RSASSA-PCKS1-v1_5 with SHA-512
$rsaSignatureType /= "sha512WithRSAEncryption"
; RSASSA-PSS with SHA-256, MGF-1 with SHA-256, and a salt length of 32 bytes
; RSASSA-PSS with SHA-256, MGF-1 with SHA-256, and a 32 byte salt
$rsaSignatureType /= "sha256WithRSAandMGF1"
; RSASSA-PSS with SHA-384, MGF-1 with SHA-384, and a salt length of 48 bytes
; RSASSA-PSS with SHA-384, MGF-1 with SHA-384, and a 48 byte salt
$rsaSignatureType /= "sha384WithRSAandMGF1"
; RSASSA-PSS with SHA-512, MGF-1 with SHA-512, and a salt length of 64 bytes
; RSASSA-PSS with SHA-512, MGF-1 with SHA-512, and a 64 byte salt
$rsaSignatureType /= "sha512WithRSAandMGF1"

ecdsaKeyType = {
Expand Down

0 comments on commit cd642c5

Please sign in to comment.