Skip to content

Commit cc6436c

Browse files
committed
📚 More RFCs—related to TLS (& MD5)
1 parent 981ea30 commit cc6436c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

rakelib/rfcs.rake

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ RFCS = {
2222
5162 => "IMAP QRESYNC (OBSOLETE)",
2323
6237 => "IMAP MULTISEARCH (OBSOLETE)",
2424

25-
2595 => "Using TLS with IMAP, POP3 and ACAP",
26-
2725
# Core IMAP RFCs
2826
3501 => "IMAP4rev1", # supported by nearly all email servers
2927
4466 => "Collected Extensions to IMAP4 ABNF",
@@ -36,7 +34,6 @@ RFCS = {
3634
3503 => "Message Disposition Notification (MDN) profile IMAP",
3735
5234 => "ABNF",
3836
5788 => "IMAP4 keyword registry",
39-
8314 => "Cleartext Considered Obsolete: Use of TLS for Email",
4037

4138
# Internet Message format and envelope and body structure
4239
5322 => "Internet Message Format (current)",
@@ -77,10 +74,14 @@ RFCS = {
7774
# "Informational" RFCs
7875
1733 => "Distributed E-Mail Models in IMAP4",
7976
4549 => "Synchronization Operations for Disconnected IMAP4 Clients",
80-
6151 => "Updated Security Considerations for MD5 Message-Digest and HMAC-MD5",
8177

82-
# "Best Current Practice" RFCs
78+
# TLS and other security concerns
79+
2595 => "Using TLS with IMAP, POP3 and ACAP",
80+
6151 => "Updated Security Considerations for MD5 Message-Digest and HMAC-MD5",
8381
7525 => "Recommendations for Secure Use of TLS and DTLS",
82+
7818 => "Updated TLS Server Identity Check Procedure for Email Protocols",
83+
8314 => "Cleartext Considered Obsolete: Use of TLS for Email",
84+
8996 => "Deprecating TLS 1.0 and TLS 1.1,",
8485

8586
# related email specifications
8687
6376 => "DomainKeys Identified Mail (DKIM) Signatures",

0 commit comments

Comments
 (0)