Skip to content

Commit b4aef71

Browse files
committed
chore: wip
1 parent 06e39a8 commit b4aef71

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.vscode/dictionary.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ aeskey
33
antfu
44
audiox
55
biomejs
6+
BITSTRING
67
booleanish
78
bumpp
89
bunfig
910
bunx
11+
certinfo
1012
certutil
1113
changelogen
1214
changelogithub
@@ -27,10 +29,15 @@ EMSA
2729
Encs
2830
entrypoints
2931
epki
32+
extn
33+
extseq
34+
GENERALIZEDTIME
3035
gentime
3136
GHASH
3237
heroicons
3338
httx
39+
iattr
40+
ibytes
3441
iconify
3542
imgx
3643
Inew
@@ -46,12 +53,15 @@ ltrim
4653
maxline
4754
Millis
4855
mkcert
56+
noout
57+
objsign
4958
OCTETSTRING
5059
oids
5160
opadding
5261
openweb
5362
outdir
5463
outfile
64+
parentheticals
5565
pausable
5666
pbegin
5767
PBES
@@ -63,12 +73,15 @@ postcompile
6373
prefetch
6474
preinstall
6575
primeinc
76+
PRINTABLESTRING
6677
pssobj
6778
quickfix
6879
rootca
6980
RSAES
7081
rsapss
7182
RSASSA
83+
sattr
84+
sbytes
7285
scalarbase
7386
scalarmult
7487
shikijs
@@ -89,6 +102,7 @@ unpad
89102
unplugin
90103
unref
91104
upath
105+
UTCTIME
92106
vidx
93107
vite
94108
vitebook

src/x509.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2439,7 +2439,7 @@ function _fillMissingExtensionFields(e, options) {
24392439
* Convert signature parameters object to ASN.1
24402440
*
24412441
* @param {string} oid Signature algorithm OID
2442-
* @param params The signature parametrs object
2442+
* @param params The signature parameters object
24432443
* @return ASN.1 object representing signature parameters
24442444
*/
24452445
function _signatureParametersToAsn1(oid, params) {

0 commit comments

Comments
 (0)