File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
src/main/java/io/github/hapjava/server/impl/crypto Expand file tree Collapse file tree 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+
14# HAP-Java 2.0.2
25 * Various minor stability issues for after an accessory has been removed.
36
Original file line number Diff line number Diff line change 105105
106106 <dependency >
107107 <groupId >org.bouncycastle</groupId >
108- <artifactId >bcprov-jdk15on </artifactId >
109- <version >1.51 </version >
108+ <artifactId >bcprov-jdk18on </artifactId >
109+ <version >1.72 </version >
110110 </dependency >
111111
112+ <dependency >
113+ <groupId >org.bouncycastle</groupId >
114+ <artifactId >bctls-jdk18on</artifactId >
115+ <version >1.72</version >
116+ </dependency >
117+
112118 <dependency >
113119 <groupId >net.vrallev.ecc</groupId >
114120 <artifactId >ecc-25519-java</artifactId >
Original file line number Diff line number Diff line change 55import org .bouncycastle .crypto .generators .Poly1305KeyGenerator ;
66import org .bouncycastle .crypto .params .KeyParameter ;
77import 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 ;
1010import org .bouncycastle .util .Arrays ;
1111
1212public class ChachaDecoder {
You can’t perform that action at this time.
0 commit comments