We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178317e commit 488b65cCopy full SHA for 488b65c
defs.js
@@ -136,4 +136,6 @@ Defs.commonTypes = [
136
[ 'PKCS#8 private key', '1.2.840.113549.1.8.1.1', 'PrivateKeyInfo' ],
137
[ 'PKCS#10 certification request', '1.2.840.113549.1.10.1.1', 'CertificationRequest' ],
138
[ 'CMP PKI Message', '1.3.6.1.5.5.7.0.16', 'PKIMessage' ],
139
+ [ 'Time Stamp Request ', '1.3.6.1.5.5.7.0.13', 'TimeStampReq' ],
140
+ [ 'Time Stamp Response ', '1.3.6.1.5.5.7.0.13', 'TimeStampResp' ],
141
].map(arr => ({ description: arr[0], ...Defs.moduleAndType(rfcdef[arr[1]], arr[2]) }));
0 commit comments