Skip to content

Commit 2559c79

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # ocsp/build.gradle
2 parents f89d04a + e0786eb commit 2559c79

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

ocsp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
6767
Their library had some functionality scoped `private` which we needed to use directly so we copied it and made it public.
6868
This usage is allowed by Apache 2.0 license policy, but we are noting it here for full transparency.
6969

ocsp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222

2323
dependencies {
2424
implementation 'io.nats:jnats:2.23.0'
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

2828
test {

ocsp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
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

ocsp/src/main/java/io/nats/ocsp/OcspExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import io.nats.client.Options;
77
import nl.altindag.ssl.util.CertificateUtils;
88
import nl.altindag.ssl.util.KeyStoreUtils;
9-
import nl.altindag.ssl.util.PemUtils;
9+
import nl.altindag.ssl.pem.util.PemUtils;
1010

1111
import javax.net.ssl.*;
1212
import java.io.BufferedInputStream;

ssl-context-factory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
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

0 commit comments

Comments
 (0)