Subject: CVS commit: pkgsrc/security/p5-Crypt-OpenSSL-RSA
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 02/15/2006 22:22:19
Module Name:	pkgsrc
Committed By:	heinz
Date:		Wed Feb 15 22:22:19 UTC 2006

Modified Files:
	pkgsrc/security/p5-Crypt-OpenSSL-RSA: MESSAGE Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/p5-Crypt-OpenSSL-RSA/MESSAGE
cvs rdiff -r1.9 -r1.10 pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.