You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,11 @@ Native [DTLS 1.2][rfc6347] implementation in the Go programming language.
21
21
22
22
A long term goal is a professional security review, and maybe an inclusion in stdlib.
23
23
24
+
> [!WARNING]
25
+
> This branch is currently frozen from tagging while DTLS 1.3 work is underway.
26
+
>
27
+
> DTLS 1.3 and breaking changes should target the `main` branch. Bug fixes and DTLS 1.2 improvments should target the `dtls-1.2` branch, which can be used for tags until DTLS 1.3 is ready.
28
+
24
29
### RFCs
25
30
#### Implemented
26
31
-**RFC 6347**: [Datagram Transport Layer Security Version 1.2][rfc6347]
0 commit comments