This package is a Python implementation of the standards developed by
IETF Javascript Object Signing and Encryption (Active WG), in particular
the following RFCs:
JSON Web Algorithms (JWA)
JSON Web Key (JWK)
JSON Web Signature (JWS)
Originally developed as part of the ACME protocol implementation.
Also, missing RUN_DEPENDS on it; not strictly, because
security/passwort-store pulls it in, but relying on
transitive BUILD_DEPENDS are a little bit fragile.
ok kn@
Main new features:
- Add support for KDBX 4.0, Argon2 and ChaCha20
- Add SSH Agent feature
more : https://github.com/keepassxreboot/keepassxc/releases/tag/2.3.0
Port changes:
- Comment and DESCR improvements (request by sthen@)
- reorder update-desktop-database call in PLIST
Tweaks and ok sthen@
$ pkg/DESCR
C implementation of Argon2, the password-hashing function that won the Password
Hashing Competition (PHC).
Argon2 is a password-hashing function that summarizes the state of the art in
the design of memory-hard functions and can be used to hash passwords for
credential storage, key derivation, or other applications.
It has a simple design aimed at the highest memory filling rate and effective
use of multiple computing units, while still providing defense against tradeoff
attacks (by exploiting the cache and memory organization of the recent
processors).
tweaks from landry@ and sthen@. ok landry@
- fixes for the following CVE's: CVE-2012-6706, CVE-2017-6419,
CVE-2017-11423, CVE-2018-0202, and CVE-2018-1000085.
- also included are 2 fixes for file descriptor leaks as well fixes for
a handful of other important bugs,