Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 815c14f

Browse files
committed
Add link to iana cipher suites list
1 parent 6120077 commit 815c14f

File tree

1 file changed

+2
-0
lines changed
  • simplekotlinmail-server/src/jvmMain/kotlin/net/axay/simplekotlinmail/server/tls

1 file changed

+2
-0
lines changed

simplekotlinmail-server/src/jvmMain/kotlin/net/axay/simplekotlinmail/server/tls/TLSVersions.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ package net.axay.simplekotlinmail.server.tls
77
* @param protocolVersion The string representing the TLS version.
88
* @param cipherSuites A list of strings representing the cipher suites which should be used
99
* for that version. The names refer to the names of the enum values from [sun.security.ssl.CipherSuite].
10+
*
11+
* See: https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml
1012
*/
1113
enum class TLSVersions(
1214
val protocolVersion: String,

0 commit comments

Comments
 (0)