pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/lua-sec
Module Name: pkgsrc
Committed By: fhajny
Date: Mon Apr 7 20:14:48 UTC 2014
Modified Files:
pkgsrc/security/lua-sec: Makefile distinfo
pkgsrc/security/lua-sec/patches: patch-aa patch-ab
Log Message:
Update lua-sec to 0.5.
* A new certificate (X509) API, which supports:
- Reading the subject (identity) and issuer of the certificate.
- Reading various X509 extensions, including email and dnsName.
- Converting certificates to and from the standard ASCII PEM
format.
- Generating the fingerprint/digest of a certificate (using SHA1,
SHA256 or SHA512).
- Reading the certificate's expiration, serial number, and other
info.
* The ability to get more detailed information from OpenSSL about
why a certificate failed verification, for each certificate in the
chain.
* Flags to force acceptance of invalid certificates, e.g. to allow
the use of self-signed certificates in a Trust On First Use model.
* Flags to control checking CRLs for certificate revocation status.
* Support for ECDH cipher suites.
* An API to get the TLS 'finished' messages used for SASL channel
binding (e.g. the SCRAM PLUS mechanisms).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/lua-sec/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/lua-sec/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/lua-sec/patches/patch-aa
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/lua-sec/patches/patch-ab
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