We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cf7b7 commit db7b4cfCopy full SHA for db7b4cf
src/mezz/prot-tls.r
@@ -3,7 +3,7 @@ REBOL [
3
name: 'tls
4
type: 'module
5
author: rights: ["Richard 'Cyphre' Smolak" "Oldes" "Brian Dickens (Hostilefork)"]
6
- version: 0.6.1
+ version: 0.7.1
7
history: [
8
0.6.1 "Cyphre" "Initial implementation used in old R3-alpha"
9
0.7.0 "Oldes" {
@@ -12,6 +12,10 @@ REBOL [
12
* Code is now having a lots of traces for deep study of the process.
13
Special thanks to Hostile Fork for implementing TLSv1.2 for his Ren-C before me.
14
}
15
+ 0.7.1 "Oldes" {
16
+ * Added Server Name Indication extension into TLS scheme
17
+ * Fixed RSA/SHA message signatures
18
+ }
19
]
20
todo: {
21
* cached sessions
0 commit comments