[pkg-opensc-commit] [libp11] annotated tag upstream/0.3.1 created (now 2940f7f)
Eric Dorland
eric at moszumanska.debian.org
Sat Jan 30 05:34:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a change to annotated tag upstream/0.3.1
in repository libp11.
at 2940f7f (tag)
tagging 863b64f5ff69eddf8867117ba404451f5065a4f5 (commit)
replaces upstream/0.3.0
tagged by Eric Dorland
on Sat Jan 30 00:06:27 2016 -0500
- Log -----------------------------------------------------------------
Upstream version 0.3.1
Christoph Moench-Tegeder (1):
find dlopen() if it's not in libdl
Eric Dorland (1):
Imported Upstream version 0.3.1
LE TOUX Vincent (1):
Add compilation support for Appveyor
Ludovic Rousseau (2):
Add AppVeyor badge
Merge pull request #46 from vletoux/test-appveyor
Michal Trojnara (4):
Print error queue after PKCS11 calls
Clear the error queue
fork-test improved to handle child processes terminated with a signal
Perform CI tests with a newer SoftHSM
Michał Trojnara (42):
semicolons without statements break MSVC builds
fixed prev_pin handling
fork-test test coverage improved
Reinitialize the PKCS11 internal slot table in PKCS11_CTX_reload
Removed PKCS#11 reinitialization before C_GetAttributeValue calls
Fix most gcc/msvc compiler warnings
Thread-safety for the PKCS#11 reinitialization
Merge pull request #47 from mtrojnar/atfork_locks
Locking for multithreaded operations
Merge pull request #44 from mtrojnar/operation_active
Added PKCS11_enumerate_public_keys to the API
Merge pkcs11_store_private_key() and pkcs11_store_public_key()
Memory allocation cleanup
Fix a comment
Code formatting
Also try to find SoftHSM2 in /opt/local
Also try to find SoftHSM2 library in /opt/local
Added a test case for private/public key enumeration
Use GitHub source of OpenSC for Travis CI
Merge branch 'master' into PKCS11_enumerate_public_keys
Merge pull request #56 from OpenSC/PKCS11_enumerate_public_keys
Version bump to 0.3.1_git
Merge pull request #57 from moench-tegeder/dlopen_wo_libdl
Updated NEWS
A private index is allocated for ex_data access
Added vim modelines to preserve formatting
Added vim modelines to */Makefile.am
Fixed a memory leak in pkcs11_get_evp_key_rsa()
Error queue cleared after requesting a new rwlock
Use BN_clear_free instead of BN_free
Plugged another memory leak
Gracefully handle missing dynlock callbacks
Fixes from p11_key.c ported to p11_cert.c
Fixed "make dist" and "make distcheck"
Cygwin dependency removed from MSVC build
Type conversion warnings analyzed and squashed
make.rules.mak cleanup
Makefile cleanup
Re-added the bootstrap file
Avoid querying public keys for CKA_SENSITIVE and CKA_EXTRACTABLE
Comments corrected
released 0.3.1
Mikhail Denisenko (2):
Fixed testing on Mac
Added PKCS11_is_logged_in function
Nikos Mavrogiannopoulos (9):
Merge pull request #33 from denisenkom/master
doc update
Merge pull request #38 from mtrojnar/prev_pin
Merge pull request #37 from mtrojnar/semicolons
doc update
Merge pull request #42 from mtrojnar/error_queue
Merge pull request #41 from mtrojnar/fork-test
Merge pull request #43 from mtrojnar/reinitialize
NEWS: doc update
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 3092291 Fixed testing on Mac
new b474cb0 Added PKCS11_is_logged_in function
new 8f8b8ce Merge pull request #33 from denisenkom/master
new 85d040d doc update
new fe5e6b4 semicolons without statements break MSVC builds
new c383021 fixed prev_pin handling
new ee838cc Merge pull request #38 from mtrojnar/prev_pin
new 24de433 Merge pull request #37 from mtrojnar/semicolons
new ffc7d88 fork-test test coverage improved
new a2d84be doc update
new 4899533 Print error queue after PKCS11 calls
new 031def8 Clear the error queue
new efc0e94 Merge pull request #42 from mtrojnar/error_queue
new 63fd440 Merge pull request #41 from mtrojnar/fork-test
new e52e6ff Reinitialize the PKCS11 internal slot table in PKCS11_CTX_reload
new e563db6 fork-test improved to handle child processes terminated with a signal
new 446f5d6 Perform CI tests with a newer SoftHSM
new 3b88fd8 Add compilation support for Appveyor
new 863005d Removed PKCS#11 reinitialization before C_GetAttributeValue calls
new 0addfeb Add AppVeyor badge
new 7f93f83 Merge pull request #46 from vletoux/test-appveyor
new 734ce73 Merge pull request #43 from mtrojnar/reinitialize
new 642bcff NEWS: doc update
new 87fa165 Fix most gcc/msvc compiler warnings
new e3dab46 Thread-safety for the PKCS#11 reinitialization
new e903c8c Merge pull request #47 from mtrojnar/atfork_locks
new 1ea84bf Locking for multithreaded operations
new f43e3dd Merge pull request #44 from mtrojnar/operation_active
new 914e850 Added PKCS11_enumerate_public_keys to the API
new 8bbfb78 Merge pkcs11_store_private_key() and pkcs11_store_public_key()
new 74e2238 Memory allocation cleanup
new b57487c Fix a comment
new 120f98a Code formatting
new 64a71fd Also try to find SoftHSM2 in /opt/local
new 022dc6f Also try to find SoftHSM2 library in /opt/local
new b7e39db Added a test case for private/public key enumeration
new 32b42cf Use GitHub source of OpenSC for Travis CI
new b1758cf Merge branch 'master' into PKCS11_enumerate_public_keys
new 622b0cf Merge pull request #56 from OpenSC/PKCS11_enumerate_public_keys
new 1434b15 Version bump to 0.3.1_git
new 8986c89 find dlopen() if it's not in libdl
new ebdda1a Merge pull request #57 from moench-tegeder/dlopen_wo_libdl
new 5693ba4 Updated NEWS
new bb6d30c A private index is allocated for ex_data access
new 35a82e8 Added vim modelines to preserve formatting
new 47cb7b4 Added vim modelines to */Makefile.am
new 097627e Fixed a memory leak in pkcs11_get_evp_key_rsa()
new d8769e4 Error queue cleared after requesting a new rwlock
new afc8693 Use BN_clear_free instead of BN_free
new 39c15d8 Plugged another memory leak
new c219965 Gracefully handle missing dynlock callbacks
new e51d1d0 Fixes from p11_key.c ported to p11_cert.c
new bd52f4a Fixed "make dist" and "make distcheck"
new 0a67ed8 Cygwin dependency removed from MSVC build
new ee82e1e Type conversion warnings analyzed and squashed
new 2a21022 make.rules.mak cleanup
new 6ca0f04 Makefile cleanup
new cedea95 Re-added the bootstrap file
new 9038713 Avoid querying public keys for CKA_SENSITIVE and CKA_EXTRACTABLE
new 7aca656 Comments corrected
new 148631c released 0.3.1
new 863b64f Imported Upstream version 0.3.1
The 62 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/libp11.git
More information about the pkg-opensc-commit
mailing list