Revision history for Crypt::SMIME
0.11 Wed Apr 30 19:09:28 JST 2014
- setPublicKey() was erroneously raising an error if taint
checking was enabled:
https://rt.cpan.org/Ticket/Display.html?id=95163
- sign(), signonly(), check(), encrypt(), decrypt() now
returns a tainted message if the input or a key is
tainted. See the documentation for details.
- Load the standard OpenSSL configuration file when available:
https://rt.cpan.org/Public/Bug/Display.html?id=87675
- `make clean' should not remove SMIME.pod:
https://rt.cpan.org/Public/Bug/Display.html?id=56025
- isSigned() and isEncrypted() were failing to recognize a
signed / encrypted message if its Content-Type has an
unquoted smime-type:
https://rt.cpan.org/Public/Bug/Display.html?id=53620
0.10 Thu Apr 21 14:15:46 JST 2011
fix: setPublicKey() should allow a single PEM string to
contain many X.509 certificates.
http://rt.cpan.org/Public/Bug/Display.html?id=67612
0.09 Thu Oct 2 15:00:03 JST 2008
fix INSTALLMANxDIR problem.
fix: SSLEAY_RAND_BYTES:PRNG not seeded.
http://rt.cpan.org/Public/Bug/Display.html?id=35839
0.08 Wed Sep 26 11:20:58 JST 2007
doc fix
0.07 Tue Sep 25 12:39:36 JST 2007
Renamed from Tripletail::SMIME.
0.06 Wed Sep 7 18:32:12 JST 2005
fix: Attempt to free unreferenced scalar on x509_xx_hash.
0.05 Fri Aug 12 14:06:56 JST 2005
add: x509_subject_hash, x509_issuer_hash.
0.04 Fri Aug 12 11:55:38 JST 2005
fix: signonly had returned with "\n", new return with "\r\n".
0.03 Tue Aug 9 12:44:53 JST 2005
add: prepareSmimeMessage method.
0.02 Mon Aug 8 19:21:04 JST 2005
add: signonly method.
0.01 Mon Aug 8 17:55:33 JST 2005
First version.