[pkg-opensc-commit] [engine-pkcs11] annotated tag engine_pkcs11-0.2.1 created (now a3faff1)
Eric Dorland
eric at moszumanska.debian.org
Sun Jan 31 06:38:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a change to annotated tag engine_pkcs11-0.2.1
in repository engine-pkcs11.
at a3faff1 (tag)
tagging 454abffab662bbf592648fb24daeaf745766241d (commit)
replaces engine_pkcs11-0.2.0
tagged by Michał Trojnara
on Wed Jan 27 15:55:04 2016 +0100
- Log -----------------------------------------------------------------
released 0.2.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJWqOObAAoJEC78f/DUFuAUYEgP/1JnGd2eG2uM7ZDab2zkuzT6
b1ZiJBqXkpl4M0uoT3+fXvXJrNT4EZuaL74ex/iAdEUxx3tfQQ0r2Jy/OVPNg6sS
N6gV0EwUCycDBmh0PQfykhBGpcVnmVdawRSFRtHk94/4miIqd4qGeLb8WTMTlDcd
WjMDGMq9yHjZUf0z8Nf/aUlgXT68rlyHENKXzK7Q5YUdVc98JW66WejkehPiWolw
pfs3FJ2HRjhIrFDJ/NEyeJsRQge0yxj++KlKkSyz07de1p4S5EQSeS5zp9Q+xUpT
AVXO4QnBdI+3xnMhl13EP9xFOshmuHW2hOpHYfqcnDFWctye64E80RiiS1Ki98sX
GrHQvy3Th7JDm6a8eXWa6CsKwTvQQG7ZtURfcMYT0XEceBU0Y1TcyZ4O6fkE2J2y
y67KIJlcxTwN/3+TrmBzNvpQzwX+3Hxpt0Ii5/fVhdNn5jPoemUIl676tRZ/5tG2
uVmPWBNOcNIJpVcVhu2rWgRlGGTk+tsnakjcKWoxtpV5w8MiZx3xzjgRp7ZMaCMK
ianb7ZjWxJz3vaoU24nm/WfQh3Y97UdT8l2UPw7IX0T5E+aXXaVTzGQ4sLSSq3K3
mklPpy5LUBxXmvY1gRpTH5S3d7GB44soIo9jtjLogJM9d5BygnWGxwxxB5q6VBBv
jrygpPStFfW0t/2fGUGv
=7EIm
-----END PGP SIGNATURE-----
LE TOUX Vincent (1):
add support for appveyor
Ludovic Rousseau (2):
Add AppVeyor badge
Merge pull request #32 from vletoux/test-appveyor
Michał Trojnara (25):
Use GitHub sources of OpenSC/libp11 for CI
Merge pull request #34 from mouse07410/master
NEWS update
Code cleanup
Testing infrastructure updated
ldconfig forced in .travis.sh
Require new libp11 0.3.1 for PKCS11_enumerate_public_keys()
Version bump to 0.2.1_git
Version bump in appveyor.yml
Squashed a compiler warning in tests/evp-sign.c
Added vim modelines to preserve formatting
Fixed OpenSSL engines directory autoselection
Added "--with-pkcs11-module" configure option
Removed outdated default value in help
Dead code removed from configure
Fixed "make check" on OpenSSL 1.1.0-dev
Fixed "make distcheck"
Cygwin dependency removed from MSVC build
Removed invalid semicolons after macro expansions
Squashed compiler warnings
Deleted src/engine_pkcs11.exports
Deleted winconfig.h
.gitignore removed from distribution
Engine file name updated in README.md
released 0.2.1
Mouse (2):
Fixes PIN-less access to public keys. Tested with RSA and ECC tokens.
Brought public keys enumeration routine name in sync with libp11 upcoming
Nikos Mavrogiannopoulos (6):
ship README.md
Merge pull request #23 from persmule/master
README: enhanced with info from the wiki
README: added example usage with p11-kit
doc update
Handle PKCS#11 URLs which have type set to 'public'
Persmule (1):
* Prevent potential memory leak when calling set_init_args.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 0961d72 * Prevent potential memory leak when calling set_init_args.
new db9935f Merge pull request #23 from persmule/master
new 65ce389 README: enhanced with info from the wiki
new 9463db1 README: added example usage with p11-kit
new 6ab7564 doc update
new e6909a2 Handle PKCS#11 URLs which have type set to 'public'
new 024ee27 Add AppVeyor badge
new 9904913 add support for appveyor
new e0eb635 Merge pull request #32 from vletoux/test-appveyor
new 84e7a04 Fixes PIN-less access to public keys. Tested with RSA and ECC tokens. Requires patched/updated libp11 - PR for OpenSC/libp11 that addresses mutiple public key-related and ECC-related issues has been submitted.
new 775968b Brought public keys enumeration routine name in sync with libp11 upcoming change that Michal Trojnara is preparing
new 9636e45 Use GitHub sources of OpenSC/libp11 for CI
new a37c8d0 Merge pull request #34 from mouse07410/master
new 8baa4f7 NEWS update
new edcaf52 Code cleanup
new e357e53 Testing infrastructure updated
new f63dcdf ldconfig forced in .travis.sh
new d85bb90 Require new libp11 0.3.1 for PKCS11_enumerate_public_keys()
new eea49a3 Version bump to 0.2.1_git
new a92e21e Version bump in appveyor.yml
new fc28cd9 Squashed a compiler warning in tests/evp-sign.c
new 424cdeb Added vim modelines to preserve formatting
new 60aa098 Fixed OpenSSL engines directory autoselection
new 0d0436e Added "--with-pkcs11-module" configure option
new b257687 Removed outdated default value in help
new 5319665 Dead code removed from configure
new 3d27871 Fixed "make check" on OpenSSL 1.1.0-dev
new 3c542cd Fixed "make distcheck"
new 49b05c1 Cygwin dependency removed from MSVC build
new fea50ed Removed invalid semicolons after macro expansions
new ac3c6d7 Squashed compiler warnings
new 467d7c3 Deleted src/engine_pkcs11.exports
new 897c958 Deleted winconfig.h
new cc93246 .gitignore removed from distribution
new f79c030 Engine file name updated in README.md
new 454abff released 0.2.1
The 36 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/engine-pkcs11.git
More information about the pkg-opensc-commit
mailing list