Skip to content

Commit

Permalink
v3.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed May 11, 2016
1 parent b4006c3 commit b724307
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ Revision history for Perl extension Crypt::MatrixSSL3.

{{$NEXT}}

v3.7.7 2016-05-11 20:40:21 EEST
- Added 'false start' handling in examples/functions.pl
- Added ALPN data refresh using Crypt::MatrixSSL3::refresh_ALPN_data()
- Added API support for getting the SSL session master secret
- Added support for ECC certificates
- Bugfix: Win32 psGetTime now returns seconds instead of milliseconds
- Fixed Makefile.PL compatibility with with newer ExtUtils::MakeMaker
- Improved Makefile.PL portability
- Updated documentation and tests

v3.7.6 2016-03-28 11:29:21 EEST
- Added security requirements for HTTP/2 application protocols
- Better cipher handling for resumed sessions
Expand Down
4 changes: 2 additions & 2 deletions lib/Crypt/MatrixSSL3.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Scalar::Util qw( dualvar );
use XSLoader;

BEGIN {
use version 0.77 (); our $VERSION = 'v3.7.6';
use version 0.77 (); our $VERSION = 'v3.7.7';
XSLoader::load(__PACKAGE__,$VERSION);
}

Expand Down Expand Up @@ -318,7 +318,7 @@ Crypt::MatrixSSL3 - Perl extension for SSL and TLS using MatrixSSL.org v3.7.2b
=head1 VERSION
This document describes Crypt::MatrixSSL3 version v3.7.6
This document describes Crypt::MatrixSSL3 version v3.7.7
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion script/ct-submit.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use warnings;
use strict;

use version 0.77 (); our $VERSION = 'v3.7.6';
use version 0.77 (); our $VERSION = 'v3.7.7';

use Getopt::Long;
use Pod::Usage;
Expand Down
2 changes: 1 addition & 1 deletion script/mk-matrixssl-ca-certificates.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use strict;
use Crypt::MatrixSSL3;

use version 0.77 (); our $VERSION = 'v3.7.6';
use version 0.77 (); our $VERSION = 'v3.7.7';

## no critic (Capitalization, RequireCarping)

Expand Down

0 comments on commit b724307

Please sign in to comment.