File tree 3 files changed +13
-4
lines changed
src/main/java/io/github/hapjava/server/impl/crypto
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ # HAP-Java 2.0.3
2
+ * Upgrade bouncycastle dependencies to 1.72
3
+
1
4
# HAP-Java 2.0.2
2
5
* Various minor stability issues for after an accessory has been removed.
3
6
Original file line number Diff line number Diff line change 105
105
106
106
<dependency >
107
107
<groupId >org.bouncycastle</groupId >
108
- <artifactId >bcprov-jdk15on </artifactId >
109
- <version >1.51 </version >
108
+ <artifactId >bcprov-jdk18on </artifactId >
109
+ <version >1.72 </version >
110
110
</dependency >
111
111
112
+ <dependency >
113
+ <groupId >org.bouncycastle</groupId >
114
+ <artifactId >bctls-jdk18on</artifactId >
115
+ <version >1.72</version >
116
+ </dependency >
117
+
112
118
<dependency >
113
119
<groupId >net.vrallev.ecc</groupId >
114
120
<artifactId >ecc-25519-java</artifactId >
Original file line number Diff line number Diff line change 5
5
import org .bouncycastle .crypto .generators .Poly1305KeyGenerator ;
6
6
import org .bouncycastle .crypto .params .KeyParameter ;
7
7
import org .bouncycastle .crypto .params .ParametersWithIV ;
8
- import org .bouncycastle .crypto . tls .AlertDescription ;
9
- import org .bouncycastle .crypto . tls .TlsFatalAlert ;
8
+ import org .bouncycastle .tls .AlertDescription ;
9
+ import org .bouncycastle .tls .TlsFatalAlert ;
10
10
import org .bouncycastle .util .Arrays ;
11
11
12
12
public class ChachaDecoder {
You can’t perform that action at this time.
0 commit comments