summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2020-06-17Pullup tickets up to #6243bsiegert1-1/+22
2020-06-09Pullup tickets up to #6234bsiegert1-1/+16
2020-06-08Pullup tickets up to #6227bsiegert1-1/+28
2020-06-01Mention last batch of pull-upsbsiegert1-1/+16
2020-05-20Pullup tickets up to #6209bsiegert1-1/+19
2020-05-15Pullup tickets up to #6201bsiegert1-1/+22
2020-05-13Pullup tickets up to #6193bsiegert1-1/+20
2020-05-08Pullup tickets up to #6185bsiegert1-1/+13
2020-05-01Pullup tickets up to #6179bsiegert1-1/+13
2020-04-28Pullup tickets up to #6173bsiegert1-1/+37
2020-04-17Pullup tickets #6159 to #6161bsiegert1-1/+10
2020-04-12Pullup tickets up to #6158bsiegert1-1/+13
2020-04-09Five more pullups.bsiegert1-1/+16
2020-03-30I hereby declare this pullup season open!bsiegert1-1/+4
2020-03-30doc: Add CHANGES file for the pkgsrc-2020Q1 branch.jperkin1-0/+4
2020-03-29doc/TODO: add somewiz1-3/+17
+ ImageMagick-7.0.10.3, gjs-1.64.1, glib-networking-2.64.1, gtk3-3.24.16, http-parser-2.9.4, libgsf-1.14.47, librsvg-2.48.1, mutt-1.13.5, poppler-0.87.0, py-configparser-5.0.0, py-google-auth-1.12.0, py-setuptools-46.1.3 [drops python-2.x support], thunderbird-enigmail-2.1.6, unifont-13.0.01, utf8proc-2.5.0, vala-0.48.2.
2020-03-29doc: Updated textproc/ruby-nokogiri to 1.10.9nb1taca1-1/+2
2020-03-29Update pam-p11 to 0.3.1manu1-1/+2
Changes since pam-p11-0.1.5 from the NEWS file: New in 0.3.1; 2019-09-11; Frank Morgner * CVE-2019-16058: Fixed buffer overflow when creating signatures longer than 256 bytes New in 0.3.0; 2019-04-24; Frank Morgner * Add Italian translation * Add support for matching the PIN-input with a regular expression * Add support for macOS * Add support for building with OpenSSL 1.1.1 * Add support for nistp256/384/521 keys in authorized_keys file New in 0.2.0; 2018-05-16; Frank Morgner * Add user documentation in Readme.md * Add support for PIN pad readers * Add support for changing/unblocking PIN (use with passwd) * Add support for localized user feedback * Add support for cards without certificates (e.g. OpenPGP card) * Add support for PKCS#11 modules with multiple slots * Add support for building with OpenSSL 1.1 * Merged opensc and openssh module into pam_p11.so * Fixed memory leaks, coverity issues, compiler warnings * Created `test-passwd` and `test-login` for testing standard use cases New in 0.1.6; 2017-03-06; Alon Bar-Lev * Build system rewritten (NOTICE: configure options was modified).
2020-03-29Update libp11 to 0.4.4 so that we can build with NetBSD-9.0 newer OpenSSLmanu1-1/+2
Changes since libp11-0.2.8 from the NEWS file: New in 0.4.4; 2017-01-26; Michal Trojnara * Fixed a state reset caused by re-login on LOAD_CERT_CTRL engine ctrl; fixes #141 (Michal Trojnara) * "?" and "&" allowed as URI separators; fixes #142 (Michal Trojnara) * engine: Unified private/public key and certificate enumeration to be performed without login if possible (Michal Trojnara) New in 0.4.3; 2016-12-04; Michal Trojnara * Use UI to get CKU_CONTEXT_SPECIFIC PINs (Michal Trojnara) * Added graceful handling of alien (non-PKCS#11) keys (Michal Trojnara) * Added symbol versioning (Nikos Mavrogiannopoulos) * Soname tied with with the OpenSSL soname (Nikos Mavrogiannopoulos) * Added MSYS2, Cygwin, and MinGW/MSYS support (Pawel Witas) * Workaround implemented for a deadlock in PKCS#11 modules that internally use OpenSSL engines (Michal Trojnara, Pawel Witas) * Fixed an EVP_PKEY reference count leak (David Woodhouse) * Fixed OpenSSL 1.1.x crash in public RSA methods (Doug Engert, Michal Trojnara) * Fixed OpenSSL 1.1.x builds (Nikos Mavrogiannopoulos, Michal Trojnara) * Fixed retrieving PIN values from certificate URIs (Andrei Korikov) * Fixed symlink installation (Alon Bar-Lev) New in 0.4.2; 2016-09-25; Michal Trojnara * Fixed a 0.4.0 regression bug causing the engine finish function to remove any configured engine parameters; fixes #104 (Michal Trojnara) New in 0.4.1; 2016-09-17; Michal Trojnara * Use enginesdir provided by libcrypto.pc if available (David Woodhouse) * Certificate cache destroyed on login/logout (David Woodhouse) * Fixed accessing certificates marked as CKA_PRIVATE (David Woodhouse) * Directly included libp11 code into the engine (Matt Hauck) * Fixed handling simultaneous make jobs (Derek Straka) * Reverted an old hack that broke engine initialization (Michal Trojnara) * Fixed loading of multiple keys due to unneeded re-logging (Matt Hauck) * Makefile fixes and improvements (Nikos Mavrogiannopoulos) * Fixed several certificate selection bugs (Michal Trojnara) * The signed message digest is truncated if it is too long for the signing curve (David von Oheimb) * Workaround for broken PKCS#11 modules not returning CKA_EC_POINT in the ASN1_OCTET_STRING format (Michal Trojnara) * OpenSSL 1.1.0 build fixes (Michal Trojnara) New in 0.4.0; 2016-03-28; Michal Trojnara * Merged engine_pkcs11 (Michal Trojnara) * Added ECDSA support for OpenSSL < 1.0.2 (Michal Trojnara) * Added ECDH key derivation support (Doug Engert and Michal Trojnara) * Added support for RSA_NO_PADDING RSA private key decryption, used by OpenSSL for various features including OAEP (Michal Trojnara) * Added support for the ANSI X9.31 (RSA_X931_PADDING) RSA padding (Michal Trojnara) * Added support for RSA encryption (not only signing) (Michal Trojnara) * Added CKA_ALWAYS_AUTHENTICATE support (Michal Trojnara) * Fixed double locking the global engine lock (Michal Trojnara) * Fixed incorrect errors reported on signing/encryption/decryption (Michal Trojnara) * Fixed deadlocks in keys and certificates listing (Brian Hinz) * Use PKCS11_MODULE_PATH environment variable (Doug Engert) * Added support for building against OpenSSL 1.1.0-dev (Doug Engert) * Returned EVP_PKEY objects are no longer "const" (Michal Trojnara) * Fixed building against OpenSSL 0.9.8 (Michal Trojnara) * Removed support for OpenSSL 0.9.7 (Michal Trojnara) New in 0.3.1; 2016-01-22; Michal Trojnara * Added PKCS11_is_logged_in to the API (Mikhail Denisenko) * Added PKCS11_enumerate_public_keys to the API (Michal Trojnara) * Fixed EVP_PKEY handling of public keys (Michal Trojnara) * Added thread safety based on OpenSSL dynamic locks (Michal Trojnara) * A private index is allocated for ex_data access (RSA and ECDSA classes) instead of using the reserved index zero (app_data) (Michal Trojnara) * Fixes in reinitialization after fork; addresses #39 (Michal Trojnara) * Improved searching for dlopen() (Christoph Moench-Tegeder) * MSVC build fixes (Michal Trojnara) * Fixed memory leaks in pkcs11_get_evp_key_rsa() (Michal Trojnara) New in 0.3.0; 2015-10-09; Nikos Mavrogiannopoulos * Added small test suite based on softhsm (run on make check) * Memory leak fixes (Christian Heimes) * On module initialization tell the module to that the OS locking primitives are OK to use (Mike Gerow) * Transparently handle applications that fork. That is call C_Initialize() and reopen any handles if a fork is detected. * Eliminated any hard coded limits for certificate size (Doug Engert) * Added support for ECDSA (Doug Engert) * Allow RSA_NO_PADDING padding mode in PKCS11_private_encrypt (Stephane Adenot) * Eliminated several hard-coded limits in parameter sizes.
2020-03-28doc: Updated textproc/docbook-xsl to 1.79.2nb3wiz1-1/+2
2020-03-28doc: Updated devel/ncurses to 6.2nb1wiz1-1/+2
2020-03-27doc: Updated databases/py-ldap to 3.2.0nb2gutteridge1-1/+2
2020-03-27doc: Updated benchmarks/netio to 1.33jdolecek2-3/+3
2020-03-27Updated lang/py-hy (the old version does not build any more)adam1-1/+2
2020-03-26doc: Updated sysutils/py-Glances to 3.1.4.1fox1-1/+2
2020-03-26doc: Updated pkgtools/pkglint to 20.1.1rillig1-1/+2
2020-03-25doc: Updated lang/zig to 0.5.0nia1-1/+2
2020-03-25doc: Updated net/py-gandi.cli to 1.5riastradh1-1/+2
2020-03-25Fix typo in cce. (It's CTYPE=..., not ctype=...!)riastradh1-2/+2
2020-03-25doc: Updated net/terraform-provider-aws to 2.54.0riastradh1-1/+2
2020-03-25doc: Updated audio/din to 45fox1-1/+2
2020-03-25doc: Updated devel/py-xdg to 0.26nia1-1/+2
2020-03-25doc: Updated devel/p5-Perl-Tidy to 20200110nia1-1/+2
2020-03-25doc: Note start of the freeze for pkgsrc-2020Q1.jperkin1-1/+2
2020-03-25doc: Updated www/p5-CGI-Simple to 1.25nia1-1/+2
2020-03-25doc: Updated converters/libabw to 0.1.3nia1-1/+2
2020-03-25doc: Updated converters/libmwaw to 0.3.16nia1-1/+2
2020-03-25doc: Updated converters/libwpg to 0.3.3nia1-1/+2
2020-03-25doc: Updated converters/libwps to 0.4.10nia1-1/+2
2020-03-25doc: Updated converters/libwpd to 0.10.3nia1-1/+2
2020-03-25doc/TODO: + llvm-10.0, retroarch-1.8.5.wiz1-1/+3
2020-03-24doc: Updated sysutils/ruby-facter to 4.0.12taca1-1/+2
2020-03-24doc: Updated devel/ruby-thor to 1.0.1taca1-1/+2
2020-03-24doc: Updated sysutils/puppet to 6.14.0taca1-1/+2
2020-03-24doc: Updated sysutils/ruby-puppet-resource_api to 1.8.12taca1-1/+2
2020-03-24doc: Updated mythes, ncdunia1-1/+3
2020-03-24doc: Updated sysutils/ruby-chef to 15.8.23taca1-1/+2
2020-03-24doc: Updated sysutils/ruby-serverspec to 2.41.5taca1-1/+2
2020-03-24doc: Updated sysutils/ruby-specinfra to 2.82.12taca1-1/+2
2020-03-24doc: Updated textproc/ruby-will-paginate to 3.3.0taca1-1/+2