Skip to content

Commit db7b4cf

Browse files
committed
DOC: updated TLS script header with info about recent changes
1 parent 58cf7b7 commit db7b4cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/mezz/prot-tls.r

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ REBOL [
33
name: 'tls
44
type: 'module
55
author: rights: ["Richard 'Cyphre' Smolak" "Oldes" "Brian Dickens (Hostilefork)"]
6-
version: 0.6.1
6+
version: 0.7.1
77
history: [
88
0.6.1 "Cyphre" "Initial implementation used in old R3-alpha"
99
0.7.0 "Oldes" {
@@ -12,6 +12,10 @@ REBOL [
1212
* Code is now having a lots of traces for deep study of the process.
1313
Special thanks to Hostile Fork for implementing TLSv1.2 for his Ren-C before me.
1414
}
15+
0.7.1 "Oldes" {
16+
* Added Server Name Indication extension into TLS scheme
17+
* Fixed RSA/SHA message signatures
18+
}
1519
]
1620
todo: {
1721
* cached sessions

0 commit comments

Comments
 (0)