- Timestamp:
- Dec 21, 2018 11:35:15 AM (2 years ago)
- Branches:
- master
- Children:
- f3a4b11
- Parents:
- 0365129
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
core/java/src/net/i2p/util/I2PSSLSocketFactory.java
r0365129 r9f64cc7 133 133 * Java 7 does not enable 1.1 or 1.2 by default on the client side. 134 134 * Java 8 does enable 1.1 and 1.2 by default on the client side. 135 * 1.3 in Java 11. 135 * 1.3 in Java 11, but it requires: 136 * ChaCha20/Poly1305 in Java 12 (we could add a provider) 137 * X25519 in Java 13 but may be pulled in to 12 (can't use our unsigned provider) 138 * Ed25519 in Java 13 (but we can use our provider) 139 * ref: https://openjdk.java.net/jeps/332 140 * 136 141 * ref: http://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html 137 142 * Unmodifiable.
Note: See TracChangeset
for help on using the changeset viewer.