"Newer, better, bolder. v2 is now ready to go I think. The encrypted
message format is possibly more secure in some scenarios. For backwards
compat, a -1 option is available."
In the 'you didnt think openssl was that insane' series, it tries to use
m4 -B 8192 to generate some sparc asm from an m4 file.
Unsurprisingly, our m4 doesn't support -B, it's not even in gm4's manpage,
and gm4 info page says this about -B :
These options are present for compatibility with System V `m4', but
do nothing in this implementation. They may disappear in future
releases, and issue a warning to that effect.
I'm glad openssl can be built with System V m4..
- includes a fix for CVE-2014-4911 (DoS)
- delete patches committed upstream
- unbreak sparc64
- new features, see ChangeLog
Regress tests pass on amd64 and sparc64.
ok sthen@
Note that no port uses it yet.
The Python keyring lib provides a easy way to access the system keyring
service from python. It can be used in any application that needs safe
password storage.
<...>
ok jasper@
This module provides a way for securely storing passwords and other
secrets. It uses D-Bus Secret Service API that is supported by GNOME
Keyring and KSecretsService.
ok jasper@
and fixing a bug introduced in 0.5.0 (not updated in ports until post-5.5):
"when crypto_sign_open() was given a signed message too short to even
contain a signature, it was putting an unlimited amount of zeros into
the target buffer instead of immediately returning -1."
standard paths searched for by third-party software to ensure that it's
not picked up by autoconf-type programs. This is not intended for general
use, but allows us to continue using specific software relying on APIs
which have been removed from LibReSSL, and for test/comparison purposes.
Various feedback from zhuk@ and jca@, earlier version ok zhuk@ (with only
minor file/path shuffling since then).
Heimdal is an implementation of Kerberos 5 (and some more stuff) largely
written in Sweden.
ok sthen@
Note that it is not enabled yet because none of the requesters for this
port stood up to give me any feedback nor OK. Also this is still a WIP, it
may not even build with all the recent changes in base.
version check in the configure script also matches on LibreSSL, the
#if in the XS code got a additional defined(LIBRESSL_VERSION_NUMBER)
and Net::SSLeay::LIBRESSL_VERSION_NUMBER is exported into the perl
name space.
OK giovanni@