-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
25 lines (18 loc) · 724 Bytes
/
Changes
File metadata and controls
25 lines (18 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
- 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
- Improved validation of handshake records
- Implemented HELLO_REQUEST decoder/encoder
0.01 2014-12-08T21:38:39Z
- original version