node-opcua-pki 4.16.0 → 4.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/CHANGELOG.md +1018 -0
  2. package/package.json +8 -8
  3. package/certificates/CA/conf/caconfig.cnf +0 -125
  4. package/certificates/CA/conf/caconfig.cnf.tmp +0 -125
  5. package/certificates/CA/crl/revocation_list.crl +0 -16
  6. package/certificates/CA/crl/revocation_list.der +0 -0
  7. package/certificates/CA/crlnumber +0 -1
  8. package/certificates/CA/crlnumber.old +0 -1
  9. package/certificates/CA/index.txt +0 -24
  10. package/certificates/CA/index.txt.attr +0 -1
  11. package/certificates/CA/index.txt.attr.old +0 -1
  12. package/certificates/CA/index.txt.old +0 -23
  13. package/certificates/CA/private/cakey.csr +0 -77
  14. package/certificates/CA/serial +0 -1
  15. package/certificates/CA/serial.old +0 -1
  16. package/certificates/PKI/own/openssl.cnf +0 -72
  17. package/certificates/PKI/own/openssl.cnf.tmp +0 -72
  18. package/certificates/client_cert_1024.pem.csr +0 -49
  19. package/certificates/client_cert_2048.pem.csr +0 -70
  20. package/certificates/client_cert_3072.pem.csr +0 -90
  21. package/certificates/client_cert_4096.pem.csr +0 -112
  22. package/certificates/client_public_key_1024.pub +0 -6
  23. package/certificates/client_public_key_2048.pub +0 -9
  24. package/certificates/client_public_key_3072.pub +0 -11
  25. package/certificates/client_public_key_4096.pub +0 -14
  26. package/certificates/config.js +0 -18
  27. package/certificates/discoveryServer_cert_1024.pem.csr +0 -49
  28. package/certificates/discoveryServer_cert_2048.pem.csr +0 -70
  29. package/certificates/discoveryServer_cert_3072.pem.csr +0 -91
  30. package/certificates/discoveryServer_cert_4096.pem.csr +0 -112
  31. package/certificates/discoveryServer_public_key_1024.pub +0 -6
  32. package/certificates/discoveryServer_public_key_2048.pub +0 -9
  33. package/certificates/discoveryServer_public_key_3072.pub +0 -11
  34. package/certificates/discoveryServer_public_key_4096.pub +0 -14
  35. package/certificates/server_cert_1024.pem.csr +0 -49
  36. package/certificates/server_cert_2048.pem.csr +0 -70
  37. package/certificates/server_cert_3072.pem.csr +0 -90
  38. package/certificates/server_cert_4096.pem.csr +0 -112
  39. package/certificates/server_public_key_1024.pub +0 -6
  40. package/certificates/server_public_key_2048.pub +0 -9
  41. package/certificates/server_public_key_3072.pub +0 -11
  42. package/certificates/server_public_key_4096.pub +0 -14
