File: Changes

package info (click to toggle)
libcrypt-x509-perl 0.40-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 140 kB
  • ctags: 57
  • sloc: perl: 856; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Revision history for Perl extension Crypt::X509.
0.40 Fri Apr 23 2009 ajung
	- incorporated patch from Joerg-Cornelius Schneider to access ExtKeyUsage
	- incorporated patch from Joerg-Cornelius Schneider to fix parsing DSA/ECDSA signed certificates
	- incorporated patch from Rein Tollevik to fix keyusage parsing on 64bit machines

0.32  Tue Jan 09 2007 ajung
	- fixed problem with not found issuer and subject parts
	  (found by Michael Steller)

0.31  Mon Jan 08 2007 ajung
	- included generalTime lookup as fallback for not_after and not_before
	  (suggested by Michael Steller)
	- some documentation layout fixups

0.3   Wed Dec 27 2006 gigageek
	- added CRLDistributionPoints2 function
	- updated SubjectAltNames function
	- added BasicConstraints function
	- added CertificatePolicies function
	- added SubjectInfoAccess function
	- added SubjectDirectoryAttributes function
	- added subject_keyidentifier funtion

0.21  Tue Nov 30 2005 ajung
	- removed dependency on Perl 5.8.5

0.2   Tue Aug 25 2005 ajung
	- integrating Convert::ASN1:X509 with Crypt::X509

0.12  (Convert::ASN1:X509) Tue Aug 18 2005 ajung
	- revised the interface: Parser is encapsulated in module, changed test, documentaion, code
	- all needed data access methods implemented
	- put dependency on Convert::ASN.1 into Makefile.PL

0.1   (Convert::ASN1:X509) Tue Aug 16 2005 ajung 
	- first draft of documentation
	- built test
	- first implementation

0.01  Sun Jun 12 22:04:15 2005 jacksonm
	- original version; created by h2xs 1.23 with options
		-X -n Crypt::X509