From 736e5299d4c724f43cba9da079883dd9522cf979 Mon Sep 17 00:00:00 2001 From: erwin Date: Wed, 21 Dec 2005 17:38:15 +0000 Subject: Crypt::X509 parses X.509 certificates. Methods are provided for accessing most certificate elements. It is based on the generic ASN.1 module by Graham Barr, on the x509decode example by Norbert Klasen and contributions on the perl-ldap-dev-Mailinglist by Chriss Ridd. WWW: http://search.cpan.org/dist/Crypt-X509 PR: ports/90716 Submitted by: Gabor Kovesdan --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index 5a9e2406eadf..6b0d474ede7b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -349,6 +349,7 @@ SUBDIR += p5-Crypt-Twofish SUBDIR += p5-Crypt-Twofish2 SUBDIR += p5-Crypt-UnixCrypt + SUBDIR += p5-Crypt-X509 SUBDIR += p5-Crypt-xDBM_File SUBDIR += p5-Data-Password SUBDIR += p5-Digest -- cgit