Skip to content

Commit af3f87e

Browse files
committed
add legacy algorithm
1 parent 3ef9fd7 commit af3f87e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tls/enum",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"exports": "./src/mod.ts",
55
"publish": {
66
"exclude": ["dist/"]

src/signaturescheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class SignatureScheme extends Enum {
3333
static RSA_PSS_PSS_SHA384 = new SignatureScheme('RSA_PSS_PSS_SHA384', 0x080a);
3434
static RSA_PSS_PSS_SHA512 = new SignatureScheme('RSA_PSS_PSS_SHA512', 0x080b);
3535

36-
/* Legacy algorithms
36+
/* Legacy algorithms */
3737
static RSA_PKCS1_SHA1 = new SignatureScheme('RSA_PKCS1_SHA1', 0x0201);
3838
static ECDSA_SHA1 = new SignatureScheme('ECDSA_SHA1', 0x0203);
3939

0 commit comments

Comments
 (0)