summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-RSA/MESSAGE
diff options
context:
space:
mode:
authorheinz <heinz>2006-02-15 22:22:19 +0000
committerheinz <heinz>2006-02-15 22:22:19 +0000
commitcd4a7dba1ba1b35acb5b920306665a9eff5fdabc (patch)
treebb8cf83f41f0f0b431f1d5aa0d1c9a1796986f52 /security/p5-Crypt-OpenSSL-RSA/MESSAGE
parent5a26ba7e2e786f2e4915e08e184aca756be0c67e (diff)
downloadpkgsrc-cd4a7dba1ba1b35acb5b920306665a9eff5fdabc.tar.gz
Updated to version 0.22.
Pkgsrc changes: - Removed almost all warnings in MESSAGE. Changes since version 0.21: =========================== 0.22 Mon Nov 15 2005 21:13:20 - Add public_decrypt, private_encrypt methods, contributed by Paul G. Weiss <paul@weiss.name> - Some changes to help builds on Redhat9 - Remove deprecated methods: * the no-arg new constructor - use new_from_public_key, new_from_private_key or Crypt::OpenSSL::RSA->generate_key instead * load_public_key - use new_from_public_key * load_private_key - use new_from_private_key * generate_key as an instance method - use it as a class constructor method instead. * set_padding_mode - use use_no_padding, use_pkcs1_padding, use_pkcs1_oaep_padding, or use_sslv23_padding instead. * get_padding_mode - Eliminate all(most all) memory leaks. - fix email address - Stop returning true from methods just to indicate success. - Change default public exponent from 65535 to 65537
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA/MESSAGE')
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/MESSAGE9
1 files changed, 1 insertions, 8 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/MESSAGE b/security/p5-Crypt-OpenSSL-RSA/MESSAGE
index d1c18646d91..54395039636 100644
--- a/security/p5-Crypt-OpenSSL-RSA/MESSAGE
+++ b/security/p5-Crypt-OpenSSL-RSA/MESSAGE
@@ -1,14 +1,7 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2003/12/03 22:03:22 heinz Exp $
+$NetBSD: MESSAGE,v 1.2 2006/02/15 22:22:19 heinz Exp $
Bugs:
- There is a small memory leak when generating new keys of more than 512 bits.
-
- The openssl functions RSA_public_decrypt, RSA_private_decrypt are
- not yet implemented.
-
- There is no support for encrypting text larger than the key-size.
-
There is no Crypt::CBC support.
===========================================================================