Skip to content

Commit f4113ec

Browse files
committed
fixing SSL test assertions for TLS 1.3
1 parent 71d9490 commit f4113ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickfixj-core/src/test/java/quickfix/test/util/SSLUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import java.security.cert.Certificate;
1818

1919
/**
20-
* A utility class for working with SSL/TLS sessions and retrieving SSL-related information from a {@link Session}. This class provides methods to find the underlying {@link SSLSession}, retrieve peer
21-
* certificates, and get the peer principal.
20+
* A utility class for working with SSL/TLS sessions and retrieving SSL-related information from a {@link Session}.
21+
* This class provides methods to find the underlying {@link SSLSession}, retrieve peer certificates, and get the peer principal etc.
2222
*/
2323
public final class SSLUtil {
2424

0 commit comments

Comments
 (0)