added labels for new UI bits

pull/819/merge
Justin Richer 2015-05-21 13:15:03 -04:00
parent 6be2b4f65e
commit e9aeb8318e
1 changed files with 12 additions and 9 deletions

View File

@ -140,16 +140,19 @@
"signing": { "signing": {
"any": "Any allowed", "any": "Any allowed",
"default": "Use server default", "default": "Use server default",
"ecdsa-256": "ECDSA using P-256 curve and SHA-256 hash algorithm", "es256": "ECDSA using P-256 curve and SHA-256 hash algorithm",
"ecdsa-384": "ECDSA using P-384 curve and SHA-384 hash algorithm", "es384": "ECDSA using P-384 curve and SHA-384 hash algorithm",
"ecdsa-512": "ECDSA using P-512 curve and SHA-512 hash algorithm", "es512": "ECDSA using P-512 curve and SHA-512 hash algorithm",
"hmac-256": "HMAC using SHA-256 hash algorithm", "hs256": "HMAC using SHA-256 hash algorithm",
"hmac-384": "HMAC using SHA-384 hash algorithm", "hs384": "HMAC using SHA-384 hash algorithm",
"hmac-512": "HMAC using SHA-512 hash algorithm", "hs512": "HMAC using SHA-512 hash algorithm",
"none": "No digital signature", "none": "No digital signature",
"rsassa-256": "RSASSA using SHA-256 hash algorithm", "rs256": "RSASSA using SHA-256 hash algorithm",
"rsassa-384": "RSASSA using SHA-384 hash algorithm", "rs384": "RSASSA using SHA-384 hash algorithm",
"rsassa-512": "RSASSA using SHA-512 hash algorithm" "rs512": "RSASSA using SHA-512 hash algorithm",
"ps256": "RSASSA-PSS using SHA-256 and MGF1 with SHA-256",
"ps384": "RSASSA-PSS using SHA-384 and MGF1 with SHA-384",
"ps512": "RSASSA-PSS using SHA-512 and MGF1 with SHA-512"
}, },
"subject-type": "Subject Type", "subject-type": "Subject Type",
"terms": "Terms of Service", "terms": "Terms of Service",