ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Crypt-Ed25519/Changes
Revision: 1.12
Committed: Tue Feb 28 19:53:08 2017 UTC (7 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-1_04
Changes since 1.11: +7 -0 lines
Log Message:
1.04

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Crypt::Ed25519
2    
3 root 1.12 1.04 Tue Feb 28 20:52:43 CET 2017
4     - update embedded lib from d4c1fa44ae1e07f7ad578032efa5d9d9959188b0
5     to 7fa6712ef5d581a6981ec2b08ee623314cd1d1c4.
6     - the (fixed) vulnerability in the embedded lib does not affect this module.
7     - no longer include key_exchange.c and add_scalar.c.
8     - minor doc fixes.
9    
10 root 1.11 1.03 Mon Jun 29 14:32:39 CEST 2015
11     - added stability canary support.
12    
13 root 1.10 1.02 Mon Jun 29 14:31:14 CEST 2015
14 root 1.9 - support perl multicore specification (http://perlmulticore.schmorp.de/)
15     for compression and decompression.
16    
17 root 1.8 1.01 Wed Jun 24 14:17:38 CEST 2015
18 root 1.7 - reduce namespace pollution and improve optimisation
19 root 1.8 opportunities by making the ed25519 library fully static.
20 root 1.7
21 root 1.6 1.0 Sun Mar 29 08:23:50 CEST 2015
22 root 1.5 - improve documentation.
23     - testsuite covers more code.
24    
25 root 1.4 0.9 Sat Mar 28 20:43:02 CET 2015
26 root 1.3 - enable prototypes.
27     - lots of compatibility fixes for embedded ed25519 library.
28     - work around some broken cpan-testers setup.
29     - enable binmode for sign.input, to pass win32 tests.
30    
31 root 1.2 0.1 Fri Mar 27 21:23:46 CET 2015
32     - initial release.
33    
34 root 1.1 0.0 Fri Mar 27 18:36:07 CET 2015
35     - original version; cloned from Convert-Scalar.
36