File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
src/main/java/io/nats/ocsp Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ This file lists the dependencies used in this repository.
1010| com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2 | Apache 2.0 License |
1111| com.fasterxml.jackson:jackson-bom:2.13.2 | Apache 2.0 License |
1212| com.google.code.gson:gson:2.8.5 | Apache 2.0 License |
13- | io.github.hakky54:sslcontext-kickstart- for-pem:jar : 6.7.0 | Apache 2.0 License |
14- | io.github.hakky54:sslcontext-kickstart :jar : 6.7.0 | Apache 2.0 License |
13+ | io.github.hakky54:ayza- for-pem:jar : 10.0.0 | Apache 2.0 License |
14+ | io.github.hakky54:ayza :jar : 10.0.0 | Apache 2.0 License |
1515| io.nats:jnats:2.16.14 | Apache 2.0 License |
1616| net.i2p.crypto:eddsa:0.3.0 | CC 1.0 Universal |
1717| org.apiguardian:apiguardian-api:1.1.2 | Apache 2.0 License |
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ but none of them set the `enableStatusRequestExtension` flag. As far as we can t
6262
6363## Licenses
6464
65- This example leverages the [ SSLContext Kickstart project] ( https://github.com/Hakky54/sslcontext-kickstart )
66- which operates under the [ Apache License 2.0] ( https://github.com/Hakky54/sslcontext-kickstart /blob/master/LICENSE )
65+ This example leverages the [ SSLContext Kickstart project] ( https://github.com/Hakky54/ayza )
66+ which operates under the [ Apache License 2.0] ( https://github.com/Hakky54/ayza /blob/master/LICENSE )
6767Their library had some functionality scoped ` private ` which we needed to use directly so we copied it and made it public.
6868This usage is allowed by Apache 2.0 license policy, but we are noting it here for full transparency.
6969
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ repositories {
2222
2323dependencies {
2424 implementation ' io.nats:jnats:2.21.4'
25- implementation ' io.github.hakky54:sslcontext-kickstart- for-pem:6.7 .0'
25+ implementation ' io.github.hakky54:ayza- for-pem:10.0 .0'
2626}
2727
2828test {
Original file line number Diff line number Diff line change 5454 </dependency >
5555 <dependency >
5656 <groupId >io.github.hakky54</groupId >
57- <artifactId >sslcontext-kickstart -for-pem</artifactId >
58- <version >6.7 .0</version >
57+ <artifactId >ayza -for-pem</artifactId >
58+ <version >10.0 .0</version >
5959 </dependency >
6060 </dependencies >
6161
Original file line number Diff line number Diff line change 66import io .nats .client .Options ;
77import nl .altindag .ssl .util .CertificateUtils ;
88import nl .altindag .ssl .util .KeyStoreUtils ;
9- import nl .altindag .ssl .util .PemUtils ;
9+ import nl .altindag .ssl .pem . util .PemUtils ;
1010
1111import javax .net .ssl .*;
1212import java .io .BufferedInputStream ;
Original file line number Diff line number Diff line change 5454 </dependency >
5555 <dependency >
5656 <groupId >io.github.hakky54</groupId >
57- <artifactId >sslcontext-kickstart -for-pem</artifactId >
58- <version >6.7 .0</version >
57+ <artifactId >ayza -for-pem</artifactId >
58+ <version >10.0 .0</version >
5959 </dependency >
6060 </dependencies >
6161
You can’t perform that action at this time.
0 commit comments