package/CHANGELOG.md ADDED
@@ -0,0 +1,1018 @@
1
+ ### Changelog
2
+
3
+ All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4
+
5
+ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
+
7
+ #### [4.16.1](https://github.com/node-opcua/node-opcua-pki/compare/4.10.0...4.16.1)
8
+
9
+ - add publish github action [`b38c62f`](https://github.com/node-opcua/node-opcua-pki/commit/b38c62f5547aedd59ae82daff336439116c8b2de)
10
+
11
+ #### [4.10.0](https://github.com/node-opcua/node-opcua-pki/compare/4.9.0...4.10.0)
12
+
13
+ > 25 February 2024
14
+
15
+ - update packages, use node-opcua@4.8.0 with RSA_PKCS1_PADDING fix (CVE-2023-46809) [`51a304c`](https://github.com/node-opcua/node-opcua-pki/commit/51a304c20cae5fce981d68e3b407e915d7e0c953)
16
+ - Release 4.10.0 [`8529795`](https://github.com/node-opcua/node-opcua-pki/commit/8529795ae4a26bd0528b74ea9db3b5a9bb7f9cb0)
17
+
18
+ #### [4.9.0](https://github.com/node-opcua/node-opcua-pki/compare/4.8.1...4.9.0)
19
+
20
+ > 21 January 2024
21
+
22
+ - update node-opcua-crypto to v4.7.0 [`51a594b`](https://github.com/node-opcua/node-opcua-pki/commit/51a594b8215abfe30876a1d2a6f8ec46edfe802b)
23
+ - fix: upgrade rimraf from 4.0.0 to 4.4.1 [`b57703a`](https://github.com/node-opcua/node-opcua-pki/commit/b57703a0d64df5e9eea51b3524b30c54619d5bfb)
24
+ - update copyright year [`a45d4b1`](https://github.com/node-opcua/node-opcua-pki/commit/a45d4b10482a950929090a71b22e73f29e32fa5e)
25
+
26
+ #### [4.8.1](https://github.com/node-opcua/node-opcua-pki/compare/4.8.0...4.8.1)
27
+
28
+ > 19 November 2023
29
+
30
+ - update packages [`d56848d`](https://github.com/node-opcua/node-opcua-pki/commit/d56848d259bcbed71cc68d49fbfb48010e99eae3)
31
+ - Release 4.8.1 [`5b42505`](https://github.com/node-opcua/node-opcua-pki/commit/5b42505df64af5a7467cfcb1753d9734ec54e307)
32
+
33
+ #### [4.8.0](https://github.com/node-opcua/node-opcua-pki/compare/4.7.0...4.8.0)
34
+
35
+ > 18 November 2023
36
+
37
+ - update packages (node-opcua-crypto@4.6.1) [`20bdac0`](https://github.com/node-opcua/node-opcua-pki/commit/20bdac0fb75812964150b21de560dc5e50d54102)
38
+ - chore: switch to esModuleInterop [`6bc691c`](https://github.com/node-opcua/node-opcua-pki/commit/6bc691c60f41f30014aa5eb425ae182c0a3f517f)
39
+ - fix verifyCertificate with ignoreMissingRevocationList [`02c2616`](https://github.com/node-opcua/node-opcua-pki/commit/02c2616d2cc448da8451d5257a6032f1d6fa3186)
40
+
41
+ #### [4.7.0](https://github.com/node-opcua/node-opcua-pki/compare/4.6.0...4.7.0)
42
+
43
+ > 6 September 2023
44
+
45
+ - update to node-opcua-crypto@4.5.0 [`9be8acc`](https://github.com/node-opcua/node-opcua-pki/commit/9be8acc690f72eb4ee1f85d47aa0811bf29d9732)
46
+ - Release 4.7.0 [`02a3355`](https://github.com/node-opcua/node-opcua-pki/commit/02a3355c824164e5722752b2f5c3ab8a7029a26b)
47
+
48
+ #### [4.6.0](https://github.com/node-opcua/node-opcua-pki/compare/4.5.0...4.6.0)
49
+
50
+ > 5 September 2023
51
+
52
+ - update packages [`02bf565`](https://github.com/node-opcua/node-opcua-pki/commit/02bf565aec990085be6c10aa9b582b2d75bd2dfe)
53
+ - Release 4.6.0 [`8be352f`](https://github.com/node-opcua/node-opcua-pki/commit/8be352ff29b4f1164c606470c3d1887036b659a4)
54
+
55
+ #### [4.5.0](https://github.com/node-opcua/node-opcua-pki/compare/4.4.0...4.5.0)
56
+
57
+ > 3 September 2023
58
+
59
+ - update packages [`92fc2ea`](https://github.com/node-opcua/node-opcua-pki/commit/92fc2ea78730d90a502db9a2b725da62d28b830f)
60
+ - fix ci.yml not to use npm@10 with old version of node [`1b54005`](https://github.com/node-opcua/node-opcua-pki/commit/1b5400527ccdb959775940b739ff216e10213a18)
61
+ - remove appveyor support [`9f05e91`](https://github.com/node-opcua/node-opcua-pki/commit/9f05e91fa69271a575a638b31a74f9e9733dd2b5)
62
+
63
+ #### [4.4.0](https://github.com/node-opcua/node-opcua-pki/compare/4.3.0...4.4.0)
64
+
65
+ > 17 August 2023
66
+
67
+ - update to node-opcua-crypto@4.2.0 [`4185452`](https://github.com/node-opcua/node-opcua-pki/commit/4185452633a350621a11e7a76e4a1bcffb7e965c)
68
+ - Release 4.4.0 [`78b47db`](https://github.com/node-opcua/node-opcua-pki/commit/78b47db2b45f29611e7c259595cd4839292a3611)
69
+
70
+ #### [4.3.0](https://github.com/node-opcua/node-opcua-pki/compare/4.2.1...4.3.0)
71
+
72
+ > 14 August 2023
73
+
74
+ - update packages, remove nyc [`b65f7ab`](https://github.com/node-opcua/node-opcua-pki/commit/b65f7abdb51ea8d70f1d6151c5082fb0bc685fbd)
75
+ - update packages [`41efb37`](https://github.com/node-opcua/node-opcua-pki/commit/41efb37c3ee20f1c744b115e0378b394f6e5b6ff)
76
+ - add option to accept outdated or pending certificates during verification [`a7d1f9a`](https://github.com/node-opcua/node-opcua-pki/commit/a7d1f9ae305512ee138bc8b47b8f7a97b1404427)
77
+
78
+ #### [4.2.1](https://github.com/node-opcua/node-opcua-pki/compare/4.2.0...4.2.1)
79
+
80
+ > 10 June 2023
81
+
82
+ - chore: remove console.log [`9ba2665`](https://github.com/node-opcua/node-opcua-pki/commit/9ba2665ec2514a893e93337e94ba732884f82730)
83
+ - Release 4.2.1 [`1f25549`](https://github.com/node-opcua/node-opcua-pki/commit/1f2554973aab6b0d3a7c6e25b20efb51d7944126)
84
+
85
+ #### [4.2.0](https://github.com/node-opcua/node-opcua-pki/compare/4.1.1...4.2.0)
86
+
87
+ > 2 June 2023
88
+
89
+ - rename createPrivateKey => generatePrivateKeyFile [`0359bac`](https://github.com/node-opcua/node-opcua-pki/commit/0359bac2db84732a57d81a81726d3b65212ae113)
90
+ - Release 4.2.0 [`2b8ed0e`](https://github.com/node-opcua/node-opcua-pki/commit/2b8ed0e9fb12c3b48986f7918943aac12f5d332d)
91
+
92
+ #### [4.1.1](https://github.com/node-opcua/node-opcua-pki/compare/4.1.0...4.1.1)
93
+
94
+ > 1 June 2023
95
+
96
+ - Release 4.1.1 [`e586c84`](https://github.com/node-opcua/node-opcua-pki/commit/e586c84de4837c23937eca196f3158cffb1cfc18)
97
+ - make withLock2 protected [`3b242f1`](https://github.com/node-opcua/node-opcua-pki/commit/3b242f1666e39e9cfdc47eeaef87c968e88247a8)
98
+
99
+ #### [4.1.0](https://github.com/node-opcua/node-opcua-pki/compare/4.0.2...4.1.0)
100
+
101
+ > 1 June 2023
102
+
103
+ - update global-mutex [`15accd4`](https://github.com/node-opcua/node-opcua-pki/commit/15accd48f20410a9b7282960f669199c7f9b9899)
104
+ - Release 4.1.0 [`3b5e4e4`](https://github.com/node-opcua/node-opcua-pki/commit/3b5e4e43f4b2df792aaf38ac3899cf634989827f)
105
+
106
+ #### [4.0.2](https://github.com/node-opcua/node-opcua-pki/compare/4.0.1...4.0.2)
107
+
108
+ > 31 May 2023
109
+
110
+ - update packages [`6b7d469`](https://github.com/node-opcua/node-opcua-pki/commit/6b7d469399e4265879d158548a37c4863cd0f1df)
111
+ - update import [`d7c8b1c`](https://github.com/node-opcua/node-opcua-pki/commit/d7c8b1c70b008ecb00abebb88b74c8cef2d73adb)
112
+ - Release 4.0.2 [`a26c3d3`](https://github.com/node-opcua/node-opcua-pki/commit/a26c3d3b4313d2f11b108729a07196d717ca8a85)
113
+
114
+ #### [4.0.1](https://github.com/node-opcua/node-opcua-pki/compare/4.0.0...4.0.1)
115
+
116
+ > 31 May 2023
117
+
118
+ - update packages [`8e3410c`](https://github.com/node-opcua/node-opcua-pki/commit/8e3410c94079309ac938e048bbf841b660bf2087)
119
+ - Update readme.md [`1bfa2c3`](https://github.com/node-opcua/node-opcua-pki/commit/1bfa2c31d76feaf8bba84f7f3a6608d636c8376f)
120
+
121
+ ### [4.0.0](https://github.com/node-opcua/node-opcua-pki/compare/4.0.0-beta.9...4.0.0)
122
+
123
+ > 27 May 2023
124
+
125
+ - update packages [`cd83450`](https://github.com/node-opcua/node-opcua-pki/commit/cd83450d381e1d4125ecebc2ec63c2abd979b41f)
126
+ - add example for self signed cert creation with multiple DNS and IP fields [`1ab713a`](https://github.com/node-opcua/node-opcua-pki/commit/1ab713ae4d83ed5a23d5dce7b278b32f41d85d4b)
127
+ - Release 4.0.0 [`2e34ef9`](https://github.com/node-opcua/node-opcua-pki/commit/2e34ef9704433459d48cb40f4c398ec54530fd6f)
128
+
129
+ #### [4.0.0-beta.9](https://github.com/node-opcua/node-opcua-pki/compare/4.0.0-beta.8...4.0.0-beta.9)
130
+
131
+ > 23 May 2023
132
+
133
+ - update package and readme [`3f0b6dc`](https://github.com/node-opcua/node-opcua-pki/commit/3f0b6dc3197ae9ee6b9e1e6eb5c0ddd0eb24e495)
134
+ - Release 4.0.0-beta.9 [`94ab17f`](https://github.com/node-opcua/node-opcua-pki/commit/94ab17f5b05fd87327ba9179024be3c24ec18d9c)
135
+
136
+ #### [4.0.0-beta.8](https://github.com/node-opcua/node-opcua-pki/compare/4.0.0-beta.7...4.0.0-beta.8)
137
+
138
+ > 21 May 2023
139
+
140
+ - update packages [`b4a3d8a`](https://github.com/node-opcua/node-opcua-pki/commit/b4a3d8ae6328a8c44fec9ed819aecba9f8049421)
141
+ - Release 4.0.0-beta.8 [`4982fb2`](https://github.com/node-opcua/node-opcua-pki/commit/4982fb2e9d949180279d1352c6c1628651d6eb42)
142
+
143
+ #### [4.0.0-beta.7](https://github.com/node-opcua/node-opcua-pki/compare/4.0.0-beta.6...4.0.0-beta.7)
144
+
145
+ > 21 May 2023
146
+
147
+ - Release 4.0.0-beta.7 [`b4a7784`](https://github.com/node-opcua/node-opcua-pki/commit/b4a7784fd78d905c928f6bf93e14e4e7eb8c0e26)
148
+ - fix export of CertificateAuthority [`4ace5d3`](https://github.com/node-opcua/node-opcua-pki/commit/4ace5d35cc2fa06e17512b357dcc37a1cec6a0e7)
149
+
150
+ #### [4.0.0-beta.6](https://github.com/node-opcua/node-opcua-pki/compare/4.0.0-beta.5...4.0.0-beta.6)
151
+
152
+ > 21 May 2023
153
+
154
+ - Release 4.0.0-beta.6 [`9366e75`](https://github.com/node-opcua/node-opcua-pki/commit/9366e75e3d131bd7f1d89bef1e5cfe2d02915f80)
155
+ - add CertificateAuthority.d.ts in root folder [`89b0adc`](https://github.com/node-opcua/node-opcua-pki/commit/89b0adcf58baef3764dce09f0751ca04770c7c49)
156
+
157
+ #### [4.0.0-beta.5](https://github.com/node-opcua/node-opcua-pki/compare/4.0.0-beta.4...4.0.0-beta.5)
158
+
159
+ > 21 May 2023
160
+
161
+ - Release 4.0.0-beta.5 [`1e604bd`](https://github.com/node-opcua/node-opcua-pki/commit/1e604bd6f1f6209132339124556d795f14446937)
162
+ - fix package.json and npm ignore file [`6dbdbf3`](https://github.com/node-opcua/node-opcua-pki/commit/6dbdbf3b45cad26065018f2405d6ba4c972489c8)
163
+
164
+ #### [4.0.0-beta.4](https://github.com/node-opcua/node-opcua-pki/compare/4.0.0-beta.3...4.0.0-beta.4)
165
+
166
+ > 21 May 2023
167
+
168
+ - fix package.json and npm ignore file [`0ca9642`](https://github.com/node-opcua/node-opcua-pki/commit/0ca9642dddf9c83a5fe222bcf8a1d4dad6fca25e)
169
+ - Release 4.0.0-beta.4 [`9e9ea8c`](https://github.com/node-opcua/node-opcua-pki/commit/9e9ea8c828d40ddbcfb1db9034c48eb94712c8f0)
170
+
171
+ #### [4.0.0-beta.3](https://github.com/node-opcua/node-opcua-pki/compare/4.0.0-beta.2...4.0.0-beta.3)
172
+
173
+ > 21 May 2023
174
+
175
+ - udapte node-opcua-crypto [`3d47457`](https://github.com/node-opcua/node-opcua-pki/commit/3d4745795cd8fad545fdac5046693aafd803e8e4)
176
+ - Release 4.0.0-beta.3 [`c6b85aa`](https://github.com/node-opcua/node-opcua-pki/commit/c6b85aaab2774b9477708ee1350cc53b1412f978)
177
+
178
+ #### [4.0.0-beta.2](https://github.com/node-opcua/node-opcua-pki/compare/4.0.0-beta.1...4.0.0-beta.2)
179
+
180
+ > 21 May 2023
181
+
182
+ - Release 4.0.0-beta.2 [`f0f44a1`](https://github.com/node-opcua/node-opcua-pki/commit/f0f44a14d53195381bcec57ad943dc3b0e876bfb)
183
+ - add download badge [`bef0f57`](https://github.com/node-opcua/node-opcua-pki/commit/bef0f5745976d6e16c4bdc17f13471976fbef465)
184
+
185
+ #### [4.0.0-beta.1](https://github.com/node-opcua/node-opcua-pki/compare/3.1.2...4.0.0-beta.1)
186
+
187
+ > 21 May 2023
188
+
189
+ - refactor and use node-opcua-crypto@3 [`e0e7337`](https://github.com/node-opcua/node-opcua-pki/commit/e0e73379c91136e59943ecc628c5cae3b78459b5)
190
+ - update copyright notice and lint fixes [`1cb62b4`](https://github.com/node-opcua/node-opcua-pki/commit/1cb62b401a6282295ff13cfb135b8c0de7301de5)
191
+ - Release 4.0.0-beta.1 [`bee236a`](https://github.com/node-opcua/node-opcua-pki/commit/bee236a7e61dde82361a06d9c4ef3bae8baff2f8)
192
+
193
+ #### [3.1.2](https://github.com/node-opcua/node-opcua-pki/compare/3.1.1...3.1.2)
194
+
195
+ > 6 May 2023
196
+
197
+ - adjust _innerVerifyCertificateAsync with issuer certificate detection [`f685132`](https://github.com/node-opcua/node-opcua-pki/commit/f68513242777a8a48cb422e6fa73f7b316288c66)
198
+ - Release 3.1.2 [`dbeccc7`](https://github.com/node-opcua/node-opcua-pki/commit/dbeccc718b94acac525d9ff6cbf49bd4d31be7ab)
199
+
200
+ #### [3.1.1](https://github.com/node-opcua/node-opcua-pki/compare/3.1.0...3.1.1)
201
+
202
+ > 6 May 2023
203
+
204
+ - update packages node-opcua-crypto [`d7858af`](https://github.com/node-opcua/node-opcua-pki/commit/d7858afb67fea0d538d3d05711671f76135be5fe)
205
+ - Release 3.1.1 [`bbbb4ef`](https://github.com/node-opcua/node-opcua-pki/commit/bbbb4ef8911945066a99f0d36a481e612822c14d)
206
+
207
+ #### [3.1.0](https://github.com/node-opcua/node-opcua-pki/compare/3.0.2...3.1.0)
208
+
209
+ > 6 May 2023
210
+
211
+ - update packages and introduce BadCertificateChainIncomplete when CA certificate missing [`0a3b29e`](https://github.com/node-opcua/node-opcua-pki/commit/0a3b29ea24fb681908eea55192c7704ed30f6bc8)
212
+ - Release 3.1.0 [`24356f5`](https://github.com/node-opcua/node-opcua-pki/commit/24356f5d09f316ff0a7757c4a59a606713f9f088)
213
+
214
+ #### [3.0.2](https://github.com/node-opcua/node-opcua-pki/compare/3.0.1...3.0.2)
215
+
216
+ > 8 January 2023
217
+
218
+ - udpdate package fix json5 vulnerability [`19f07bc`](https://github.com/node-opcua/node-opcua-pki/commit/19f07bc80b8aa83aed7c8ae637278cda92be4e46)
219
+ - Release 3.0.2 [`9ec6d69`](https://github.com/node-opcua/node-opcua-pki/commit/9ec6d69f7e95cf19c95a329ceef6b388a3ccd354)
220
+ - fix the problem of createPKI never end [`9493e52`](https://github.com/node-opcua/node-opcua-pki/commit/9493e5217ce003962d13c17595721c08e4d43c34)
221
+
222
+ #### [3.0.1](https://github.com/node-opcua/node-opcua-pki/compare/3.0.0...3.0.1)
223
+
224
+ > 15 December 2022
225
+
226
+ - update packages [`ff2da63`](https://github.com/node-opcua/node-opcua-pki/commit/ff2da6349410cb84d53be953aec3d69b4469dd73)
227
+ - restore nodejs 12 build [`8f2d52f`](https://github.com/node-opcua/node-opcua-pki/commit/8f2d52f711316f71687fee9e4478a9172af012a1)
228
+ - update packages [`2010fec`](https://github.com/node-opcua/node-opcua-pki/commit/2010fecb0f18596a5a965362af798194399f13ff)
229
+
230
+ ### [3.0.0](https://github.com/node-opcua/node-opcua-pki/compare/2.19.1...3.0.0)
231
+
232
+ > 14 December 2022
233
+
234
+ - add support for openssl 3 [`1b9c729`](https://github.com/node-opcua/node-opcua-pki/commit/1b9c729a963eaeb2ee14bd8a868ae35100c92c24)
235
+ - update workflow [`206cb6e`](https://github.com/node-opcua/node-opcua-pki/commit/206cb6e78409f89b8e583fb330c8ad65cf698f55)
236
+ - update packages [`e2aeca1`](https://github.com/node-opcua/node-opcua-pki/commit/e2aeca10cc7233c60757e2efa280e4c6d857a9fe)
237
+
238
+ #### [2.19.1](https://github.com/node-opcua/node-opcua-pki/compare/2.19.0...2.19.1)
239
+
240
+ > 5 December 2022
241
+
242
+ - update [`bc566b1`](https://github.com/node-opcua/node-opcua-pki/commit/bc566b137de1ae1077ffbbff82e1bb0dd1af7123)
243
+ - Release 2.19.1 [`8df44db`](https://github.com/node-opcua/node-opcua-pki/commit/8df44db67717f432a2ef2aa6acc6b78a7981d0ec)
244
+
245
+ #### [2.19.0](https://github.com/node-opcua/node-opcua-pki/compare/2.18.4...2.19.0)
246
+
247
+ > 5 December 2022
248
+
249
+ - add csr and sign command -refactor [`be3bf92`](https://github.com/node-opcua/node-opcua-pki/commit/be3bf928e23e7a3be21b4d9395899e19808d0038)
250
+ - improve type defs [`1bedaa5`](https://github.com/node-opcua/node-opcua-pki/commit/1bedaa51fc6a185050965124488ef693566b6949)
251
+ - update readme.md [`39180bf`](https://github.com/node-opcua/node-opcua-pki/commit/39180bfa0aed080362ec2a44649f842698c07c31)
252
+
253
+ #### [2.18.4](https://github.com/node-opcua/node-opcua-pki/compare/2.18.3...2.18.4)
254
+
255
+ > 24 November 2022
256
+
257
+ - fix unexpected quoted random.rnd filename [`bc59266`](https://github.com/node-opcua/node-opcua-pki/commit/bc592664ad982230937d9d5d8be5657ebf662e3d)
258
+ - Release 2.18.4 [`140fbf4`](https://github.com/node-opcua/node-opcua-pki/commit/140fbf4916b756f4bb907a3d73677983902d3c5a)
259
+
260
+ #### [2.18.3](https://github.com/node-opcua/node-opcua-pki/compare/2.18.2...2.18.3)
261
+
262
+ > 5 November 2022
263
+
264
+ - call ensure_openssl_installed only when necessary [`65b0fd4`](https://github.com/node-opcua/node-opcua-pki/commit/65b0fd419e1e65b03f0bed6df7612e5a2f5f2676)
265
+ - Release 2.18.3 [`ed91b5f`](https://github.com/node-opcua/node-opcua-pki/commit/ed91b5f28b4626c9bfc006f6263cafdb66929c30)
266
+
267
+ #### [2.18.2](https://github.com/node-opcua/node-opcua-pki/compare/2.18.1...2.18.2)
268
+
269
+ > 3 November 2022
270
+
271
+ - Release 2.18.2 [`b776509`](https://github.com/node-opcua/node-opcua-pki/commit/b77650981c56579c0fc589f1ddf054047c242238)
272
+ - fix bin/pki entry in package.json to make it work on windows [`795cbe2`](https://github.com/node-opcua/node-opcua-pki/commit/795cbe276912dbcb99469483354fc38f413910e7)
273
+
274
+ #### [2.18.1](https://github.com/node-opcua/node-opcua-pki/compare/2.18.0...2.18.1)
275
+
276
+ > 3 November 2022
277
+
278
+ - add rimraf to dev [`81dd567`](https://github.com/node-opcua/node-opcua-pki/commit/81dd56776bcfc23f7be52ab3ae90bb84ded5442d)
279
+ - Release 2.18.1 [`0f623ed`](https://github.com/node-opcua/node-opcua-pki/commit/0f623edd2bb0b0b3355efa143d2383a2bed8748a)
280
+
281
+ #### [2.18.0](https://github.com/node-opcua/node-opcua-pki/compare/2.17.0...2.18.0)
282
+
283
+ > 22 October 2022
284
+
285
+ - update packages [`1b09c6e`](https://github.com/node-opcua/node-opcua-pki/commit/1b09c6e3adaa0d0c7a14773bcd13a096f7103c6f)
286
+ - update packages [`b63a89a`](https://github.com/node-opcua/node-opcua-pki/commit/b63a89afdae7bdb46960d522a72449014e6f5f11)
287
+ - remove update notifier [`9c7573c`](https://github.com/node-opcua/node-opcua-pki/commit/9c7573c851239c3f253232826a1c0c3fbb3c8bea)
288
+
289
+ #### [2.17.0](https://github.com/node-opcua/node-opcua-pki/compare/2.16.0...2.17.0)
290
+
291
+ > 25 June 2022
292
+
293
+ - update to node-opcua-crypto 1.11.0 [`ab1b79d`](https://github.com/node-opcua/node-opcua-pki/commit/ab1b79d2379d3952043747d31915b978a084ab0b)
294
+ - Release 2.17.0 [`80eb0c6`](https://github.com/node-opcua/node-opcua-pki/commit/80eb0c668c11ec9300461b5c54f92c3eebc9ced5)
295
+
296
+ #### [2.16.0](https://github.com/node-opcua/node-opcua-pki/compare/2.15.4...2.16.0)
297
+
298
+ > 25 June 2022
299
+
300
+ - update package and temporarily remove use of update-notifier [`b2424ab`](https://github.com/node-opcua/node-opcua-pki/commit/b2424abb360d4dad99e45c821295c6fa8d7523ed)
301
+ - Release 2.16.0 [`204572e`](https://github.com/node-opcua/node-opcua-pki/commit/204572e77327ee6b295e0e04f481ee005a09d362)
302
+
303
+ #### [2.15.4](https://github.com/node-opcua/node-opcua-pki/compare/2.15.3...2.15.4)
304
+
305
+ > 28 March 2022
306
+
307
+ - Release 2.15.4 [`11fca51`](https://github.com/node-opcua/node-opcua-pki/commit/11fca512502726306cfd7357bc310eb3ced2a610)
308
+
309
+ #### [2.15.3](https://github.com/node-opcua/node-opcua-pki/compare/2.15.2...2.15.3)
310
+
311
+ > 28 March 2022
312
+
313
+ - Release 2.15.3 [`a3d9c96`](https://github.com/node-opcua/node-opcua-pki/commit/a3d9c9674c087d13e7d1326ee996558cbcb5c02f)
314
+ - fix wget-improve-2 call [`798befe`](https://github.com/node-opcua/node-opcua-pki/commit/798befe67520d08da7b5ca51147cae57734be772)
315
+
316
+ #### [2.15.2](https://github.com/node-opcua/node-opcua-pki/compare/2.15.1...2.15.2)
317
+
318
+ > 28 March 2022
319
+
320
+ - use alternate wget-improved-2 maintained by node-opcua [`d662912`](https://github.com/node-opcua/node-opcua-pki/commit/d662912f502d46cc247b01288ee029b6817cac23)
321
+ - Release 2.15.2 [`381f395`](https://github.com/node-opcua/node-opcua-pki/commit/381f395d3d1f52b73d9270dbecb0ed913060d59e)
322
+
323
+ #### [2.15.1](https://github.com/node-opcua/node-opcua-pki/compare/2.15.0...2.15.1)
324
+
325
+ > 28 March 2022
326
+
327
+ - chore: address minimist vulnerability again [`db33cf7`](https://github.com/node-opcua/node-opcua-pki/commit/db33cf7dd474d6f360b704c661edb175e826d5e4)
328
+ - Release 2.15.1 [`c4f9ef7`](https://github.com/node-opcua/node-opcua-pki/commit/c4f9ef76e59f046ebe7fcd7b6b461210ab55fcb5)
329
+
330
+ #### [2.15.0](https://github.com/node-opcua/node-opcua-pki/compare/2.14.2...2.15.0)
331
+
332
+ > 27 March 2022
333
+
334
+ - update openssl on windows [`bff7833`](https://github.com/node-opcua/node-opcua-pki/commit/bff7833b7e9268160f2c8608df4b3af8561b10ba)
335
+ - chore: update packages [`45fe843`](https://github.com/node-opcua/node-opcua-pki/commit/45fe843a56f2cddc5fb6a4d72ae908608fdc7046)
336
+ - fix readme [`7b08718`](https://github.com/node-opcua/node-opcua-pki/commit/7b08718583cd0bcde7f414abb0b74ce969ee01f5)
337
+
338
+ #### [2.14.2](https://github.com/node-opcua/node-opcua-pki/compare/2.14.1...2.14.2)
339
+
340
+ > 26 March 2022
341
+
342
+ - chore: add eslint support [`59beb17`](https://github.com/node-opcua/node-opcua-pki/commit/59beb17a393ff3d788bf858d1cc67d86d59d3b0b)
343
+ - chore: update minimist to fix vulnerability issue [`578dc83`](https://github.com/node-opcua/node-opcua-pki/commit/578dc8311e7c8b6b73d38a8180d5bd84656f45f2)
344
+ - chore: update Readme [`ad42c10`](https://github.com/node-opcua/node-opcua-pki/commit/ad42c109bfce24353d8de3c5669972ae156d9cde)
345
+
346
+ #### [2.14.1](https://github.com/node-opcua/node-opcua-pki/compare/2.14.0...2.14.1)
347
+
348
+ > 4 March 2022
349
+
350
+ - fixed slashes in Subject CN [`#25`](https://github.com/node-opcua/node-opcua-pki/pull/25)
351
+ - Release 2.14.1 [`ef0fbee`](https://github.com/node-opcua/node-opcua-pki/commit/ef0fbeeea55010e774d320365131f70b6cac2cad)
352
+
353
+ #### [2.14.0](https://github.com/node-opcua/node-opcua-pki/compare/2.13.0...2.14.0)
354
+
355
+ > 27 February 2022
356
+
357
+ - chore: update packages [`bd01da3`](https://github.com/node-opcua/node-opcua-pki/commit/bd01da3c9e0771dfdb183b182558bba4a078ccba)
358
+ - chore: fix build on appveyor [`695e378`](https://github.com/node-opcua/node-opcua-pki/commit/695e378307ed4d497d7b77c1e0a191a0ffe047a2)
359
+ - Release 2.14.0 [`8db5790`](https://github.com/node-opcua/node-opcua-pki/commit/8db579024f3e63d7abfac371da512586a9e6330e)
360
+
361
+ #### [2.13.0](https://github.com/node-opcua/node-opcua-pki/compare/2.12.1...2.13.0)
362
+
363
+ > 5 December 2021
364
+
365
+ - chore: update packages [`46c2563`](https://github.com/node-opcua/node-opcua-pki/commit/46c2563988b44042db8cc80b5b96a5deb4fc4ee0)
366
+ - chore: update packages [`7fc64a7`](https://github.com/node-opcua/node-opcua-pki/commit/7fc64a7c24a0bea208adf002ff19c6b7d6df4c16)
367
+ - chore: fix build issue on ci/cd [`7588ec9`](https://github.com/node-opcua/node-opcua-pki/commit/7588ec94ee511ba4e3b04b6a91bb77b52a64c270)
368
+
369
+ #### [2.12.1](https://github.com/node-opcua/node-opcua-pki/compare/2.12.0...2.12.1)
370
+
371
+ > 27 September 2021
372
+
373
+ - fix: use windowsHide in exec [`#23`](https://github.com/node-opcua/node-opcua-pki/pull/23)
374
+ - Release 2.12.1 [`37c2fc4`](https://github.com/node-opcua/node-opcua-pki/commit/37c2fc4f0b63694418e684b4ee5d069921446a7d)
375
+
376
+ #### [2.12.0](https://github.com/node-opcua/node-opcua-pki/compare/2.11.2...2.12.0)
377
+
378
+ > 5 September 2021
379
+
380
+ - update package and remove support for nodejs 10 [`8046ee2`](https://github.com/node-opcua/node-opcua-pki/commit/8046ee243c4e0d536ae844883793d55ea7267a8f)
381
+ - update packages [`02f7610`](https://github.com/node-opcua/node-opcua-pki/commit/02f761058c7ffdaf0a3c18750f5012169beb1302)
382
+ - Release 2.12.0 [`071be72`](https://github.com/node-opcua/node-opcua-pki/commit/071be72b0bbb39f8a73fd1e9ad8f862b854dc32a)
383
+
384
+ #### [2.11.2](https://github.com/node-opcua/node-opcua-pki/compare/2.11.0...2.11.2)
385
+
386
+ > 19 July 2021
387
+
388
+ - update packages [`ba2d02e`](https://github.com/node-opcua/node-opcua-pki/commit/ba2d02eeb5c55a06e7d1af214528657da4be61df)
389
+ - fixes issue#20 : updating to latest yargs syntax [`240bfb2`](https://github.com/node-opcua/node-opcua-pki/commit/240bfb201f9c42f102d926907d2fcab23dcdf218)
390
+ - Release 2.11.2 [`6438ee3`](https://github.com/node-opcua/node-opcua-pki/commit/6438ee37e5a1ab986037a7d19e192a16ab71ce76)
391
+
392
+ #### [2.11.0](https://github.com/node-opcua/node-opcua-pki/compare/2.10.0...2.11.0)
393
+
394
+ > 30 May 2021
395
+
396
+ - update packages [`6442baa`](https://github.com/node-opcua/node-opcua-pki/commit/6442baa0bf32a6f642a5707cd9029edbea82d3fe)
397
+ - Release 2.11.0 [`302f71b`](https://github.com/node-opcua/node-opcua-pki/commit/302f71bd93c2a882ba79c3ba6b86f9bf38793736)
398
+
399
+ #### [2.10.0](https://github.com/node-opcua/node-opcua-pki/compare/2.9.8...2.10.0)
400
+
401
+ > 30 May 2021
402
+
403
+ - update packages [`a4b424b`](https://github.com/node-opcua/node-opcua-pki/commit/a4b424b4e781ef1e30134ca7ec28182698c14cae)
404
+ - Update readme.md [`80a4205`](https://github.com/node-opcua/node-opcua-pki/commit/80a42052d57e956883185334ae6c8ce0282f1c03)
405
+ - Release 2.10.0 [`96caff6`](https://github.com/node-opcua/node-opcua-pki/commit/96caff6d32220acbc624aeddd041c6085e6c4223)
406
+
407
+ #### [2.9.8](https://github.com/node-opcua/node-opcua-pki/compare/2.9.7...2.9.8)
408
+
409
+ > 10 April 2021
410
+
411
+ - ensure openssl version is know before signing cert req [`2229f15`](https://github.com/node-opcua/node-opcua-pki/commit/2229f158a88dc5e1f6739d64c5e7894aa9a0a9e8)
412
+ - ensure openssl version is know before signing cert req [`ddb2058`](https://github.com/node-opcua/node-opcua-pki/commit/ddb205871bc9af0430c3dcade51bee8f829d5b72)
413
+ - Release 2.9.8 [`9202be0`](https://github.com/node-opcua/node-opcua-pki/commit/9202be05f7938f1613c2e6d24676437551a33654)
414
+
415
+ #### [2.9.7](https://github.com/node-opcua/node-opcua-pki/compare/2.9.6...2.9.7)
416
+
417
+ > 5 April 2021
418
+
419
+ - Release 2.9.7 [`7434962`](https://github.com/node-opcua/node-opcua-pki/commit/743496247e535c6836db07518db549f27c39e6a7)
420
+ - fix demo client certificate applicationUri [`e033f94`](https://github.com/node-opcua/node-opcua-pki/commit/e033f94119d42d9fe1291d2f197a6c976828734d)
421
+
422
+ #### [2.9.6](https://github.com/node-opcua/node-opcua-pki/compare/2.9.5...2.9.6)
423
+
424
+ > 5 April 2021
425
+
426
+ - make sure rootfolder exists before locking [`e3e5dd1`](https://github.com/node-opcua/node-opcua-pki/commit/e3e5dd1deeae2a894f07b4af71328eba46e98bdb)
427
+ - Release 2.9.6 [`e30d991`](https://github.com/node-opcua/node-opcua-pki/commit/e30d9918838917c966d2bc1d22f62142fa233f04)
428
+
429
+ #### [2.9.5](https://github.com/node-opcua/node-opcua-pki/compare/2.9.2...2.9.5)
430
+
431
+ > 5 April 2021
432
+
433
+ - update package [`e6c5635`](https://github.com/node-opcua/node-opcua-pki/commit/e6c5635bc62def8a264007be61a531ec31f8c137)
434
+ - avoid locking when disposing a initializing cm [`3f7f92f`](https://github.com/node-opcua/node-opcua-pki/commit/3f7f92fefbefca244a002a4dba697102e78cab20)
435
+ - update package [`289f37b`](https://github.com/node-opcua/node-opcua-pki/commit/289f37b342438741915efe7d8e21b5a085061f06)
436
+
437
+ #### [2.9.2](https://github.com/node-opcua/node-opcua-pki/compare/2.9.1...2.9.2)
438
+
439
+ > 3 April 2021
440
+
441
+ - replace lock module [`ea3c119`](https://github.com/node-opcua/node-opcua-pki/commit/ea3c1191a5bbac4ac4d2f18e9fb08b5798be9f22)
442
+
443
+ #### [2.9.1](https://github.com/node-opcua/node-opcua-pki/compare/2.9.0...2.9.1)
444
+
445
+ > 29 March 2021
446
+
447
+ - no lock for trust/reject certificates [`ffb9fd6`](https://github.com/node-opcua/node-opcua-pki/commit/ffb9fd68be8fdf24d2249dec6a33841375a16a48)
448
+ - Release 2.9.1 [`e5488ac`](https://github.com/node-opcua/node-opcua-pki/commit/e5488ac0564244e5ce1ff9e64822655fac705688)
449
+
450
+ #### [2.9.0](https://github.com/node-opcua/node-opcua-pki/compare/2.8.0...2.9.0)
451
+
452
+ > 28 March 2021
453
+
454
+ - update package remove postinstall step [`029c3d1`](https://github.com/node-opcua/node-opcua-pki/commit/029c3d12837dcacc27ac8dd88ce71346cd8df505)
455
+ - add semaphore to prevent concurrent access [`56f4ab7`](https://github.com/node-opcua/node-opcua-pki/commit/56f4ab7588993f8ace176b9b02ba3d5f6b4071d6)
456
+ - add GitLab Actions and fix coverage [`fc8916c`](https://github.com/node-opcua/node-opcua-pki/commit/fc8916cacbf71013e2c0d80c3e8abbf42fd79714)
457
+
458
+ #### [2.8.0](https://github.com/node-opcua/node-opcua-pki/compare/2.7.0...2.8.0)
459
+
460
+ > 20 January 2021
461
+
462
+ - update version [`1574901`](https://github.com/node-opcua/node-opcua-pki/commit/1574901a249c1bdcf2db7bac25167b119869864d)
463
+ - remove keyCertSign flag in keyUsage for standard certficate [`163c5bc`](https://github.com/node-opcua/node-opcua-pki/commit/163c5bc01e85cd2d412d38c80c0f1751775cf72c)
464
+ - minor refactoring [`50e45e5`](https://github.com/node-opcua/node-opcua-pki/commit/50e45e51153aca3a6c31e9dac6a683633c258689)
465
+
466
+ #### [2.7.0](https://github.com/node-opcua/node-opcua-pki/compare/2.6.1...2.7.0)
467
+
468
+ > 6 January 2021
469
+
470
+ - migrate yargs commands to most recent api [`4394cf8`](https://github.com/node-opcua/node-opcua-pki/commit/4394cf826503aa232ad400855a2d267563fef322)
471
+ - no revocation for self-signed certificate [`ccb2197`](https://github.com/node-opcua/node-opcua-pki/commit/ccb2197eb2438dca9785ee1df64a49e397e8ebe0)
472
+ - use CertificateManager#dispose [`c447335`](https://github.com/node-opcua/node-opcua-pki/commit/c44733549ae10d4200f83d443db8b1ccad770718)
473
+
474
+ #### [2.6.1](https://github.com/node-opcua/node-opcua-pki/compare/2.6.0...2.6.1)
475
+
476
+ > 31 December 2020
477
+
478
+ - fix issue#18 : subject in createCA [`49fc166`](https://github.com/node-opcua/node-opcua-pki/commit/49fc166369f8bcb8c72a7c6037d4071628727b11)
479
+ - Release 2.6.1 [`e38563d`](https://github.com/node-opcua/node-opcua-pki/commit/e38563db0d79dc0d4c449730fd7891b11f13de8c)
480
+
481
+ #### [2.6.0](https://github.com/node-opcua/node-opcua-pki/compare/2.5.0...2.6.0)
482
+
483
+ > 31 December 2020
484
+
485
+ - update packages [`09fe8b0`](https://github.com/node-opcua/node-opcua-pki/commit/09fe8b0cb4523c8b77ccd60058b2d2099eef05b1)
486
+ - Release 2.6.0 [`d67c354`](https://github.com/node-opcua/node-opcua-pki/commit/d67c3543ebb1305508da3e2e5df4778bdefffeb9)
487
+
488
+ #### [2.5.0](https://github.com/node-opcua/node-opcua-pki/compare/2.4.0...2.5.0)
489
+
490
+ > 30 December 2020
491
+
492
+ - apply subjectAltName from CSR to signed certificate [`a523d28`](https://github.com/node-opcua/node-opcua-pki/commit/a523d28d20956c63edf93509d641e9f3d9635620)
493
+ - Release 2.5.0 [`9d5a58f`](https://github.com/node-opcua/node-opcua-pki/commit/9d5a58f320dd67451fea2e0753381913240ba9ee)
494
+
495
+ #### [2.4.0](https://github.com/node-opcua/node-opcua-pki/compare/2.3.0...2.4.0)
496
+
497
+ > 20 December 2020
498
+
499
+ - fix application uri => use hostname [`233733b`](https://github.com/node-opcua/node-opcua-pki/commit/233733bbfddcc1ee2b32b441835a7a5663d2138b)
500
+ - update hostname [`b881334`](https://github.com/node-opcua/node-opcua-pki/commit/b881334b2393a7cfd2fed5f1e5bd0f7ff0409e51)
501
+ - Release 2.4.0 [`0446c45`](https://github.com/node-opcua/node-opcua-pki/commit/0446c45307bb07d9a7fe54a878e2fa1b241368b1)
502
+
503
+ #### [2.3.0](https://github.com/node-opcua/node-opcua-pki/compare/2.2.2...2.3.0)
504
+
505
+ > 12 December 2020
506
+
507
+ - update packages [`c8fb976`](https://github.com/node-opcua/node-opcua-pki/commit/c8fb976d24d6e51e3568a72cbfadb2a1304abae0)
508
+ - remove crypto_create_CA from index.ts [`d00ead9`](https://github.com/node-opcua/node-opcua-pki/commit/d00ead97656db74a04cb8795679246707bd09c52)
509
+ - funding message [`b25299a`](https://github.com/node-opcua/node-opcua-pki/commit/b25299a48f94cd7ccb3b9f1451e154bf519584eb)
510
+
511
+ #### [2.2.2](https://github.com/node-opcua/node-opcua-pki/compare/2.2.1...2.2.2)
512
+
513
+ > 11 October 2020
514
+
515
+ - update packages [`2979253`](https://github.com/node-opcua/node-opcua-pki/commit/29792537ba7473d58d67b137968b0f341ed252af)
516
+ - Release 2.2.2 [`da82458`](https://github.com/node-opcua/node-opcua-pki/commit/da8245871e467955af5e82a9d5c076726e6f16e4)
517
+ - update tsconfig [`821fe5d`](https://github.com/node-opcua/node-opcua-pki/commit/821fe5dfe3d817eb1165aceca684308aa1561ed1)
518
+
519
+ #### [2.2.1](https://github.com/node-opcua/node-opcua-pki/compare/2.2.0...2.2.1)
520
+
521
+ > 11 October 2020
522
+
523
+ - update packages [`050f323`](https://github.com/node-opcua/node-opcua-pki/commit/050f3236ce1a68beeec9871aaadc651cb6fe3c20)
524
+ - add makeLink.bat [`c231edb`](https://github.com/node-opcua/node-opcua-pki/commit/c231edb245ff1a2fd25e0172c04d3266c52da9ca)
525
+ - Release 2.2.1 [`0bf2329`](https://github.com/node-opcua/node-opcua-pki/commit/0bf23291609d77d9c6067bb10dd1138edfe65c39)
526
+
527
+ #### [2.2.0](https://github.com/node-opcua/node-opcua-pki/compare/2.1.8...2.2.0)
528
+
529
+ > 10 October 2020
530
+
531
+ - improve revocation list support [`cd1b761`](https://github.com/node-opcua/node-opcua-pki/commit/cd1b761bcffe4b0a9b2785c8b4e9442c605c9dba)
532
+ - fix tslint issues [`c225e18`](https://github.com/node-opcua/node-opcua-pki/commit/c225e1897a48d43aea4deb825b880e84f6d9faf0)
533
+ - Release 2.2.0 [`82ee6d1`](https://github.com/node-opcua/node-opcua-pki/commit/82ee6d1c88252078481fc5be35a9797d984fba2c)
534
+
535
+ #### [2.1.8](https://github.com/node-opcua/node-opcua-pki/compare/2.1.7...2.1.8)
536
+
537
+ > 9 October 2020
538
+
539
+ - fix CRL typo [`04280d8`](https://github.com/node-opcua/node-opcua-pki/commit/04280d88b06541519c2986be19d86510671f2d62)
540
+ - update packages [`9f4a2b3`](https://github.com/node-opcua/node-opcua-pki/commit/9f4a2b3fd8302ff503f337c1a543618601060244)
541
+ - Release 2.1.8 [`6777e78`](https://github.com/node-opcua/node-opcua-pki/commit/6777e78dbb73ce07cfc87c3825a6710f9d3e6873)
542
+
543
+ #### [2.1.7](https://github.com/node-opcua/node-opcua-pki/compare/2.1.6...2.1.7)
544
+
545
+ > 1 October 2020
546
+
547
+ - update package and downgrade update-notifier [`541cd87`](https://github.com/node-opcua/node-opcua-pki/commit/541cd87dfa87bdd2087a976bad94e03191195c57)
548
+ - Release 2.1.7 [`17d7520`](https://github.com/node-opcua/node-opcua-pki/commit/17d752063d641a083e92dac1524c2e6e4ad3c971)
549
+
550
+ #### [2.1.6](https://github.com/node-opcua/node-opcua-pki/compare/2.1.5...2.1.6)
551
+
552
+ > 30 September 2020
553
+
554
+ - update .npmignore and update packages [`e0f35d2`](https://github.com/node-opcua/node-opcua-pki/commit/e0f35d259c7310e74ce6678f5fda6a94f931eb4b)
555
+ - add dependencies badges [`8ffeefc`](https://github.com/node-opcua/node-opcua-pki/commit/8ffeefccde300c79de19db925cabd914386003be)
556
+ - add fossa [`7c11b1b`](https://github.com/node-opcua/node-opcua-pki/commit/7c11b1ba5720a34d5bec22016e7aec87c322f036)
557
+
558
+ #### [2.1.5](https://github.com/node-opcua/node-opcua-pki/compare/2.1.4...2.1.5)
559
+
560
+ > 19 September 2020
561
+
562
+ - move back to yargs 15 [`b9f89dc`](https://github.com/node-opcua/node-opcua-pki/commit/b9f89dc094fed6e940d3dae7a7e194451249194a)
563
+ - Release 2.1.5 [`d70b7ac`](https://github.com/node-opcua/node-opcua-pki/commit/d70b7aca2ae92e9453374431b3ce16482a2a2470)
564
+ - add patch phobia badge [`e1b5ea4`](https://github.com/node-opcua/node-opcua-pki/commit/e1b5ea4960b473a2c14a8c25778abc4ec70dd5b7)
565
+
566
+ #### [2.1.4](https://github.com/node-opcua/node-opcua-pki/compare/2.1.3...2.1.4)
567
+
568
+ > 19 September 2020
569
+
570
+ - update packages [`00afcc8`](https://github.com/node-opcua/node-opcua-pki/commit/00afcc8fba9205541b7cd057bd0db02e65d79409)
571
+ - Release 2.1.4 [`977420d`](https://github.com/node-opcua/node-opcua-pki/commit/977420d3287344e601bcf0ad83e872a376aaab51)
572
+ - fix variation 7 test [`93cb2ef`](https://github.com/node-opcua/node-opcua-pki/commit/93cb2ef0837b1bcd39867ccb8c137722fe5be2fe)
573
+
574
+ #### [2.1.3](https://github.com/node-opcua/node-opcua-pki/compare/2.1.2...2.1.3)
575
+
576
+ > 21 August 2020
577
+
578
+ - add ability to pass subject description [`9528f6e`](https://github.com/node-opcua/node-opcua-pki/commit/9528f6e0c515018972f930275b46e91fd4a75478)
579
+ - Release 2.1.3 [`53aab53`](https://github.com/node-opcua/node-opcua-pki/commit/53aab53e99938d3381ef4a04d8b843b44d6dd903)
580
+
581
+ #### [2.1.2](https://github.com/node-opcua/node-opcua-pki/compare/2.1.1...2.1.2)
582
+
583
+ > 19 August 2020
584
+
585
+ - update test [`003ce22`](https://github.com/node-opcua/node-opcua-pki/commit/003ce22af3d935673f2029213b0bf3277c81da4b)
586
+ - add try/catch block [`25899ed`](https://github.com/node-opcua/node-opcua-pki/commit/25899edfce2ae5f8ac14080be8651c5a3fe839c3)
587
+ - Release 2.1.2 [`c40d5d2`](https://github.com/node-opcua/node-opcua-pki/commit/c40d5d2dc3b81c1a4a95b8e6e7b6f7597c9104e7)
588
+
589
+ #### [2.1.1](https://github.com/node-opcua/node-opcua-pki/compare/2.1.0...2.1.1)
590
+
591
+ > 18 August 2020
592
+
593
+ - make sure revocation lists are immediadely handled [`392ab39`](https://github.com/node-opcua/node-opcua-pki/commit/392ab399604feced9114c972fb298859290b455a)
594
+ - downgrade mocha [`d46de45`](https://github.com/node-opcua/node-opcua-pki/commit/d46de458daf41a241ae0dd110eb2e98e3a669af1)
595
+ - update packages [`33073ed`](https://github.com/node-opcua/node-opcua-pki/commit/33073ed7cc4d690819bdc777f0f38df70f4d9271)
596
+
597
+ #### [2.1.0](https://github.com/node-opcua/node-opcua-pki/compare/2.0.4...2.1.0)
598
+
599
+ > 10 August 2020
600
+
601
+ - adjustments and minor fixes [`dc4ded8`](https://github.com/node-opcua/node-opcua-pki/commit/dc4ded8bed291307f57074b4d77d67617dd0e083)
602
+ - chore: update package-lock [`3a99fa6`](https://github.com/node-opcua/node-opcua-pki/commit/3a99fa68eab4283c39bce92704a39d7c53311d2a)
603
+ - Bump lodash from 4.17.15 to 4.17.19 [`6816bcb`](https://github.com/node-opcua/node-opcua-pki/commit/6816bcb71d0a73de6b3e2bb48ab5190ae744c935)
604
+
605
+ #### [2.0.4](https://github.com/node-opcua/node-opcua-pki/compare/2.0.3...2.0.4)
606
+
607
+ > 30 June 2020
608
+
609
+ - download openssl with proxy setting #11 [`c3535b5`](https://github.com/node-opcua/node-opcua-pki/commit/c3535b561eb94147b132afd43363d31990626ee9)
610
+ - Bump jsrsasign from 8.0.15 to 8.0.20 [`43517a8`](https://github.com/node-opcua/node-opcua-pki/commit/43517a8a8dde8dfcc49c0eeed11136ac49342930)
611
+ - Release 2.0.4 [`4c71e70`](https://github.com/node-opcua/node-opcua-pki/commit/4c71e70ba0c916f5b81cf13a5a6122ef2bcecb6f)
612
+
613
+ #### [2.0.3](https://github.com/node-opcua/node-opcua-pki/compare/2.0.2...2.0.3)
614
+
615
+ > 31 May 2020
616
+
617
+ - update package [`c3aa46c`](https://github.com/node-opcua/node-opcua-pki/commit/c3aa46c2592059510d8f97bf6e2831017ae5cc2c)
618
+ - Release 2.0.3 [`621bac5`](https://github.com/node-opcua/node-opcua-pki/commit/621bac50a1af7fee4fa6b0e9a7cc8967dc1d71d1)
619
+ - remove unneeded map-support [`ffa4e25`](https://github.com/node-opcua/node-opcua-pki/commit/ffa4e2527f87d200bbf36639de48c212f6979511)
620
+
621
+ #### [2.0.2](https://github.com/node-opcua/node-opcua-pki/compare/2.0.1...2.0.2)
622
+
623
+ > 18 May 2020
624
+
625
+ - ajust check order [`9af34ba`](https://github.com/node-opcua/node-opcua-pki/commit/9af34ba1a9e3cccce3338db5fe6d6d56cbce57a3)
626
+ - Release 2.0.2 [`9eb8cc6`](https://github.com/node-opcua/node-opcua-pki/commit/9eb8cc618f78843f62ba4727af36bf89f830720d)
627
+ - update openssl version on windows [`ed00521`](https://github.com/node-opcua/node-opcua-pki/commit/ed005217013ddab4ea2705ed3362dd221b728c07)
628
+
629
+ #### [2.0.1](https://github.com/node-opcua/node-opcua-pki/compare/2.0.0...2.0.1)
630
+
631
+ > 15 May 2020
632
+
633
+ - add dispose method [`e0b3076`](https://github.com/node-opcua/node-opcua-pki/commit/e0b3076e5727791e3111d1e2fa96167032fc2ab7)
634
+ - Release 2.0.1 [`da2fe66`](https://github.com/node-opcua/node-opcua-pki/commit/da2fe66c6312989f591fa7929c7ed9d0f7fe1cd3)
635
+
636
+ ### [2.0.0](https://github.com/node-opcua/node-opcua-pki/compare/1.5.5...2.0.0)
637
+
638
+ > 14 May 2020
639
+
640
+ - add issuers/certs management [`0e23e4d`](https://github.com/node-opcua/node-opcua-pki/commit/0e23e4da5464f289d78fa11c135eba9656808475)
641
+ - revamped Certificate manager [`1739181`](https://github.com/node-opcua/node-opcua-pki/commit/1739181b56aafc262bc44b91870222d30eab1bec)
642
+ - add Certifiicate Revocation List support [`9c59e82`](https://github.com/node-opcua/node-opcua-pki/commit/9c59e82be6141ade6c5768460e5a78e9f1aa3e55)
643
+
644
+ #### [1.5.5](https://github.com/node-opcua/node-opcua-pki/compare/1.5.4...1.5.5)
645
+
646
+ > 13 January 2020
647
+
648
+ - add ability to package with pkg [`24045e0`](https://github.com/node-opcua/node-opcua-pki/commit/24045e05506893fe58e6a0f786527179cd16e0c6)
649
+ - Release 1.5.5 [`1e52a24`](https://github.com/node-opcua/node-opcua-pki/commit/1e52a24207492bae02eda27432be0a91cf1028fd)
650
+
651
+ #### [1.5.4](https://github.com/node-opcua/node-opcua-pki/compare/1.5.3...1.5.4)
652
+
653
+ > 11 November 2019
654
+
655
+ - update packages [`98a4955`](https://github.com/node-opcua/node-opcua-pki/commit/98a49553f1e68ae1f10ef069bed637249a023def)
656
+ - Create FUNDING.yml [`dd4cc95`](https://github.com/node-opcua/node-opcua-pki/commit/dd4cc950400d07032b2a7fb0a9398505c52fa28f)
657
+ - Release 1.5.4 [`f7329a5`](https://github.com/node-opcua/node-opcua-pki/commit/f7329a5b6fe786d98adb82ba2fdd62d9058c84d7)
658
+
659
+ #### [1.5.3](https://github.com/node-opcua/node-opcua-pki/compare/1.5.2...1.5.3)
660
+
661
+ > 20 July 2019
662
+
663
+ - update package.json [`fd5b4d7`](https://github.com/node-opcua/node-opcua-pki/commit/fd5b4d7a150b77a6f64eb6bc8209382a1bb17024)
664
+ - Release 1.5.3 [`fcb119a`](https://github.com/node-opcua/node-opcua-pki/commit/fcb119ab85e7abf22ee0c7ed86eb283ab76e195e)
665
+
666
+ #### [1.5.2](https://github.com/node-opcua/node-opcua-pki/compare/1.5.1...1.5.2)
667
+
668
+ > 10 May 2019
669
+
670
+ - fix key usage [`a07045a`](https://github.com/node-opcua/node-opcua-pki/commit/a07045adb0c1efd559658faee51f8b68b7b9d5a8)
671
+ - Release 1.5.2 [`d8b3b41`](https://github.com/node-opcua/node-opcua-pki/commit/d8b3b4120311917c3feab942daa84ef693618b0c)
672
+
673
+ #### [1.5.1](https://github.com/node-opcua/node-opcua-pki/compare/1.5.0...1.5.1)
674
+
675
+ > 7 May 2019
676
+
677
+ - fix self-signed certificate extensions (#425) [`8a255fc`](https://github.com/node-opcua/node-opcua-pki/commit/8a255fcb1adcd9c502150a6d93ffc7fb9d335e80)
678
+ - Release 1.5.1 [`272d110`](https://github.com/node-opcua/node-opcua-pki/commit/272d1106045d86ac13c8ad7d05e4185a35a1a018)
679
+ - fix keyUsage [`28fbd8e`](https://github.com/node-opcua/node-opcua-pki/commit/28fbd8e69e8987ccfd19728a65e331df3092637e)
680
+
681
+ #### [1.5.0](https://github.com/node-opcua/node-opcua-pki/compare/1.4.1...1.5.0)
682
+
683
+ > 6 May 2019
684
+
685
+ - fix self-signed certificate extensions (#425) [`f604beb`](https://github.com/node-opcua/node-opcua-pki/commit/f604beb17f8ed3304c6afef585337ad0d85eb23c)
686
+ - Release 1.5.0 [`c446de9`](https://github.com/node-opcua/node-opcua-pki/commit/c446de9f6531c71109c490abbfc7dc6336edc955)
687
+
688
+ #### [1.4.1](https://github.com/node-opcua/node-opcua-pki/compare/1.4.0...1.4.1)
689
+
690
+ > 4 May 2019
691
+
692
+ - make sure fqdn is fully computed [`92f7da9`](https://github.com/node-opcua/node-opcua-pki/commit/92f7da9ee19a131d24f92728007e19f473f98839)
693
+ - Release 1.4.1 [`0f8cc5f`](https://github.com/node-opcua/node-opcua-pki/commit/0f8cc5fff26896b2cafbf3cdc4690469a5783839)
694
+ - update .gitignore [`eb2df45`](https://github.com/node-opcua/node-opcua-pki/commit/eb2df45037ad8f2943a6971d741b840adee7e3c9)
695
+
696
+ #### [1.4.0](https://github.com/node-opcua/node-opcua-pki/compare/1.3.1...1.4.0)
697
+
698
+ > 29 April 2019
699
+
700
+ - fix fqdn and prevent localhost in DNS section [`616d1ea`](https://github.com/node-opcua/node-opcua-pki/commit/616d1ea17a9f2a4c13872b56d7d6c9d94c623307)
701
+ - Release 1.4.0 [`3ee567a`](https://github.com/node-opcua/node-opcua-pki/commit/3ee567a9c59ca5a18c0aec57369c01505bab8bb2)
702
+ - refactor test code [`7ba7591`](https://github.com/node-opcua/node-opcua-pki/commit/7ba7591b9e8d356339603c4cc63514e2405ea596)
703
+
704
+ #### [1.3.1](https://github.com/node-opcua/node-opcua-pki/compare/1.3.0...1.3.1)
705
+
706
+ > 13 April 2019
707
+
708
+ - fix isCertificateTrusted signature [`74bc9eb`](https://github.com/node-opcua/node-opcua-pki/commit/74bc9eb634273a64f8aa0a01f4f963cfcf43c466)
709
+ - Release 1.3.1 [`432b35a`](https://github.com/node-opcua/node-opcua-pki/commit/432b35aa6f115fda7f0378ebdd049ba8126a9466)
710
+
711
+ #### [1.3.0](https://github.com/node-opcua/node-opcua-pki/compare/1.2.3...1.3.0)
712
+
713
+ > 13 April 2019
714
+
715
+ - refactor certificate verification [`2c7b4c3`](https://github.com/node-opcua/node-opcua-pki/commit/2c7b4c3bd610bd7d07384594b4d24f8c8b709a5e)
716
+ - fix help to display --dns and --ip [`52d0a0e`](https://github.com/node-opcua/node-opcua-pki/commit/52d0a0ea29a42b1c4a7e55ce81cca6969ec20b9f)
717
+ - Release 1.3.0 [`1de9010`](https://github.com/node-opcua/node-opcua-pki/commit/1de9010f634a1d1fc8c79b25d9b3b2ca2145a52d)
718
+
719
+ #### [1.2.3](https://github.com/node-opcua/node-opcua-pki/compare/1.2.2...1.2.3)
720
+
721
+ > 8 April 2019
722
+
723
+ - update packages [`dee7ab7`](https://github.com/node-opcua/node-opcua-pki/commit/dee7ab7ccfbe15bd6cfae21e8265d6f855edbc47)
724
+ - Release 1.2.3 [`3ac07dc`](https://github.com/node-opcua/node-opcua-pki/commit/3ac07dc71cf429251ebcd28e15b0d4cd8e06f3e1)
725
+
726
+ #### [1.2.2](https://github.com/node-opcua/node-opcua-pki/compare/1.2.1...1.2.2)
727
+
728
+ > 8 April 2019
729
+
730
+ - fix createSelfSignedCertificate parameters [`9bf33ba`](https://github.com/node-opcua/node-opcua-pki/commit/9bf33ba65ccda61139dcd5b2fdd297e8185becad)
731
+ - Release 1.2.2 [`4a5bf7b`](https://github.com/node-opcua/node-opcua-pki/commit/4a5bf7b2df66160cace81bfa9669b174bf294878)
732
+
733
+ #### [1.2.1](https://github.com/node-opcua/node-opcua-pki/compare/1.2.0...1.2.1)
734
+
735
+ > 7 April 2019
736
+
737
+ - update packages [`9bb402a`](https://github.com/node-opcua/node-opcua-pki/commit/9bb402a546a8b2391cab6d2be283c2ceedea1d75)
738
+ - small adjustments [`f2131e4`](https://github.com/node-opcua/node-opcua-pki/commit/f2131e4306ef045da869ee33e68bb2f2095f1c18)
739
+ - Release 1.2.1 [`7f9ba81`](https://github.com/node-opcua/node-opcua-pki/commit/7f9ba813778c6bd7b7360659faeb8ba35f635fdf)
740
+
741
+ #### [1.2.0](https://github.com/node-opcua/node-opcua-pki/compare/1.1.1...1.2.0)
742
+
743
+ > 6 April 2019
744
+
745
+ - improve type descriptions [`3635ce1`](https://github.com/node-opcua/node-opcua-pki/commit/3635ce131cec33bef339d4d8892ebc3227dd42fe)
746
+ - Release 1.2.0 [`29aa09d`](https://github.com/node-opcua/node-opcua-pki/commit/29aa09d64278997e294a8fd240fdb56358341d90)
747
+
748
+ #### [1.1.1](https://github.com/node-opcua/node-opcua-pki/compare/1.1.0...1.1.1)
749
+
750
+ > 2 April 2019
751
+
752
+ - update prerequisite [`4fad961`](https://github.com/node-opcua/node-opcua-pki/commit/4fad961820d1f12e78a04aae06e0100b527779bb)
753
+ - Release 1.1.1 [`8771c41`](https://github.com/node-opcua/node-opcua-pki/commit/8771c41c7b19b21526346b370c72a36b69a6f182)
754
+
755
+ #### [1.1.0](https://github.com/node-opcua/node-opcua-pki/compare/v1.1.0...1.1.0)
756
+
757
+ > 2 April 2019
758
+
759
+ #### [v1.1.0](https://github.com/node-opcua/node-opcua-pki/compare/1.0.3...v1.1.0)
760
+
761
+ > 2 April 2019
762
+
763
+ - OpenSSL random file does not exist [`#8`](https://github.com/node-opcua/node-opcua-pki/pull/8)
764
+ - promisify certificate_manager [`97b220b`](https://github.com/node-opcua/node-opcua-pki/commit/97b220b6a30174cb1040b0d8be1a223ededd68b6)
765
+ - Newer versions of OpenSSL does not create random files if them don't exist anymore. [`209090d`](https://github.com/node-opcua/node-opcua-pki/commit/209090de8ace991d9fe652489b37432eb7e99659)
766
+ - Release 1.1.0 [`ffb0701`](https://github.com/node-opcua/node-opcua-pki/commit/ffb070191b65e9e55971dd1943cff4274e778917)
767
+
768
+ #### [1.0.3](https://github.com/node-opcua/node-opcua-pki/compare/v1.0.2...1.0.3)
769
+
770
+ > 9 February 2019
771
+
772
+ - fix self_signed certificate creation [`1602e2e`](https://github.com/node-opcua/node-opcua-pki/commit/1602e2e18cf2a1fafff54c9f5316aebe2da9c26d)
773
+ - Release 1.0.3 [`ba1f791`](https://github.com/node-opcua/node-opcua-pki/commit/ba1f79107d7191e35946642e9a7860b753c38e2b)
774
+
775
+ #### [v1.0.2](https://github.com/node-opcua/node-opcua-pki/compare/v1.0.1...v1.0.2)
776
+
777
+ > 12 January 2019
778
+
779
+ - do not recreate existing certificates if exists in demo mode [`62af08a`](https://github.com/node-opcua/node-opcua-pki/commit/62af08a2df04ae34e0fa6965e83381d83c180a85)
780
+ - Release 1.0.2 [`9bb6332`](https://github.com/node-opcua/node-opcua-pki/commit/9bb63324cbb14d545b47a1d5959206e1df07bc17)
781
+
782
+ #### [v1.0.1](https://github.com/node-opcua/node-opcua-pki/compare/v1.0.0...v1.0.1)
783
+
784
+ > 25 November 2018
785
+
786
+ - add comment about openssl 1.1.1 [`fe7db66`](https://github.com/node-opcua/node-opcua-pki/commit/fe7db66261c21c6be056a966c9fa2b3307678656)
787
+ - Release 1.0.1 [`d1222a1`](https://github.com/node-opcua/node-opcua-pki/commit/d1222a1a476487ec1cc08f81e9aeba42d18580c4)
788
+
789
+ ### [v1.0.0](https://github.com/node-opcua/node-opcua-pki/compare/v1.0.0-beta.2...v1.0.0)
790
+
791
+ > 28 October 2018
792
+
793
+ - cleanup package in production mode [`bd72c6a`](https://github.com/node-opcua/node-opcua-pki/commit/bd72c6a31f8274ec925d65fbc0e10f46727cfc5f)
794
+ - update package [`1da54a8`](https://github.com/node-opcua/node-opcua-pki/commit/1da54a8bd64264ace80ab209b0c4481d180cc968)
795
+ - fix tslint issues [`42f3e8b`](https://github.com/node-opcua/node-opcua-pki/commit/42f3e8be4562a111201d19ecf62e8d3d280f32f0)
796
+
797
+ #### [v1.0.0-beta.2](https://github.com/node-opcua/node-opcua-pki/compare/v1.0.0-beta.1...v1.0.0-beta.2)
798
+
799
+ > 19 September 2018
800
+
801
+ - fix typescript port for openssl install on windows [`e7d9be9`](https://github.com/node-opcua/node-opcua-pki/commit/e7d9be9ac3cf315358f2cb475a9b9ed9b709de00)
802
+ - Release 1.0.0-beta.2 [`d85aec4`](https://github.com/node-opcua/node-opcua-pki/commit/d85aec4e4f4d28c9a92c4a051fa9b75eb599a21d)
803
+
804
+ #### [v1.0.0-beta.1](https://github.com/node-opcua/node-opcua-pki/compare/v1.0.0-beta.0...v1.0.0-beta.1)
805
+
806
+ > 19 September 2018
807
+
808
+ - Release 1.0.0-beta.1 [`3633069`](https://github.com/node-opcua/node-opcua-pki/commit/3633069aacfe79508538f4ff8c70ead33e649bb6)
809
+
810
+ #### [v1.0.0-beta.0](https://github.com/node-opcua/node-opcua-pki/compare/0.0.31...v1.0.0-beta.0)
811
+
812
+ > 19 September 2018
813
+
814
+ - port to typescript [`756b517`](https://github.com/node-opcua/node-opcua-pki/commit/756b5174fe7a0e2a2168431dd11ea64dce23b559)
815
+ - Release 1.0.0-beta.0 [`ce58752`](https://github.com/node-opcua/node-opcua-pki/commit/ce5875230c4006f8449cc22ba147ece0e504486b)
816
+
817
+ #### [0.0.31](https://github.com/node-opcua/node-opcua-pki/compare/0.0.30...0.0.31)
818
+
819
+ > 27 May 2018
820
+
821
+ - update package.json [`5c3650c`](https://github.com/node-opcua/node-opcua-pki/commit/5c3650c154ff06b913b94afaec6652f2952ee4cf)
822
+ - Release 0.0.31 [`e8412b4`](https://github.com/node-opcua/node-opcua-pki/commit/e8412b493b96a77eaaff9b950d80cabf8b12ac56)
823
+
824
+ #### [0.0.30](https://github.com/node-opcua/node-opcua-pki/compare/0.0.29...0.0.30)
825
+
826
+ > 7 April 2018
827
+
828
+ - update packages* [`2998b3f`](https://github.com/node-opcua/node-opcua-pki/commit/2998b3f7a09ffd7c053efd3e50e721b8ef5fbf04)
829
+ - Release 0.0.30 [`4171a18`](https://github.com/node-opcua/node-opcua-pki/commit/4171a1865d8a270160723d557f2dec0a3a13a1ad)
830
+
831
+ #### [0.0.29](https://github.com/node-opcua/node-opcua-pki/compare/0.0.28...0.0.29)
832
+
833
+ > 23 January 2018
834
+
835
+ - LibreSSL Support [`#5`](https://github.com/node-opcua/node-opcua-pki/pull/5)
836
+ - remove requirish [`6e77844`](https://github.com/node-opcua/node-opcua-pki/commit/6e778445e47d3fa224d4272c314f67805973027f)
837
+ - Generating a temp config with injected environment variables. Support for LibreSSL. [`5e82ae6`](https://github.com/node-opcua/node-opcua-pki/commit/5e82ae6cb3ecc1cb227bc61c3810166eb27f164e)
838
+ - Less code duplication. [`bfc1eba`](https://github.com/node-opcua/node-opcua-pki/commit/bfc1ebaa68e4d555088c01dd374695eaca5fbdae)
839
+
840
+ #### [0.0.28](https://github.com/node-opcua/node-opcua-pki/compare/0.0.27...0.0.28)
841
+
842
+ > 10 December 2017
843
+
844
+ - add ability to create CA and PKI with 3072 & 4096 bits keys [`875ae1b`](https://github.com/node-opcua/node-opcua-pki/commit/875ae1bc93fd682f339c9f3e724945cf07b1b4f9)
845
+ - Release 0.0.28 [`5c076b5`](https://github.com/node-opcua/node-opcua-pki/commit/5c076b5a92376f4f74147009fb98fe16295b461a)
846
+
847
+ #### [0.0.27](https://github.com/node-opcua/node-opcua-pki/compare/0.0.26...0.0.27)
848
+
849
+ > 9 December 2017
850
+
851
+ - Release 0.0.27 [`c891c9b`](https://github.com/node-opcua/node-opcua-pki/commit/c891c9b506476edaeedcc3837889afa4df710ca4)
852
+
853
+ #### [0.0.26](https://github.com/node-opcua/node-opcua-pki/compare/0.0.25...0.0.26)
854
+
855
+ > 2 December 2017
856
+
857
+ - Release 0.0.26 [`edff5f1`](https://github.com/node-opcua/node-opcua-pki/commit/edff5f150a30c77a2ee84a0c3aac4e5b8532e62d)
858
+
859
+ #### [0.0.25](https://github.com/node-opcua/node-opcua-pki/compare/0.0.24...0.0.25)
860
+
861
+ > 2 December 2017
862
+
863
+ - TypeError: Path must be a string. Received undefined [`#3`](https://github.com/node-opcua/node-opcua-pki/pull/3)
864
+ - Release 0.0.25 [`8dec88c`](https://github.com/node-opcua/node-opcua-pki/commit/8dec88c034e7ce5befb10a74b9254b910777d22c)
865
+ - `get_openssl_folder_win32` now returns local ssl path if `LOCALAPPDATA` environment variable is set AND the `Programs` directory does not exist. [`658c83a`](https://github.com/node-opcua/node-opcua-pki/commit/658c83ad4fdfce4de1c932fd87f22ac79be0f9a7)
866
+
867
+ #### [0.0.24](https://github.com/node-opcua/node-opcua-pki/compare/0.0.23...0.0.24)
868
+
869
+ > 2 November 2017
870
+
871
+ - remove support for nodejs 0.12 and 0.10 [`4010fdf`](https://github.com/node-opcua/node-opcua-pki/commit/4010fdf79c1f4cfbbfb1d7a1c91e7d0b29428148)
872
+ - Release 0.0.24 [`c99391f`](https://github.com/node-opcua/node-opcua-pki/commit/c99391f3f82c422531f89fe6bbbe1f7c38227912)
873
+ - update package.json [`e305738`](https://github.com/node-opcua/node-opcua-pki/commit/e305738c284598cf28da313b3fb23492d6f5ca15)
874
+
875
+ #### [0.0.23](https://github.com/node-opcua/node-opcua-pki/compare/0.0.22...0.0.23)
876
+
877
+ > 1 November 2017
878
+
879
+ - Release 0.0.23 [`92979f2`](https://github.com/node-opcua/node-opcua-pki/commit/92979f266479639da84c066010eda5d1ae3c60dd)
880
+
881
+ #### [0.0.22](https://github.com/node-opcua/node-opcua-pki/compare/0.0.21...0.0.22)
882
+
883
+ > 1 November 2017
884
+
885
+ - update package.json [`14d564d`](https://github.com/node-opcua/node-opcua-pki/commit/14d564d330aca5b0cefe749279535b4b4e2c8047)
886
+ - Release 0.0.22 [`2ddd522`](https://github.com/node-opcua/node-opcua-pki/commit/2ddd5226d918c2a7c3cd85d8b67545c92fbe56b4)
887
+
888
+ #### [0.0.21](https://github.com/node-opcua/node-opcua-pki/compare/0.0.20...0.0.21)
889
+
890
+ > 25 October 2017
891
+
892
+ - refactoring & fixing issue on win32 [`60c1e6a`](https://github.com/node-opcua/node-opcua-pki/commit/60c1e6a4e486ac4ad412f7641d69395bb401a6c6)
893
+ - Release 0.0.21 [`411a33a`](https://github.com/node-opcua/node-opcua-pki/commit/411a33a558937fd9fb17dbb412cfa05783757b05)
894
+
895
+ #### [0.0.20](https://github.com/node-opcua/node-opcua-pki/compare/0.0.19...0.0.20)
896
+
897
+ > 25 October 2017
898
+
899
+ - fix issue on linux [`3918bf5`](https://github.com/node-opcua/node-opcua-pki/commit/3918bf5af81e8e9e6029bb388358cdce7181c884)
900
+ - Release 0.0.20 [`b0e426d`](https://github.com/node-opcua/node-opcua-pki/commit/b0e426d474f25128fb0f36711b0e9c0311eb7b17)
901
+
902
+ #### [0.0.19](https://github.com/node-opcua/node-opcua-pki/compare/0.0.18...0.0.19)
903
+
904
+ > 25 October 2017
905
+
906
+ - install openssl %LOCALAPPDATA%\Programs by default on windows [`bba9c46`](https://github.com/node-opcua/node-opcua-pki/commit/bba9c464a5225efc0d43d5801b0050fecb59afb9)
907
+ - fix installation of prerequisite openssl.exe [`2184f1e`](https://github.com/node-opcua/node-opcua-pki/commit/2184f1e78bbe18bfe03e745f5c22a3f2649f2947)
908
+ - Release 0.0.19 [`b7aa331`](https://github.com/node-opcua/node-opcua-pki/commit/b7aa33147304ff1bb6e96fa14d62c45a9063cda6)
909
+
910
+ #### [0.0.18](https://github.com/node-opcua/node-opcua-pki/compare/0.0.17...0.0.18)
911
+
912
+ > 24 October 2017
913
+
914
+ - fix installation of prerequisite openssl.exe [`0484820`](https://github.com/node-opcua/node-opcua-pki/commit/04848203e3f27c0ffdad4d2d0dba2e15ef340ff7)
915
+ - update package.json [`7ed63aa`](https://github.com/node-opcua/node-opcua-pki/commit/7ed63aaa707d72c1e37a08665569df77d03f2066)
916
+ - add appveyor file [`23a8528`](https://github.com/node-opcua/node-opcua-pki/commit/23a85282e455da7406fbd6039bc47eb3e9415a59)
917
+
918
+ #### [0.0.17](https://github.com/node-opcua/node-opcua-pki/compare/0.0.15...0.0.17)
919
+
920
+ > 18 June 2017
921
+
922
+ - Release 0.0.17 [`aad7193`](https://github.com/node-opcua/node-opcua-pki/commit/aad719311abd1cc3756c16f3594113fd46a98924)
923
+
924
+ #### [0.0.15](https://github.com/node-opcua/node-opcua-pki/compare/0.0.14...0.0.15)
925
+
926
+ > 18 June 2017
927
+
928
+ - add appveyor file [`c3242c9`](https://github.com/node-opcua/node-opcua-pki/commit/c3242c9dc9d028dda42b23a9d28789ee6c94635f)
929
+ - use async version to check that openssl file exists [`4c7136b`](https://github.com/node-opcua/node-opcua-pki/commit/4c7136b630228b3b377131b93116d259c0dcd750)
930
+ - Release 0.0.15 [`8f36cf7`](https://github.com/node-opcua/node-opcua-pki/commit/8f36cf7aa6e4149bc56dd806d2e14676149bee50)
931
+
932
+ #### [0.0.14](https://github.com/node-opcua/node-opcua-pki/compare/0.0.13...0.0.14)
933
+
934
+ > 13 June 2017
935
+
936
+ - Release 0.0.14 [`9a79f53`](https://github.com/node-opcua/node-opcua-pki/commit/9a79f5366ba2235b97668f914c34e9071db26a21)
937
+ - remove nodejs 0.10 and 0.12 [`ef6cf64`](https://github.com/node-opcua/node-opcua-pki/commit/ef6cf64c4f3c1de064c59fc8c29ac4fd4c3000a8)
938
+
939
+ #### [0.0.13](https://github.com/node-opcua/node-opcua-pki/compare/0.0.12...0.0.13)
940
+
941
+ > 7 May 2017
942
+
943
+ - Release 0.0.13 [`0ccda80`](https://github.com/node-opcua/node-opcua-pki/commit/0ccda80336e75823302c267f9ca5bcf8267ce5fb)
944
+
945
+ #### [0.0.12](https://github.com/node-opcua/node-opcua-pki/compare/0.0.11...0.0.12)
946
+
947
+ > 8 April 2017
948
+
949
+ - fix start year test issue [`50dd6dd`](https://github.com/node-opcua/node-opcua-pki/commit/50dd6ddc192f658eba0955a486bb20215b1faa36)
950
+ - Release 0.0.12 [`fc0ea5a`](https://github.com/node-opcua/node-opcua-pki/commit/fc0ea5a8ab382b167aee802d5c2672b79ef799a6)
951
+ - adjust pause [`3757af5`](https://github.com/node-opcua/node-opcua-pki/commit/3757af5afde47fd6fdbb52aa7c93e3a3996a4822)
952
+
953
+ #### [0.0.11](https://github.com/node-opcua/node-opcua-pki/compare/0.0.10...0.0.11)
954
+
955
+ > 14 December 2016
956
+
957
+ - improve self-signed certificate creation from command line, add fingerprint and toder commands [`4dc1f2b`](https://github.com/node-opcua/node-opcua-pki/commit/4dc1f2b3c07aede179b7740448a71f1af357c5d3)
958
+ - improve support of subjectAlternativeName [`d511e56`](https://github.com/node-opcua/node-opcua-pki/commit/d511e56ece5ad3942b4ae45dff2ee675a2a1ec3b)
959
+ - allow 2 digits year in date when installed openssl version is 0.98 [`894a109`](https://github.com/node-opcua/node-opcua-pki/commit/894a10948f557a0faab17231a94c01a99e55f627)
960
+
961
+ #### [0.0.10](https://github.com/node-opcua/node-opcua-pki/compare/0.0.9...0.0.10)
962
+
963
+ > 21 November 2016
964
+
965
+ - update package , imrprove test [`bda4476`](https://github.com/node-opcua/node-opcua-pki/commit/bda4476b31bcdba2eaa2016cb043fd1b47b10966)
966
+ - Release 0.0.10 [`5b6fb03`](https://github.com/node-opcua/node-opcua-pki/commit/5b6fb0370aa687a2164f22b2843c06f160d3635d)
967
+
968
+ #### [0.0.9](https://github.com/node-opcua/node-opcua-pki/compare/0.0.8...0.0.9)
969
+
970
+ > 12 November 2016
971
+
972
+ - update package [`eb8e19e`](https://github.com/node-opcua/node-opcua-pki/commit/eb8e19efdf15f163cbe0f90eb7bc7c83c9011c5a)
973
+ - improve Condition support [`798ff76`](https://github.com/node-opcua/node-opcua-pki/commit/798ff76d9b1d2ab409c75ee883b45df52e793c32)
974
+ - Release 0.0.9 [`19fc030`](https://github.com/node-opcua/node-opcua-pki/commit/19fc030c25fdddb533a7f08acef6d85f675a22fa)
975
+
976
+ #### [0.0.8](https://github.com/node-opcua/node-opcua-pki/compare/0.0.7...0.0.8)
977
+
978
+ > 28 October 2016
979
+
980
+ - fix openssl installation folder on windows [`dfb3b5b`](https://github.com/node-opcua/node-opcua-pki/commit/dfb3b5b89944fc8f9847489b760a5073fa5f1d0e)
981
+ - Release 0.0.8 [`0310b66`](https://github.com/node-opcua/node-opcua-pki/commit/0310b66fa305e3d6621c3fb69f446bac3ebf5c2a)
982
+
983
+ #### [0.0.7](https://github.com/node-opcua/node-opcua-pki/compare/0.0.6...0.0.7)
984
+
985
+ > 28 October 2016
986
+
987
+ - fix issue with regex [`6ebfc7b`](https://github.com/node-opcua/node-opcua-pki/commit/6ebfc7bfde04e3a6b854f4ca4209b5c0b3f8850c)
988
+ - Release 0.0.7 [`c55ad7f`](https://github.com/node-opcua/node-opcua-pki/commit/c55ad7feadcd791002d78741603c0934d9e701ae)
989
+
990
+ #### [0.0.6](https://github.com/node-opcua/node-opcua-pki/compare/0.0.4...0.0.6)
991
+
992
+ > 28 October 2016
993
+
994
+ - fix openssl issue on windows caused by antivirus [`fa0a943`](https://github.com/node-opcua/node-opcua-pki/commit/fa0a943c384693855b7261bff7c3acab29d6d915)
995
+ - Release 0.0.6 [`94bf379`](https://github.com/node-opcua/node-opcua-pki/commit/94bf3792c84af02dc211bece895603e37e65bb42)
996
+
997
+ #### [0.0.4](https://github.com/node-opcua/node-opcua-pki/compare/0.0.3...0.0.4)
998
+
999
+ > 3 July 2016
1000
+
1001
+ - minor code adjustments [`9b4ca30`](https://github.com/node-opcua/node-opcua-pki/commit/9b4ca302cc6c47935797e32c9d44224bb0276357)
1002
+ - fix typos [`a26bc15`](https://github.com/node-opcua/node-opcua-pki/commit/a26bc15346791557ea4269cb25dfe0ff9fb4d2e6)
1003
+ - minor adjustments [`6b6d8b2`](https://github.com/node-opcua/node-opcua-pki/commit/6b6d8b2c4a101fc6b95994fe9dd23c40faa578e9)
1004
+
1005
+ #### [0.0.3](https://github.com/node-opcua/node-opcua-pki/compare/0.0.2...0.0.3)
1006
+
1007
+ > 23 May 2016
1008
+
1009
+ - Release 0.0.3 [`59d3565`](https://github.com/node-opcua/node-opcua-pki/commit/59d35653d1d2f5cf30b63ebeb21325d0c7e64fd1)
1010
+ - exclude unwanted files from npm module [`d604e36`](https://github.com/node-opcua/node-opcua-pki/commit/d604e363362e684d9c0957082e9ae90994d1e824)
1011
+
1012
+ #### 0.0.2
1013
+
1014
+ > 23 May 2016
1015
+
1016
+ - initial commit [`569fe39`](https://github.com/node-opcua/node-opcua-pki/commit/569fe39262b35096d50edf0e1d48442458f46550)
1017
+ - . [`999ce30`](https://github.com/node-opcua/node-opcua-pki/commit/999ce3014385127c4b68e5fd7f532d1d551ec44b)
1018
+ - . [`932c4c2`](https://github.com/node-opcua/node-opcua-pki/commit/932c4c282fa0b80e37aaee927c97d7d0e4782e0d)