We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef9fd7 commit af3f87eCopy full SHA for af3f87e
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tls/enum",
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
"exports": "./src/mod.ts",
5
"publish": {
6
"exclude": ["dist/"]
src/signaturescheme.js
@@ -33,7 +33,7 @@ export class SignatureScheme extends Enum {
33
static RSA_PSS_PSS_SHA384 = new SignatureScheme('RSA_PSS_PSS_SHA384', 0x080a);
34
static RSA_PSS_PSS_SHA512 = new SignatureScheme('RSA_PSS_PSS_SHA512', 0x080b);
35
36
- /* Legacy algorithms
+ /* Legacy algorithms */
37
static RSA_PKCS1_SHA1 = new SignatureScheme('RSA_PKCS1_SHA1', 0x0201);
38
static ECDSA_SHA1 = new SignatureScheme('ECDSA_SHA1', 0x0203);
39
0 commit comments