[pkg-opensc-commit] [engine-pkcs11] tag engine_pkcs11-0.1.6 created (now fdec1bb)
Eric Dorland
eric at moszumanska.debian.org
Mon Oct 19 03:11:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a change to tag engine_pkcs11-0.1.6
in repository engine-pkcs11.
at fdec1bb (commit)
This tag includes the following new commits:
new 5785c43 add minimal structure.
new b2455b0 initial checkin of a standalone engine_pkcs11.
new c12d5df include more build rules for building the engine.
new d76c531 adapt to latest changes in libp11.
new d86f573 generate documentation on "make dist".
new 782a0d5 update with latest api changes.
new cdfbf55 clean up also documentation.
new 0aa7c96 dist-hook: is too late, need to generate the documentation before automake "make dist" copied files around.
new b40c910 "doc" does not work well, it is the subdirectory name.
new 7d61292 fix/update makefiles for doc handling.
new d243b61 aclocal -I aclocal/ (as suggested by Ralf Wildenhues)
new 3d0cda9 AC_SUBSTed variables are better used with $(..). Thanks to Ralf Wildenhues.
new 73a200c add aclocal/ directory for engine_pkcs11, too.
new a0b8de7 proper cleanup.
new e99a26c fix windows compile.
new e54d7de remove default module name. change include order (some effords to get openssl 0.9.8* to work on windows).
new ad014f8 remove obsolete file.
new 01b65aa Patch by Douglas E. Engert to allow engine_pkcs11 to work with heimdal PKINIT code.
new deba0ec add ChangeLog using svn2cl.
new ab6c5fc new parser for slot/id strings.
new e069310 openssl 0.9.8 puts the engines in lib/engines/.
new d8b2a40 remove bundles (I - guess - not needed / used). if they are used, will revert this change.
new 0982fd5 perform unload, so another load will work fine.
new 99089bf older wget version only know -nv.
new bd4860f libp11 trunk now exports PKCS11_get_rsa_method().
new dfa34cb allow not specifying a string.
new f5b686d allow giving slot only.
new d2e2226 fix memory leak, thanks to Dougles E. Engert.
new d07360e depend on libp11 >= 0.2.1
new 376ea60 kill some dead code.
new 1f4cdae set version number based on svn revision. thanks to werner koch.
new 7e894e3 move to opensc-project till opensc.org dns is back.
new 29f5097 simply the revision, drop the m4 code. it didn't turn out the way I wanted it (does not contain the _repository_/_branch_ revision).
new 70b8680 allow hex characters as well, patch supplied by Alexander Starostin <assur at esc.ru>
new 759c6c7 fix configure script - some shells don't like the extra ;
new 91b6a8a ust utf-8.
new 96a42cb increase max. pin length to 32 chars.
new 25d05b1 fix resource leakage, found by Risto Laanoja.
new 5b2711a properly clean pin storage. full size as it might be not null-terminated.
new ab823ca disable dead code.
new bea4150 use ansi style declaration.
new 6a00dec fix more compiler warnings.
new 096f840 silence more warnings.
new 697a865 add support for labels, by Risto Laanoja.
new 1b2da2b prepare for new release.
new b376307 accept pin from openssl - patch by ahasenack at terra.com.br
new 5d9ba4c fix ident.
new 5f6874a add NEWS to distribution. target saturday for release.
new 3294e62 document latest changes. update wiki export script.
new 4eb85c5 needed one more day for testing.
new 32e4328 trunk is now post 0.1.4 release.
new 266c3a1 cleanup of pin code, partly based on suggestions by Stanislav Brabec. thanks.
new 0a42df7 fix typos, change return type to int and args to 0 and 1.
new 930e863 Apply a fix by Andreas Kroehnert <andreas.kroehnert at de.safenet-inc.com>
new 2b38204 New build system
new f0b7e47 engine_pkcs11 MSVC fixups
new 0c03eab Distribute files for MSVC
new 02d431a afxres.h is not needed
new 7d78285 More fixups to maintainer-clean
new c34c7a1 Add --force to autoreconf
new 6b84e22 Include winresrc.h
new c533895 Fixup configure help strings
new b2bdb20 Prepare for libtool-2
new ec261b1 Some more cleanups
new 91dca59 More aclocal->m4
new 3abcfa0 Detect libtool-1 or libtool-2 at runtime
new bd26988 David Smith: While working on adding PKCS#11 support to Gnome's Network Manager project, it was found that being able to specify the pReserved member of CK_C_INITIALIZE_ARGS_PTR to C_Initialize is probably necessary in wpasupplicant, an engine-pkcs11 consumer. This support did not exist in libp11 and engine-pkcs11, so I've attached a patch that adds a new function in libp11, PKCS11_CTX_init_args, and a new engine command, CMD_INIT_ARGS.
new fb55baf New function only in libtpp 0.2.4 and newer.
new 50641c7 Update NEWS
new 562f715 update NEWS file.
new 9c9757e fix version.
new a18bc4e update export script.
new 2cd685e fix segfault in new code.
new da935bf always allocate full size, as we will clean full size later. strncpy will maybe not \0 terminate the string, but that is ok, we deal with it already.
new e5d981e document news as well.
new 8504fe1 Don't remove external files on distclean
new cc74a12 Handle svn checkout detection correctly when srcdir is different
new b975914 add the minimum release number of libp11 needed in the error message
new aabc99b get_pin(): do not dereference mycb->password if mycb is NULL
new 1d77ac9 mingw32->mingw*
new 8eba4f2 Fixes #12
new 11f95b0 avoid errors like #12 in the future
new 158b712 Fix doc build issues 1. VPATH issue. 2. Parallel build issue, suggested by Ludovic Rousseau.
new f0d3fe8 Add PACKAGE_SUFFIX
new 3fa2bfc Revert some changes to slot parsing code, but add a proper fix instead. (I hope) apply changes by Douglas to print the slot in verbose mode. Create new release and document changes. require latest libp11 with the new function.
new 3e4cd8f Create new release 0.1.6.
new fdec1bb Arfrever Frehtes Taifersar Arahesis: fixes the following compiler warning: hw_pkcs11.c: In function ‘pkcs11_engine_ctrl’: hw_pkcs11.c:146: warning: implicit declaration of function ‘set_init_args’
The 87 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