The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Crypt::OpenSSL::X509.

1.8.9 Tue May 30 2017

    - Patch / PR from kmx improving detection of OpenSSL libraries under
      strawberry Perl

1.8.8 Fri Nov 10 2017

    - Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
      to hash()

    - Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
      See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html

    - Patch from brandond fixing compilation on OpenSSL 1.0.1e

    - Patch to support compilation on MacOS Homebrew installed libraries by jonasbn

    - Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.

    - Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
      it working against openssl 1.0.2j

    - Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
      version since META.yml was not regenerated

1.8.7  Thu May 12 2016
        - Patch from Bernhard M. Wiedemann to fix compilation errors.

1.8.6  Sat Jan 24 2015
        - Patch from James Hunt to print OpenSSL version during tests.
        - Various MANIFEST fixes.

1.8.5  Sat Nov 22 2014
        - Patch from Uli Scholler to expose more SHA1 hash functions.

1.8.4  Sun Dec 1 2013
        - Fix Github Issues #16, #29 & #30
        - Possibly fix issue #31

1.8.3  Mon Aug 12 05:50:58 PDT 2013
	- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25

1.8.2  Sat May  7 20:19:58 PDT 2011
	- Fix warnings under gcc 4.6

1.8.1  Sun Apr 17 06:57:09 PDT 2011
	- Fix OpenSSL version check.

1.8    Wed Apr 13 06:22:30 PDT 2011
	- Bump version to deal with CPAN/Perl versioning madness.

1.7.1  Tue Apr  5 20:07:48 PDT 2011
	- Fix compile issue on i386, etc.

1.7    Tue Mar 29 19:58:08 PDT 2011
	- Updates from David O'Callaghan to add pubkey, encoding & CRL functions.

1.6    Wed Jan  5 10:04:08 PST 2011
	- Fix from Nicholas Harteau for -Wall error. Exhibited by -O2.
	- Update home page & bug tracker.

1.5    Fri Dec 24 14:39:20 PST 2010
	- Fix call to utf_loclen to be compatible with CentOS Perl. (CPAN RT #62339)
	- Update Module::Install

1.4    Tue Aug 31 07:13:20 PDT 2010
	- Fix new_from_string().

1.3    Fri Aug  6 09:18:30 PDT 2010
	- Fix fingerprint_sha1().

1.2    Mon May 31 05:59:03 PDT 2010
	- Compatible with OpenSSL v1.0.0
	- Incompatible change: Removed fingerprint_md2 method.
	- Fix leaked memory on module END.

1.1    Fri May 21 17:10:28 PDT 2010
	- Fix memory leak in sv_bio_final() (CPAN RT #57719)

1.0    Mon Jan 18 12:49:11 PST 2010
	- Remove pub_exponent() and alias it to exponent().

0.9    Mon Jan 18 11:02:26 PST 2010
	- Patches from David O'Callaghan to access X509 extensions & documenation.
	- Patch from Otmar Lendl to allow UTF-8 chars in certificate names.
	- Patches from Louise Doran via David O'Callaghan.
	- Patch from Daniel Kahn Gillmor adding more examples in the POD SYNOPSIS
	- Patch from Daniel Kahn Gillmor adding the exponent() method.

0.8    Sat Nov  8 15:40:02 PST 2008
	- Fix error message.

0.7    Sat May 17 00:49:28 PDT 2008
	- Stop cpansmoke if libcrypto isn't installed.

0.6    Sat Feb 23 14:18:30 PST 2008
	- RT #28684: Failed test 'use Crypt::OpenSSL::X509;'

0.5    Sat Jun  2 11:12:03 PDT 2007

	- Fix manifest.

0.4    Wed Jan  3 17:19:10 PST 2007

	- RT #13861 - patch from dsteinwand@citysearch.com
	- RT #8778  - Fix flags for X509_NAME_print_ex()

0.3.1  Mon Nov 22 23:20:43 PST 2004

	- Patch from Daniel Risacher to add an email() method & doc additions.

	- Remove newline from hash() accessor.

0.3   Mon Oct  4 12:38:34 PDT 2004

	- Patch from Otmar Lendl to remove NULL on fingerprint.

0.2   Fri Jan 30 11:36:36 PST 2004

	- Handle ASN1/DER input.

	- Additional headers and cleanup.

0.1   Thu Jan 29 17:01:38 PST 2004

	- Initial release.

	- Interoperates with Crypt::OpenSSL::Bignum & Crypt::OpenSSL::RSA

0.01  Wed Jan 28 15:53:18 2004
	- original version; created by h2xs 1.22 with options
		-O -b 5.5.3 -a -k --skip-ppport --skip-warnings -c -n Crypt::OpenSSL::X509