8000 Tags · vlet/p5-Protocol-TLS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: vlet/p5-Protocol-TLS

Tags

0.04

Toggle 0.04's commit message
Checking in changes prior to tagging of version 0.04.

Changelog diff is:

diff --git a/Changes b/Changes
index 1202639..1103b85 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Protocol-TLS

 {{$NEXT}}

+0.04 2015-11-18T15:35:25Z
+    - Implemented initial support for client certificate (client only)
+    - Support for record layer fragmentation
+
 0.03 2014-12-29T15:15:10Z
     - Fixed pack for perl < 5.8.9
     - Added tls client/server scripts examples

0.03

Toggle 0.03's commit message
Checking in changes prior to tagging of version 0.03.

Changelog diff is:

diff --git a/Changes b/Changes
index 1c27ab8..1202639 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,13 @@ Revision history for Perl extension Protocol-TLS

 {{$NEXT}}

+0.03 2014-12-29T15:15:10Z
+    - Fixed pack for perl < 5.8.9
+    - Added tls client/server scripts examples
+    - Updated test suite
+    - Don't trace CLOSE_NOTIFY as error
+    - Setup context's session_id and tls_version on successful handshake
+
 0.02 2014-12-09T21:52:19Z
     - Fixed bug with fraction time in P::T::Trace
     - Implemented support for TLS session resuming

0.02

Toggle 0.02's commit message
Checking in changes prior to tagging of version 0.02.

Changelog diff is:

diff --git a/Changes b/Changes
index 92a4319..1c27ab8 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for Perl extension Protocol-TLS

 {{$NEXT}}

+0.02 2014-12-09T21:52:19Z
+    - Fixed bug with fraction time in P::T::Trace
+    - Implemented support for TLS session resuming
+    - Improved validation of handshake records
+    - Implemented HELLO_REQUEST decoder/encoder
+
 0.01 2014-12-08T21:38:39Z

     - original version

0.01

Toggle 0.01's commit message
Checking in changes prior to tagging of version 0.01.

Changelog diff is:

diff --git a/Changes b/Changes
index ac548d5..92a4319 100644
--- a/Changes
+++ b/Changes
@@ -2,5 +2,7 @@ Revision history for Perl extension Protocol-TLS

 {{$NEXT}}

+0.01 2014-12-08T21:38:39Z
+
     - original version
0