mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-03 18:48:28 +02:00
RFC --> IANA
The cipher suites names in the RFCs stem (mostly) from IANA, see https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4 This PR corrects that in places visible to the user. For backwards compatibility the cmd line switches still work as before, but there's a preference to IANA. The RFC naming is labeled as to be retired in the future.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Mapping OpenSSL cipher suite names to RFC names</title>
|
||||
<title>Mapping OpenSSL cipher suite names to IANA names</title>
|
||||
<meta charset="UTF-8">
|
||||
</head>
|
||||
<style type="text/css">
|
||||
@ -35,7 +35,7 @@
|
||||
<col width="8%" />
|
||||
<col width="37%" />
|
||||
<thead>
|
||||
<tr><th class="sticky" >Cipher Suite</th><th class="sticky"> Name (OpenSSL)</th><th class="sticky"> KeyExch. </th><th class="sticky"> Encryption </th><th class="sticky"> Bits </th><th class="sticky">Cipher Suite Name (RFC)</th></tr>
|
||||
<tr><th class="sticky" >Cipher Suite</th><th class="sticky"> Name (OpenSSL)</th><th class="sticky"> KeyExch. </th><th class="sticky"> Encryption </th><th class="sticky"> Bits </th><th class="sticky">Cipher Suite Name (IANA)</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- RFC 2246, RFC 4346, RFC 5246 -->
|
||||
|
Reference in New Issue
Block a user