1Revision history for Perl extension Crypt::OpenSSL::Bignum.
2
30.09    2017/12/01
4        - fix #4 License is not specified in metadata
5        - fix #6 Strip \n and \r out of $lib and $inc
6        - fix #7 Fix building with OpenSSL 1.1.0
7
80.08    2017/02/08
9        - Makefile.PL MSWin32 fix
10
110.07    2016/10/25
12        - Makefile.PL supports OPENSSL_PREFIX or OPENSSL_LIB+OPENSSL_INCLUDE env variables
13        - Makefile.PL tries to find libcrypto via pkg-config
14
150.06    2015/02/06
16        - fix for #77911 Patch to add more functions
17        - new constructors: new, rand, pseudo_rand, rand_range
18        - new methods: ucmp, num_bits, num_bytes, rshift, lshift, swap
19        - improved pod documentation (added missing functions)
20        - XS code cleanup
21
220.05    2015/02/04
23        - fix for #84369 Win32 compatibility patch
24        - fix for #100993 Memory not reclaimed when CTX object goes out of scope
25        - fix for #86561 typo fixes
26        - fix for #82959 Error in synopsis: Crypt::OpenSSL::Bignum->new_from_hex("0x3e8") returns "0"
27        - fix for #81537 to_bin method returns garbage when value is zero
28
290.04    2007/05/20
30        - Add a LICENSE file.
31        - Add -DOPENSSL_NO_KRB5 to DEFINE to keep redhat happy.
32
330.03    2003/04/27
34        - Revert back to old declaration style so that we no longer
35          break under perl 5.005 (spotted by Rob Brown <bbb@cpan.org>).
36
370.02    2003/02/21
38        - link against libcrypto instead of libssl
39        - more documentation
40
410.01    2003/02/17
42        - original version
43