pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/libgcrypt



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul 13 21:21:52 UTC 2011

Modified Files:
        pkgsrc/security/libgcrypt: Makefile distinfo
        pkgsrc/security/libgcrypt/patches: patch-aa patch-ab patch-ac patch-ad
            patch-ae patch-ba patch-bb patch-bc
Added Files:
        pkgsrc/security/libgcrypt/patches: patch-mpi_mpi-inline.h
            patch-mpi_mpi-internal.h

Log Message:
Changes 1.5.0:
* New function gcry_kdf_derive implementing OpenPGP S2K algorithms
  and PBKDF2.
* Support for WindowsCE.
* Support for ECDH.
* Support for OAEP and PSS methods as described by RFC-3447.
* Fixed PKCS v1.5 code to always return the leading zero.
* New format specifiers "%M" and "%u" for gcry_sexp_build.
* Support opaque MPIs with "%m" and "%M" in gcry_sexp_build.
* New functions gcry_pk_get_curve and gcry_pk_get_param to map ECC
  parameters to a curve name and to retrieve parameter values.
* gcry_mpi_cmp applied to opaque values has a defined semantic now.
* Uses the Intel AES-NI instructions if available.
* The use of the deprecated Alternative Public Key Interface
  (gcry_ac_*) will now print compile time warnings.
* The module register subsystem has been deprecated.  This subsystem
  is not flexible enough and would always require ABI changes to
  extend the internal interfaces.  It will eventually be removed.
  Please contact us on the gcrypt-devel mailing list to discuss
  whether you really need this feature or how it can be replaced by
  an internal plugin mechanism.
* CTR mode may now be used with data chunks of arbitrary length.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/libgcrypt/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/libgcrypt/patches/patch-aa
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/libgcrypt/patches/patch-ab
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/libgcrypt/patches/patch-ac
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/libgcrypt/patches/patch-ad \
    pkgsrc/security/libgcrypt/patches/patch-ba \
    pkgsrc/security/libgcrypt/patches/patch-bb \
    pkgsrc/security/libgcrypt/patches/patch-bc
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/libgcrypt/patches/patch-ae
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/libgcrypt/patches/patch-mpi_mpi-inline.h \
    pkgsrc/security/libgcrypt/patches/patch-mpi_mpi-internal.h

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



Home | Main Index | Thread Index | Old Index