1Revision history for Perl extension Crypt::OpenSSL::DSA.
2
30.20    2021/03/18
4        - fix #7 Add function to get signature size
5        - fix #8 Allocate buffer for 2048 bit keys
6
70.19    2017/01/13
8        - fix building against openssl 1.1.0 without compat modes (eroen)
9
100.18    2016/11/17
11        - OpenSSL 1.1.0 compatibility
12        - fix Kwalitee Issues
13
140.17    2016/10/27
15        - Makefile.PL fixing v0.16
16
170.16    2016/10/27
18        - Makefile.PL supports OPENSSL_PREFIX or OPENSSL_LIB+OPENSSL_INCLUDE env variables
19        - Makefile.PL tries to find libcrypto via pkg-config
20        - Make the files non-executable
21        - Doc fixes (grammar)
22
230.15    2015/02/03
24        - #84367 Win32 compatibility patch
25        - #80369 fix errors in POD. Mainly just missing =over/=back
26        - #80368 Makefile.PL: unneeded -lssl in LIBS
27
280.14    2012/10/16
29        - compiling with -Werror=format-security now works (Jerome Quelin, #48446)
30        - Use Digest::SHA instead of Digest::SHA1 (Ansgar Burchardt, #60271)
31        - Security fix, CVE-2009-0129: Missing error check in do_verify (Havard Eidnes, #79958)
32
330.13    2005/10/15
34        - made t/90-openssl-compat.t windows compatible (Rob)
35
360.12    2005/05/22
37        - Removed all use of strlen() in DSA.xs so signatures with nulls,
38          as commonly generated with sha1, could be signed/verified,
39          and added more tests
40          (Brad Fitzpatrick <brad@danga.com>)
41
420.11    2003/01/06
43        - Added -DPERL5 to Makefile.PL required for perl-5.8/gcc-3.2
44
450.10    2002/09/25
46        - Fixed Memory leak with signature object.
47        - Added set_p, set_q, set_g, set_pub_key, set_priv_key (Olaf Kolkman)
48        - Added set_r and set_s methods to Crypt::OpenSSL::DSA::Signature
49        - Renamed Signature.pm to Signature.pod
50
510.04    2002/09/24
52        - Fixed bug in verify method
53        - Added read_priv_key_str and read_pub_key_str
54
550.03    2002/02/06
56        - Added Crypt::OpenSSL::DSA::Signature interface
57
580.02    2001/09/24
59        - Added more docs
60        - seed is now optional argument in generate_parameters
61
620.01    2001/09/18
63        - original version; created by h2xs
64