jdk/src/java.base/share/classes/sun/security/ssl
2024-07-18 22:42:34 +00:00
..
Alert.java 8311644: Server should not send bad_certificate alert when the client does not send any certificates 2024-02-26 16:49:01 +00:00
AlpnExtension.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
Authenticator.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
BaseSSLSocketImpl.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
CertificateAuthoritiesExtension.java 8294985: SSLEngine throws IAE during parsing of X500Principal 2023-06-09 23:31:12 +00:00
CertificateMessage.java 8311644: Server should not send bad_certificate alert when the client does not send any certificates 2024-02-26 16:49:01 +00:00
CertificateRequest.java 8295068: SSLEngine throws NPE parsing CertificateRequests 2023-07-07 16:55:26 +00:00
CertificateStatus.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
CertificateVerify.java 8281236: (D)TLS key exchange named groups 2022-12-07 20:16:45 +00:00
CertSignAlgsExtension.java 8242141: New System Properties to configure the TLS signature schemes 2020-04-22 10:51:16 -07:00
CertStatusExtension.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
ChangeCipherSpec.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
CipherSuite.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
Ciphertext.java
CipherType.java
ClientAuthType.java
ClientHandshakeContext.java 8268193: Improve requests of certificates 2021-10-19 18:26:01 +00:00
ClientHello.java 8332524: Instead of printing "TLSv1.3," it is showing "TLS13" 2024-06-18 13:28:37 +00:00
ClientKeyExchange.java 8232581: Improve TLS verification 2019-10-30 13:15:21 -07:00
ConnectionContext.java
ContentType.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
CookieExtension.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
DHClientKeyExchange.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
DHKeyExchange.java 8301700: Increase the default TLS Diffie-Hellman group size from 1024-bit to 2048-bit 2023-02-15 13:25:50 +00:00
DHServerKeyExchange.java 8281236: (D)TLS key exchange named groups 2022-12-07 20:16:45 +00:00
DTLSInputRecord.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
DTLSOutputRecord.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
DTLSRecord.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
ECDHClientKeyExchange.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
ECDHKeyExchange.java 8281236: (D)TLS key exchange named groups 2022-12-07 20:16:45 +00:00
ECDHServerKeyExchange.java 8281236: (D)TLS key exchange named groups 2022-12-07 20:16:45 +00:00
ECPointFormatsExtension.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
EncryptedExtensions.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
EphemeralKeyManager.java 8259223: Simplify boolean expression in the SunJSSE provider 2021-01-05 19:32:46 +00:00
ExtendedMasterSecretExtension.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
Finished.java 8296229: JFR: jfr tool should print unsigned values correctly 2022-11-11 14:55:41 +00:00
HandshakeAbsence.java
HandshakeConsumer.java
HandshakeContext.java 8294983: SSLEngine throws ClassCastException during handshake 2023-05-04 19:25:01 +00:00
HandshakeHash.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
HandshakeOutStream.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
HandshakeProducer.java
HelloCookieManager.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
HelloRequest.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
HelloVerifyRequest.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
HKDF.java 8297878: KEM: Implementation 2023-05-30 16:29:19 +00:00
InputRecord.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
JsseJce.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
KAKeyDerivation.java 8282723: Add constructors taking a cause to JSSE exceptions 2022-03-20 06:46:13 +00:00
KeyManagerFactoryImpl.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
KeyShareExtension.java 8281236: (D)TLS key exchange named groups 2022-12-07 20:16:45 +00:00
KeyUpdate.java 8294474: Better AES support 2023-04-18 23:21:20 +00:00
MaxFragExtension.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
NamedGroup.java 8281236: (D)TLS key exchange named groups 2022-12-07 20:16:45 +00:00
NamedGroupCredentials.java
NamedGroupPossession.java
NewSessionTicket.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
OutputRecord.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
Plaintext.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
PostHandshakeContext.java 8233619: SSLEngine handshake status immediately after the handshake can be NOT_HANDSHAKING rather than FINISHED with TLSv1.3 2020-03-03 15:57:01 -08:00
PredefinedDHParameterSpecs.java 8295723: security/infra/wycheproof/RunWycheproof.java fails with Assertion Error 2023-01-17 20:58:59 +00:00
PreSharedKeyExtension.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
ProtocolVersion.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
PskKeyExchangeModesExtension.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
RandomCookie.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
Record.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
RenegoInfoExtension.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
RSAClientKeyExchange.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
RSAKeyExchange.java 8272396: mismatching debug output streams 2021-08-13 21:33:22 +00:00
RSAServerKeyExchange.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
RSASignature.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
ServerHandshakeContext.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
ServerHello.java 8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message 2024-03-22 07:02:37 +00:00
ServerHelloDone.java
ServerKeyExchange.java 8270105: Fix ServerKeyExchange copyright 2021-10-19 18:26:01 +00:00
ServerNameExtension.java 8301686: TLS 1.3 handshake fails if server_name doesn't match resuming session 2023-09-29 05:00:02 +00:00
SessionId.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
SessionTicketExtension.java 8298381: Improve handling of session tickets for multiple SSLContexts 2023-01-10 11:49:36 +00:00
SignatureAlgorithmsExtension.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
SignatureScheme.java 8281236: (D)TLS key exchange named groups 2022-12-07 20:16:45 +00:00
SSLAlgorithmConstraints.java 8284694: Avoid evaluating SSLAlgorithmConstraints twice 2022-04-20 18:15:16 +00:00
SSLAlgorithmDecomposer.java 8257237: Cleanup unused imports in the SunJSSE provider implementation 2020-11-30 01:54:36 +00:00
SSLAuthentication.java
SSLBasicKeyDerivation.java 8282723: Add constructors taking a cause to JSSE exceptions 2022-03-20 06:46:13 +00:00
SSLCipher.java 8294848: Unnecessary SSLCipher dispose implementations 2022-10-10 07:02:27 +00:00
SSLConfiguration.java 8319670: Improve comments describing system properties for TLS server and client for max chain length 2023-11-09 20:21:15 +00:00
SSLConsumer.java
SSLContextImpl.java 8298381: Improve handling of session tickets for multiple SSLContexts 2023-01-10 11:49:36 +00:00
SSLCredentials.java
SSLEngineImpl.java 8293176: SSLEngine handshaker does not send an alert after a bad parameters 2023-09-27 07:33:52 +00:00
SSLEngineInputRecord.java 8182621: JSSE should reject empty TLS plaintexts 2023-04-11 04:21:17 +00:00
SSLEngineOutputRecord.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
SSLExtension.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
SSLExtensions.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
SSLHandshake.java 8310106: sun.security.ssl.SSLHandshake.getHandshakeProducer() incorrectly checks handshakeConsumers 2023-06-16 05:38:10 +00:00
SSLHandshakeBinding.java
SSLKeyAgreement.java
SSLKeyAgreementGenerator.java
SSLKeyDerivation.java
SSLKeyDerivationGenerator.java
SSLKeyExchange.java 8281236: (D)TLS key exchange named groups 2022-12-07 20:16:45 +00:00
SSLLogger.java 8296787: Unify debug printing format of X.509 cert serial numbers 2023-12-14 17:57:36 +00:00
SSLMasterKeyDerivation.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
SSLPossession.java
SSLPossessionGenerator.java
SSLProducer.java
SSLRecord.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
SSLSecretDerivation.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
SSLServerSocketFactoryImpl.java
SSLServerSocketImpl.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
SSLSessionContextImpl.java 8298381: Improve handling of session tickets for multiple SSLContexts 2023-01-10 11:49:36 +00:00
SSLSessionImpl.java 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
SSLSocketFactoryImpl.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
SSLSocketImpl.java 8315422: getSoTimeout() would be in try block in SSLSocketImpl 2023-08-31 22:26:48 +00:00
SSLSocketInputRecord.java 8182621: JSSE should reject empty TLS plaintexts 2023-04-11 04:21:17 +00:00
SSLSocketOutputRecord.java 8334670: SSLSocketOutputRecord buffer miscalculation 2024-06-26 22:28:33 +00:00
SSLStringizer.java 8215712: Parsing extension failure may alert decode_error 2020-03-22 09:30:16 -07:00
SSLTrafficKeyDerivation.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
SSLTransport.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
StatusResponseManager.java 8296787: Unify debug printing format of X.509 cert serial numbers 2023-12-14 17:57:36 +00:00
SunJSSE.java 8326000: Remove obsolete comments for class sun.security.ssl.SunJSSE 2024-02-18 06:58:22 +00:00
SunX509KeyManagerImpl.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
SupportedGroupsExtension.java 8281236: (D)TLS key exchange named groups 2022-12-07 20:16:45 +00:00
SupportedVersionsExtension.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
TransportContext.java 8294474: Better AES support 2023-04-18 23:21:20 +00:00
TrustManagerFactoryImpl.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
TrustStoreManager.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
Utilities.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
X509Authentication.java 8327182: Move serverAlias into the loop 2024-03-19 02:03:13 +00:00
X509KeyManagerImpl.java 8291509: Minor cleanup could be done in sun.security 2022-09-15 19:59:53 +00:00
X509TrustManagerImpl.java 8328723: IP Address error when client enables HTTPS endpoint check on server socket 2024-07-18 22:42:34 +00:00
XDHKeyExchange.java