Skip to content

Commit 91aaee1

Browse files
authored
updated link to Java Cryptography Architecture Oracle Providers
1 parent e53d41b commit 91aaee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickfixj-core/src/main/doc/usermanual/usage/configuration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,13 +684,13 @@ <H3>QuickFIX Settings</H3>
684684
<TD valign="top"> <I>EnabledProtocols</I></TD>
685685
<TD>Protocols enabled for use with the SSL engine.</TD>
686686
<TD></TD>
687-
<TD><a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/SunProviders.html">Java supported protocols</a></TD>
687+
<TD><a href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html">Java supported protocols</a></TD>
688688
</TR>
689689
<TR ALIGN="left" VALIGN="middle">
690690
<TD valign="top"> <I>CipherSuites</I></TD>
691691
<TD>Cipher suites enabled for use with the SSL engine.</TD>
692692
<TD></TD>
693-
<TD><a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/SunProviders.html">Java default cipher suites</a></TD>
693+
<TD><a href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html">Java default cipher suites</a></TD>
694694
</TR>
695695
<TR ALIGN="left" VALIGN="middle">
696696
<TD valign="top"> <I>UseSNI</I></TD>

0 commit comments

Comments
 (0)