October 2015 Archives by date
Starting: Sat Oct 17 06:21:01 UTC 2015
Ending: Mon Oct 19 03:12:03 UTC 2015
Messages: 465
- [pkg-opensc-commit] [libp11] branch master updated (9fe0dd0 -> e58cbc5)
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/239: add minimal structure
Eric Dorland
- [pkg-opensc-commit] [libp11] 02/239: initial checkin of libp11.
Eric Dorland
- [pkg-opensc-commit] [libp11] 03/239: document changes in cryptoki.h
Eric Dorland
- [pkg-opensc-commit] [libp11] 04/239: we don't need those files.
Eric Dorland
- [pkg-opensc-commit] [libp11] 05/239: we only have a Makefile.mak in src/ currently.
Eric Dorland
- [pkg-opensc-commit] [libp11] 06/239: fix building out of tree.
Eric Dorland
- [pkg-opensc-commit] [libp11] 07/239: export serial number, patch by Douglas de Oliveira Mendes
Eric Dorland
- [pkg-opensc-commit] [libp11] 08/239: oops, top_srcdir of course.
Eric Dorland
- [pkg-opensc-commit] [libp11] 09/239: move PKCS11_open_session() from libp11-int.h to libp11.h
Eric Dorland
- [pkg-opensc-commit] [libp11] 10/239: migrate to ltdl.
Eric Dorland
- [pkg-opensc-commit] [libp11] 11/239: chmdoe to 755.
Eric Dorland
- [pkg-opensc-commit] [libp11] 12/239: use "wget --no-verbose" to NOT get many debug information and the progress bar
Eric Dorland
- [pkg-opensc-commit] [libp11] 13/239: add the URL documenting the use of ltdl to help understand this black magic
Eric Dorland
- [pkg-opensc-commit] [libp11] 14/239: use a 3 digits version number (instead of 2) and start with 0.1.0
Eric Dorland
- [pkg-opensc-commit] [libp11] 15/239: convert line endings.
Eric Dorland
- [pkg-opensc-commit] [libp11] 16/239: fix makefile to compile all files.
Eric Dorland
- [pkg-opensc-commit] [libp11] 17/239: fix compiling libpkcs11.c file.
Eric Dorland
- [pkg-opensc-commit] [libp11] 18/239: #include "libp11-int.h" to get/check the prototypes of the defined functions
Eric Dorland
- [pkg-opensc-commit] [libp11] 19/239: struct sc_pkcs11_module: handle field is lt_dlhandle not (lt_dlhandle *) since lt_dlopen returns a lt_dlhandle
Eric Dorland
- [pkg-opensc-commit] [libp11] 20/239: do not use AC_LIBLTDL_INSTALLABLE but check for libltdl instead
Eric Dorland
- [pkg-opensc-commit] [libp11] 21/239: remove libltdl from SUBDIRS remove maintainer-clean-local rule (was "rm -rf libltdl")
Eric Dorland
- [pkg-opensc-commit] [libp11] 22/239: do not use @LTDLINCL@ and @LIBLTDL@ anymore
Eric Dorland
- [pkg-opensc-commit] [libp11] 23/239: check for ltdl.h using AC_CHECK_HEADERS
Eric Dorland
- [pkg-opensc-commit] [libp11] 24/239: pack the structures only on Windows
Eric Dorland
- [pkg-opensc-commit] [libp11] 25/239: C_UnloadModule(): call lt_dlexit() after lt_dlclose()
Eric Dorland
- [pkg-opensc-commit] [libp11] 26/239: remove --ltdl argument from libtoolize
Eric Dorland
- [pkg-opensc-commit] [libp11] 27/239: snapshot script currently works only with "WIP", sorry.
Eric Dorland
- [pkg-opensc-commit] [libp11] 28/239: add examples/ subdirectory.
Eric Dorland
- [pkg-opensc-commit] [libp11] 29/239: improve code: - reindent - display slot information - display error messages
Eric Dorland
- [pkg-opensc-commit] [libp11] 30/239: remove documentation from svn. update build mechanism.
Eric Dorland
- [pkg-opensc-commit] [libp11] 31/239: remove nslots and slots from PKCS11_CTX. ask user to free slots.
Eric Dorland
- [pkg-opensc-commit] [libp11] 32/239: update example to fit libp11 changes.
Eric Dorland
- [pkg-opensc-commit] [libp11] 33/239: do not include libltdl, require it instead. create documentation on "make dist".
Eric Dorland
- [pkg-opensc-commit] [libp11] 34/239: rename the destroy_slots and destroy_all_slots to "release" ... functions. make release_slot internal again. free slots aray in release_all_slots.
Eric Dorland
- [pkg-opensc-commit] [libp11] 35/239: update example to match latest library changes.
Eric Dorland
- [pkg-opensc-commit] [libp11] 36/239: add doxygen config file and api documentation.
Eric Dorland
- [pkg-opensc-commit] [libp11] 37/239: dd doxygent config file and script to generate doxygen documentation.
Eric Dorland
- [pkg-opensc-commit] [libp11] 38/239: fix path to header files.
Eric Dorland
- [pkg-opensc-commit] [libp11] 39/239: fix renaming destroy to release.
Eric Dorland
- [pkg-opensc-commit] [libp11] 40/239: oops, missed another one.
Eric Dorland
- [pkg-opensc-commit] [libp11] 41/239: oops, made it internal. fix name again.
Eric Dorland
- [pkg-opensc-commit] [libp11] 42/239: dist-hook: is too late, need to generate the documentation before automake "make dist" copied files around.
Eric Dorland
- [pkg-opensc-commit] [libp11] 43/239: "doc" does not work well, it is the subdirectory name.
Eric Dorland
- [pkg-opensc-commit] [libp11] 44/239: another try to get "make dist" documentation generateion right.
Eric Dorland
- [pkg-opensc-commit] [libp11] 45/239: add m4 macro packages used by libp11.
Eric Dorland
- [pkg-opensc-commit] [libp11] 46/239: improved libltdl detection. fix finding OPENSSL.
Eric Dorland
- [pkg-opensc-commit] [libp11] 47/239: aclocal -I aclocal/ (as suggested by Ralf Wildenhues)
Eric Dorland
- [pkg-opensc-commit] [libp11] 48/239: AC_SUBSTed variables are better used with $(..). Thanks to Ralf Wildenhues.
Eric Dorland
- [pkg-opensc-commit] [libp11] 49/239: fix AC_MSG_ERROR usage. thanks to Ralf Wildenhues.
Eric Dorland
- [pkg-opensc-commit] [libp11] 50/239: we use libtool for linking, so it can calucalte the dependencies using LTLIBLTDL better. Thanks to Ralf Wildenhues.
Eric Dorland
- [pkg-opensc-commit] [libp11] 51/239: use -nv instead of --non-verbose since wget 1.10 now uses --no-verbose instead. Grr!
Eric Dorland
- [pkg-opensc-commit] [libp11] 52/239: fixes to make it compile on windows.
Eric Dorland
- [pkg-opensc-commit] [libp11] 53/239: incompatible change: one parameter marked const.
Eric Dorland
- [pkg-opensc-commit] [libp11] 54/239: adding libtool.m4 was a bad idea and causes problems. undo.
Eric Dorland
- [pkg-opensc-commit] [libp11] 55/239: filter functions to be listed in windows *.def file.
Eric Dorland
- [pkg-opensc-commit] [libp11] 56/239: add m4 packages to tar.gz
Eric Dorland
- [pkg-opensc-commit] [libp11] 57/239: make generate-api.sh executable
Eric Dorland
- [pkg-opensc-commit] [libp11] 58/239: add some Doxygen documentation
Eric Dorland
- [pkg-opensc-commit] [libp11] 59/239: add real auth example. add getrandom example.
Eric Dorland
- [pkg-opensc-commit] [libp11] 60/239: add #include <string.h> since we use strlen() and memse()
Eric Dorland
- [pkg-opensc-commit] [libp11] 61/239: nslots, ncerts, siglen are _unsigned_ int (avoids 3 compiler warnings)
Eric Dorland
- [pkg-opensc-commit] [libp11] 62/239: add an example for decryption. however it doesn't work, will ask nils for advice how to get the openssl part right.
Eric Dorland
- [pkg-opensc-commit] [libp11] 63/239: make it work (at least for me ; -) + some cleanup
Eric Dorland
- [pkg-opensc-commit] [libp11] 64/239: fix some memory leaks
Eric Dorland
- [pkg-opensc-commit] [libp11] 65/239: we need to free the ex_data as well
Eric Dorland
- [pkg-opensc-commit] [libp11] 66/239: fix memory leak: free _private data as well when destroying a cert/key object
Eric Dorland
- [pkg-opensc-commit] [libp11] 67/239: fix memory leak, indent
Eric Dorland
- [pkg-opensc-commit] [libp11] 68/239: remove warnings, fix memory leaks and use only 20 bytes as a sha-1 hash
Eric Dorland
- [pkg-opensc-commit] [libp11] 69/239: patch by Nils: fix memory leaks, improve documentation.
Eric Dorland
- [pkg-opensc-commit] [libp11] 70/239: add ChangeLog file via svn2cl.
Eric Dorland
- [pkg-opensc-commit] [libp11] 71/239: add files to generate ChangeLog.
Eric Dorland
- [pkg-opensc-commit] [libp11] 72/239: add function to store certificates.
Eric Dorland
- [pkg-opensc-commit] [libp11] 73/239: functions added only, i.e. still ABI compatible.
Eric Dorland
- [pkg-opensc-commit] [libp11] 74/239: export one additional function.
Eric Dorland
- [pkg-opensc-commit] [libp11] 75/239: use @retval instead of @return
Eric Dorland
- [pkg-opensc-commit] [libp11] 76/239: set the executable bit
Eric Dorland
- [pkg-opensc-commit] [libp11] 77/239: avoid a compilation warning
Eric Dorland
- [pkg-opensc-commit] [libp11] 78/239: kill some dead code.
Eric Dorland
- [pkg-opensc-commit] [libp11] 79/239: experiment with svn version number.
Eric Dorland
- [pkg-opensc-commit] [libp11] 80/239: enable keywords.
Eric Dorland
- [pkg-opensc-commit] [libp11] 81/239: move to opensc-project.org till opensc.org dns is back.
Eric Dorland
- [pkg-opensc-commit] [libp11] 82/239: simply the revision, drop the m4 code. it didn't turn out the way I wanted it (does not contain the _repository_/_branch_ revision).
Eric Dorland
- [pkg-opensc-commit] [libp11] 83/239: dynamically allocate slots, as suggested by Thomas Irlet
Eric Dorland
- [pkg-opensc-commit] [libp11] 84/239: fix windows build.
Eric Dorland
- [pkg-opensc-commit] [libp11] 85/239: RSA_PKCS1_PADDING is a constant to differentiate it from other padding types. where length is compared we meant to use RSA_PKCS1_PADDING_SIZE. Bug found, fixed and reported by Tomoko Fukuzawa.
Eric Dorland
- [pkg-opensc-commit] [libp11] 86/239: trunk is for developing past 0.2.2
Eric Dorland
- [pkg-opensc-commit] [libp11] 87/239: fix bug causing a core dump.
Eric Dorland
- [pkg-opensc-commit] [libp11] 88/239: remove unused variables.
Eric Dorland
- [pkg-opensc-commit] [libp11] 89/239: add code to store private key by Alexander Starostin <assur at esc.ru>
Eric Dorland
- [pkg-opensc-commit] [libp11] 90/239: replace rsa header files with rewrite.
Eric Dorland
- [pkg-opensc-commit] [libp11] 91/239: pkcs11.h with updates from Alon.
Eric Dorland
- [pkg-opensc-commit] [libp11] 93/239: add fixes by Nils.
Eric Dorland
- [pkg-opensc-commit] [libp11] 94/239: update to latest pkcs11.h revision.
Eric Dorland
- [pkg-opensc-commit] [libp11] 95/239: use utf-8/ascii.
Eric Dorland
- [pkg-opensc-commit] [libp11] 96/239: add a Doxygen comment for PKCS11_generate_key() bits argument
Eric Dorland
- [pkg-opensc-commit] [libp11] 97/239: Risto Laanoja: possible free(NULL) on specific case
Eric Dorland
- [pkg-opensc-commit] [libp11] 98/239: Risto Laanoja: Make ..USER_ALREADY_LOGGED_IN nonfatal. (There is long comment in engine_pkcs11.c about this topic). I think it is correct way to deal with multiple logins and possibility of token replacement.
Eric Dorland
- [pkg-opensc-commit] [libp11] 99/239: kill warnings / make functions static.
Eric Dorland
- [pkg-opensc-commit] [libp11] 100/239: mark more internal functions as static.
Eric Dorland
- [pkg-opensc-commit] [libp11] 101/239: fix header file.
Eric Dorland
- [pkg-opensc-commit] [libp11] 92/239: update to latest pkcs11.h from Markus.
Eric Dorland
- [pkg-opensc-commit] [libp11] 102/239: fix more compiler warnings.
Eric Dorland
- [pkg-opensc-commit] [libp11] 103/239: fix header file again.
Eric Dorland
- [pkg-opensc-commit] [libp11] 104/239: fix another warning.
Eric Dorland
- [pkg-opensc-commit] [libp11] 105/239: update pkcs11.h header file from scute.
Eric Dorland
- [pkg-opensc-commit] [libp11] 106/239: prepare for new release.
Eric Dorland
- [pkg-opensc-commit] [libp11] 107/239: "frain" reported: libp11 fails at enumerating tokens if a PKCS#11 library returns CKR_TOKEN_NOT_RECOGNIZED on a C_GetTokenInfo call. The attached patch causes libp11 to treat slots containing unrecognized tokens as empty slots during token enumeration, letting the enumeration succeed even if unrecognized tokens are present.
Eric Dorland
- [pkg-opensc-commit] [libp11] 108/239: add NEWS and COPYING to distribution. target saturday for release.
Eric Dorland
- [pkg-opensc-commit] [libp11] 109/239: pkcs11.h is now in the current directory.
Eric Dorland
- [pkg-opensc-commit] [libp11] 110/239: update wiki export scripts.
Eric Dorland
- [pkg-opensc-commit] [libp11] 111/239: testing needed more time.
Eric Dorland
- [pkg-opensc-commit] [libp11] 112/239: trunk is now post 0.2.3 release.
Eric Dorland
- [pkg-opensc-commit] [libp11] 113/239: doxygen cleanups
Eric Dorland
- [pkg-opensc-commit] [libp11] 114/239: New build system
Eric Dorland
- [pkg-opensc-commit] [libp11] 115/239: libp11 MSVC fixups
Eric Dorland
- [pkg-opensc-commit] [libp11] 116/239: Distribute files for MSCV
Eric Dorland
- [pkg-opensc-commit] [libp11] 117/239: afxres.h is not needed
Eric Dorland
- [pkg-opensc-commit] [libp11] 118/239: Fixup MSVC resource build. By Douglas E. Engert
Eric Dorland
- [pkg-opensc-commit] [libp11] 119/239: More fixups to maintainer-clean
Eric Dorland
- [pkg-opensc-commit] [libp11] 120/239: Add --force to autoreconf
Eric Dorland
- [pkg-opensc-commit] [libp11] 121/239: Include winresrc.h
Eric Dorland
- [pkg-opensc-commit] [libp11] 122/239: Fixup configure help strings
Eric Dorland
- [pkg-opensc-commit] [libp11] 123/239: Prepare for libtool-2
Eric Dorland
- [pkg-opensc-commit] [libp11] 124/239: Some more cleanups
Eric Dorland
- [pkg-opensc-commit] [libp11] 125/239: More aclocal->m4
Eric Dorland
- [pkg-opensc-commit] [libp11] 126/239: Detect libtool-1 or libtool-2 at runtime
Eric Dorland
- [pkg-opensc-commit] [libp11] 127/239: 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.
Eric Dorland
- [pkg-opensc-commit] [libp11] 128/239: Update news too.
Eric Dorland
- [pkg-opensc-commit] [libp11] 129/239: We added a function, so we need to increase the minor number.
Eric Dorland
- [pkg-opensc-commit] [libp11] 130/239: Ah, fix these number for libtool.
Eric Dorland
- [pkg-opensc-commit] [libp11] 131/239: Arnaud Ebalard: implement PKCS11_private_encrypt() and make PKCS11_sign() use it. The overall behaviour of PKCS11_sign() should not be modified.
Eric Dorland
- [pkg-opensc-commit] [libp11] 132/239: Update NEWS
Eric Dorland
- [pkg-opensc-commit] [libp11] 133/239: Export missing symbol
Eric Dorland
- [pkg-opensc-commit] [libp11] 134/239: Update news file.
Eric Dorland
- [pkg-opensc-commit] [libp11] 135/239: update export script.
Eric Dorland
- [pkg-opensc-commit] [libp11] 136/239: fix segfault in new code.
Eric Dorland
- [pkg-opensc-commit] [libp11] 137/239: Remove gcc specifics
Eric Dorland
- [pkg-opensc-commit] [libp11] 138/239: Stanislav Brabec: As documentation says, PKCS11_CTX_init_args() returns "none". In the implementation it really returns none (i. e. it is void), but in both declaration and header it is declared as "void*" (i. e. non-void). I suspect that it was really intended as void.
Eric Dorland
- [pkg-opensc-commit] [libp11] 139/239: Stanislav Brabec: As previous patches changed ABI (at least on x86_64), increasing of soname is required. next patch will break ABI too, one soname increase for both together.
Eric Dorland
- [pkg-opensc-commit] [libp11] 140/239: Switch from using int for size arguments to size_t. This change breaks ABI on 64bit plattforms (we increased the library minor/major numbers in the last commit already). patch submitted by Stanislav Brabec.
Eric Dorland
- [pkg-opensc-commit] [libp11] 141/239: Don't remove external files on distclean
Eric Dorland
- [pkg-opensc-commit] [libp11] 142/239: Handle svn checkout detection correctly when srcdir is different
Eric Dorland
- [pkg-opensc-commit] [libp11] 143/239: mingw32->mingw*
Eric Dorland
- [pkg-opensc-commit] [libp11] 144/239: Fix doc build issues 1. VPATH issue. 2. Parallel build issue, suggested by Ludovic Rousseau.
Eric Dorland
- [pkg-opensc-commit] [libp11] 145/239: Add PACKAGE_SUFFIX
Eric Dorland
- [pkg-opensc-commit] [libp11] 146/239: add new function to export slot id.
Eric Dorland
- [pkg-opensc-commit] [libp11] 147/239: we branched for 0.2.5, new development gets -svn suffix.
Eric Dorland
- [pkg-opensc-commit] [libp11] 148/239: export the new function too.
Eric Dorland
- [pkg-opensc-commit] [libp11] 149/239: Kalev Lember: add Makefile.mak and winconfig.h for building with MSVC.
Eric Dorland
- [pkg-opensc-commit] [libp11] 150/239: prepare release 0.2.6.
Eric Dorland
- [pkg-opensc-commit] [libp11] 151/239: trunk is now post 0.2.6
Eric Dorland
- [pkg-opensc-commit] [libp11] 152/239: make libp11 swallow CKR_CRYPTOKI_ALREADY_INITIALIZED if returned from C_Initialize(). It's an informational message and should not be bubbled up to the caller. By Daniel Smith.
Eric Dorland
- [pkg-opensc-commit] [libp11] 153/239: Create new release 0.2.8
Eric Dorland
- [pkg-opensc-commit] [libp11] 154/239: Update News too.
Eric Dorland
- [pkg-opensc-commit] [libp11] 155/239: Next release will be 0.2.8, trunk is "-svn" preview.
Eric Dorland
- [pkg-opensc-commit] [libp11] 156/239: Fix ticket #137: check that private data is not NULL
Eric Dorland
- [pkg-opensc-commit] [libp11] 157/239: Add missing token flags into libp11 structure.
Eric Dorland
- [pkg-opensc-commit] [libp11] 158/239: Fix building examples on newest Fedora.
Eric Dorland
- [pkg-opensc-commit] [libp11] 159/239: Add openssl libcrypto to pkg-config private libs list to make sure that apps which link against static libp11 have -lcrypto on linker command line.
Eric Dorland
- [pkg-opensc-commit] [libp11] 160/239: Display the number of available slots
Eric Dorland
- [pkg-opensc-commit] [libp11] 161/239: Release 0.2.8
Eric Dorland
- [pkg-opensc-commit] [libp11] 162/239: trunk is 0.2.9-svn
Eric Dorland
- [pkg-opensc-commit] [libp11] 163/239: Do not set private to C_Initialize unless actually have one
Eric Dorland
- [pkg-opensc-commit] [libp11] 164/239: Remove ltdl usage
Eric Dorland
- [pkg-opensc-commit] [libp11] 165/239: Resolve trivial warnings
Eric Dorland
- [pkg-opensc-commit] [libp11] 166/239: Fix warning of sign mismatch, but probably there is a bug here
Eric Dorland
- [pkg-opensc-commit] [libp11] 167/239: Fix warnings, integer sign related
Eric Dorland
- [pkg-opensc-commit] [libp11] 168/239: Fix openssl interface incompatibility, trivial const
Eric Dorland
- [pkg-opensc-commit] [libp11] 169/239: Create a m4 directory if not already present
Eric Dorland
- [pkg-opensc-commit] [libp11] 170/239: Silent build by default
Eric Dorland
- [pkg-opensc-commit] [libp11] 171/239: build: -svn->_git suffix
Eric Dorland
- [pkg-opensc-commit] [libp11] 172/239: build: add m4 directory needed by recent libtool
Eric Dorland
- [pkg-opensc-commit] [libp11] 173/239: build: use ifdef and not m4_ifdef for silent rules
Eric Dorland
- [pkg-opensc-commit] [libp11] 174/239: build: remove automake depreciated syntax
Eric Dorland
- [pkg-opensc-commit] [libp11] 175/239: layout: create .gitignore out of svnignore
Eric Dorland
- [pkg-opensc-commit] [libp11] 176/239: build: remove embedded wiki docs
Eric Dorland
- [pkg-opensc-commit] [libp11] 177/239: Merge pull request #5 from alonbl/build
Eric Dorland
- [pkg-opensc-commit] [libp11] 178/239: ECDSA support
Eric Dorland
- [pkg-opensc-commit] [libp11] 179/239: Merge pull request #13 from dengert/ecc
Eric Dorland
- [pkg-opensc-commit] [libp11] 180/239: Fix using older OpenSSL without adding the libp11 ECDSA code
Eric Dorland
- [pkg-opensc-commit] [libp11] 181/239: Merge pull request #14 from dengert/ecc
Eric Dorland
- [pkg-opensc-commit] [libp11] 182/239: Issue #15 Correction
Eric Dorland
- [pkg-opensc-commit] [libp11] 183/239: Merge pull request #16 from gautric/master
Eric Dorland
- [pkg-opensc-commit] [libp11] 184/239: Fix crash on attempting to load non-existent module
Eric Dorland
- [pkg-opensc-commit] [libp11] 185/239: Increase maximum size of X.509 certificate
Eric Dorland
- [pkg-opensc-commit] [libp11] 186/239: ECDSA reference count issues caused engine_pkcs11 to not shutdown
Eric Dorland
- [pkg-opensc-commit] [libp11] 187/239: Merge pull request #17 from dengert/EC_ref_count
Eric Dorland
- [pkg-opensc-commit] [libp11] 188/239: Update p11_ec.c
Eric Dorland
- [pkg-opensc-commit] [libp11] 189/239: Merge pull request #23 from 45264/patch-1
Eric Dorland
- [pkg-opensc-commit] [libp11] 190/239: removed unused variable in PKCS11_CTX_private
Eric Dorland
- [pkg-opensc-commit] [libp11] 191/239: When a fork is detected, the PKCS #11 modules will be reinitialized.
Eric Dorland
- [pkg-opensc-commit] [libp11] 192/239: Use locks to protect forkid checks
Eric Dorland
- [pkg-opensc-commit] [libp11] 193/239: Avoid deadlock in PKCS11_open_session
Eric Dorland
- [pkg-opensc-commit] [libp11] 194/239: Use same conventions for non-exported functions
Eric Dorland
- [pkg-opensc-commit] [libp11] 195/239: Added error checking in PKCS11_CTX_new()
Eric Dorland
- [pkg-opensc-commit] [libp11] 196/239: removed references to gnutls
Eric Dorland
- [pkg-opensc-commit] [libp11] 197/239: Merge pull request #25 from nmav/after-fork
Eric Dorland
- [pkg-opensc-commit] [libp11] 198/239: Any size cert
Eric Dorland
- [pkg-opensc-commit] [libp11] 199/239: Merge pull request #26 from dengert/cert_size
Eric Dorland
- [pkg-opensc-commit] [libp11] 200/239: reload the key object on fork
Eric Dorland
- [pkg-opensc-commit] [libp11] 201/239: remove any mutex locks; the library is by design non-thread safe
Eric Dorland
- [pkg-opensc-commit] [libp11] 202/239: examples: auth: allow PIN from command line
Eric Dorland
- [pkg-opensc-commit] [libp11] 203/239: examples: auth: authenticate prior to any listing
Eric Dorland
- [pkg-opensc-commit] [libp11] 204/239: Added minimal test suite
Eric Dorland
- [pkg-opensc-commit] [libp11] 205/239: Ignore the test suite generated files
Eric Dorland
- [pkg-opensc-commit] [libp11] 206/239: examples: Add OPENSSL_LIBS in LDADD
Eric Dorland
- [pkg-opensc-commit] [libp11] 207/239: tests: added check for operation under fork
Eric Dorland
- [pkg-opensc-commit] [libp11] 208/239: atfork: include unistd for getpid() and check for __register_atfork
Eric Dorland
- [pkg-opensc-commit] [libp11] 209/239: Tell PKCS#11 modules that using OS locking primitives is OK
Eric Dorland
- [pkg-opensc-commit] [libp11] 210/239: Fix two memory leaks with init_args
Eric Dorland
- [pkg-opensc-commit] [libp11] 211/239: README: updated URL and mention that the library isn't thread safe
Eric Dorland
- [pkg-opensc-commit] [libp11] 212/239: NEWS: updated text for release and bumped version to 0.3.0
Eric Dorland
- [pkg-opensc-commit] [libp11] 213/239: Get public exponent from public key, if private key doesn't contain it.
Eric Dorland
- [pkg-opensc-commit] [libp11] 214/239: README.md: added
Eric Dorland
- [pkg-opensc-commit] [libp11] 215/239: Allow RSA_NO_PADDING padding mode in PKCS11_private_encrypt.
Eric Dorland
- [pkg-opensc-commit] [libp11] 216/239: Added new example pgm "rawrsasign.c".
Eric Dorland
- [pkg-opensc-commit] [libp11] 217/239: tests: added more descriptive output text in testpkcs11.softhsm
Eric Dorland
- [pkg-opensc-commit] [libp11] 218/239: tests: include srcdir into include path
Eric Dorland
- [pkg-opensc-commit] [libp11] 219/239: Added travis.yml
Eric Dorland
- [pkg-opensc-commit] [libp11] 220/239: Added additional path of libsofthsm
Eric Dorland
- [pkg-opensc-commit] [libp11] 221/239: tests: check for libsofthsm in more paths
Eric Dorland
- [pkg-opensc-commit] [libp11] 222/239: p11_key.c: removed unused definition
Eric Dorland
- [pkg-opensc-commit] [libp11] 223/239: updated NEWS
Eric Dorland
- [pkg-opensc-commit] [libp11] 224/239: Eliminated hard coded limit for pkcs11_getattr_bn()
Eric Dorland
- [pkg-opensc-commit] [libp11] 225/239: updated NEWS
Eric Dorland
- [pkg-opensc-commit] [libp11] 226/239: updated README information
Eric Dorland
- [pkg-opensc-commit] [libp11] 227/239: released 0.3.0
Eric Dorland
- [pkg-opensc-commit] [libp11] 228/239: added _git suffix
Eric Dorland
- [pkg-opensc-commit] [libp11] 229/239: removed unused variables
Eric Dorland
- [pkg-opensc-commit] [libp11] 230/239: examples: removed call to ERR_remove_state()
Eric Dorland
- [pkg-opensc-commit] [libp11] 231/239: Merge the original 'upstream' branch with upstream's new master branch
Eric Dorland
- [pkg-opensc-commit] [libp11] 232/239: Imported Upstream version 0.3.0
Eric Dorland
- [pkg-opensc-commit] [libp11] 233/239: Merge tag 'upstream/0.3.0'
Eric Dorland
- [pkg-opensc-commit] [libp11] 234/239: New upstream release
Eric Dorland
- [pkg-opensc-commit] [libp11] 235/239: Use upstream-vcs-tag
Eric Dorland
- [pkg-opensc-commit] [libp11] 236/239: Docs have been dropped
Eric Dorland
- [pkg-opensc-commit] [libp11] 237/239: Add upstream signing key
Eric Dorland
- [pkg-opensc-commit] [libp11] 238/239: Add ECDSA symbols
Eric Dorland
- [pkg-opensc-commit] [libp11] 239/239: Bump shlibs version
Eric Dorland
- [pkg-opensc-commit] [libp11] branch pristine-tar updated (411d491 -> f56d5aa)
Eric Dorland
- [pkg-opensc-commit] [libp11] branch upstream updated (b44fbff -> 3d79d4f)
Eric Dorland
- [pkg-opensc-commit] [libp11] annotated tag debian/0.3.0-1 created (now ac7bc08)
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/01: pristine-tar data for libp11_0.3.0.orig.tar.gz
Eric Dorland
- [pkg-opensc-commit] [libp11] tag libp11-0.1.2 created (now 031a8c0)
Eric Dorland
- [pkg-opensc-commit] [libp11] tag libp11-0.1.1 created (now 73b6bc9)
Eric Dorland
- [pkg-opensc-commit] [libp11] annotated tag libp11-0.3.0 created (now 1abf5cc)
Eric Dorland
- [pkg-opensc-commit] [libp11] annotated tag upstream/0.3.0 created (now b5bacc2)
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/02: relases version 0.1.1
Eric Dorland
- [pkg-opensc-commit] [libp11] 02/02: create version 0.1.1
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/02: copy trunk to release 0.1.2 branch.
Eric Dorland
- [pkg-opensc-commit] [libp11] tag libp11-0.2.0 created (now 7e203ca)
Eric Dorland
- [pkg-opensc-commit] [libp11] tag libp11-0.1.3 created (now bdba387)
Eric Dorland
- [pkg-opensc-commit] [libp11] 02/02: new release with a few small fixes.
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/02: create branch for libp11 0.1.3 release.
Eric Dorland
- [pkg-opensc-commit] [libp11] 02/02: new release 0.1.3
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/02: create release libp11-0.2.0
Eric Dorland
- [pkg-opensc-commit] [libp11] tag libp11-0.2.2 created (now aa39087)
Eric Dorland
- [pkg-opensc-commit] [libp11] tag libp11-0.2.1 created (now fe1c93f)
Eric Dorland
- [pkg-opensc-commit] [libp11] 02/02: version 0.2.0.
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/02: create release 0.2.1 with small fixes.
Eric Dorland
- [pkg-opensc-commit] [libp11] 02/02: version 0.2.1
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/02: release libp11 0.2.2 with no further changes.
Eric Dorland
- [pkg-opensc-commit] [libp11] tag libp11-0.2.4 created (now 0df69b0)
Eric Dorland
- [pkg-opensc-commit] [libp11] tag libp11-0.2.3 created (now 687d039)
Eric Dorland
- [pkg-opensc-commit] [libp11] 02/02: libp11 0.2.2 release.
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/01: release libp11 0.2.3.
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/04: create new release.
Eric Dorland
- [pkg-opensc-commit] [libp11] 02/04: update version number.
Eric Dorland
- [pkg-opensc-commit] [libp11] tag libp11-0.2.6 created (now a68a514)
Eric Dorland
- [pkg-opensc-commit] [libp11] tag libp11-0.2.5 created (now 8f3c7a6)
Eric Dorland
- [pkg-opensc-commit] [libp11] 03/04: update export script.
Eric Dorland
- [pkg-opensc-commit] [libp11] 04/04: fix segfault in new code.
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/01: Create new libp11 release.
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/01: New libp11 release 0.2.6.
Eric Dorland
- [pkg-opensc-commit] [libp11] tag libp11-0.2.8 created (now 83ae564)
Eric Dorland
- [pkg-opensc-commit] [libp11] tag libp11-0.2.7 created (now 9eb7f10)
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/02: Copy new release.
Eric Dorland
- [pkg-opensc-commit] [libp11] 02/02: Copy news update too.
Eric Dorland
- [pkg-opensc-commit] [libp11] 01/01: Release libp11-0.2.8
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] branch master updated (08396c8 -> 05f15bc)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 01/152: add minimal structure.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 02/152: initial checkin of a standalone engine_pkcs11.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 03/152: include more build rules for building the engine.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 04/152: adapt to latest changes in libp11.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 05/152: generate documentation on "make dist".
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 06/152: update with latest api changes.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 07/152: clean up also documentation.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 08/152: dist-hook: is too late, need to generate the documentation before automake "make dist" copied files around.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 09/152: "doc" does not work well, it is the subdirectory name.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 10/152: fix/update makefiles for doc handling.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 11/152: aclocal -I aclocal/ (as suggested by Ralf Wildenhues)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 12/152: AC_SUBSTed variables are better used with $(..). Thanks to Ralf Wildenhues.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 13/152: add aclocal/ directory for engine_pkcs11, too.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 14/152: proper cleanup.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 15/152: fix windows compile.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 16/152: remove default module name. change include order (some effords to get openssl 0.9.8* to work on windows).
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 17/152: remove obsolete file.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 18/152: Patch by Douglas E. Engert to allow engine_pkcs11 to work with heimdal PKINIT code.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 19/152: add ChangeLog using svn2cl.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 20/152: new parser for slot/id strings.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 21/152: openssl 0.9.8 puts the engines in lib/engines/.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 22/152: remove bundles (I - guess - not needed / used). if they are used, will revert this change.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 23/152: perform unload, so another load will work fine.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 24/152: older wget version only know -nv.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 25/152: libp11 trunk now exports PKCS11_get_rsa_method().
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 26/152: allow not specifying a string.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 27/152: allow giving slot only.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 28/152: fix memory leak, thanks to Dougles E. Engert.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 29/152: depend on libp11 >= 0.2.1
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 30/152: kill some dead code.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 31/152: set version number based on svn revision. thanks to werner koch.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 32/152: move to opensc-project till opensc.org dns is back.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 33/152: simply the revision, drop the m4 code. it didn't turn out the way I wanted it (does not contain the _repository_/_branch_ revision).
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 34/152: allow hex characters as well, patch supplied by Alexander Starostin <assur at esc.ru>
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 35/152: fix configure script - some shells don't like the extra ;
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 36/152: ust utf-8.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 37/152: increase max. pin length to 32 chars.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 38/152: fix resource leakage, found by Risto Laanoja.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 39/152: properly clean pin storage. full size as it might be not null-terminated.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 40/152: disable dead code.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 41/152: use ansi style declaration.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 42/152: fix more compiler warnings.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 43/152: silence more warnings.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 44/152: add support for labels, by Risto Laanoja.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 45/152: prepare for new release.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 46/152: accept pin from openssl - patch by ahasenack at terra.com.br
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 47/152: fix ident.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 48/152: add NEWS to distribution. target saturday for release.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 49/152: document latest changes. update wiki export script.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 50/152: needed one more day for testing.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 51/152: trunk is now post 0.1.4 release.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 52/152: cleanup of pin code, partly based on suggestions by Stanislav Brabec. thanks.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 53/152: fix typos, change return type to int and args to 0 and 1.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 54/152: Apply a fix by Andreas Kroehnert <andreas.kroehnert at de.safenet-inc.com>
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 55/152: New build system
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 56/152: engine_pkcs11 MSVC fixups
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 57/152: Distribute files for MSVC
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 58/152: afxres.h is not needed
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 59/152: More fixups to maintainer-clean
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 60/152: Add --force to autoreconf
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 61/152: Include winresrc.h
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 62/152: Fixup configure help strings
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 63/152: Prepare for libtool-2
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 64/152: Some more cleanups
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 65/152: More aclocal->m4
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 66/152: Detect libtool-1 or libtool-2 at runtime
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 67/152: 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.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 68/152: New function only in libtpp 0.2.4 and newer.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 69/152: Update NEWS
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 70/152: update NEWS file.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 71/152: fix version.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 72/152: update export script.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 73/152: fix segfault in new code.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 74/152: 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.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 75/152: document news as well.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 76/152: Don't remove external files on distclean
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 77/152: Handle svn checkout detection correctly when srcdir is different
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 78/152: add the minimum release number of libp11 needed in the error message
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 79/152: get_pin(): do not dereference mycb->password if mycb is NULL
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 80/152: mingw32->mingw*
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 81/152: Fixes #12
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 82/152: avoid errors like #12 in the future
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 83/152: Fix doc build issues 1. VPATH issue. 2. Parallel build issue, suggested by Ludovic Rousseau.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 84/152: Add PACKAGE_SUFFIX
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 85/152: 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.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 86/152: release 0.1.6 was branched, so trunk is now open for development again.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 87/152: fix for a buffer overrun in engine_pkcs11's pin handling: The overrun occurs after the pin has been created with strdup() via set_pin(), when it is OPENSSL_cleanse() it always cleanses to MAX_PIN_LENGTH, which will cause free() to fail when the pin is short. The patch adds tracking of the pin length in a new static variable and uses it for all calls to OPENSSL_cleanse(). By David Smith
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 88/152: New 0.1.7 release.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 89/152: Next release will be 0.1.8, trunk is "-svn" preview.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 90/152: hw_pkcs11.c:146: warning: implicit declaration of function 'set_init_args' Fix this warning, by Arfrever Frehtes Taifersar Arahesis.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 91/152: new engine_pkcs11 release 0.1.8.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 92/152: now pre 0.1.9 release.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 93/152: Add missing braces. Thanks to Umberto Rustichelli for the report.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 94/152: Create a m4 directory if not already present
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 95/152: Fix autoconf/automake for automake 1.13+
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 96/152: Wiki link updated
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 97/152: Merge pull request #4 from mtausig/patch-1
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 98/152: build: -svn->_git suffix
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 99/152: build: add m4 directory needed by recent libtool
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 100/152: build: remove automake depreciated syntax
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 101/152: layout: create .gitignore out of svnignore
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 102/152: build: build only shared library, remove hacks
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 103/152: build: remove embedded wiki docs
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 104/152: Merge pull request #6 from alonbl/build
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 105/152: ECDSA Support
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 106/152: Merge pull request #10 from dengert/ecc
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 107/152: Create README.md
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 108/152: Add OpenSSL Configuration
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 109/152: Default to using p11-kit-proxy.so if it's available
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 110/152: Add support for parsing PKCS#11 URIs in pkcs11_load_key()
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 111/152: Add support for parsing PKCS#11 URIs in pkcs11_load_cert()
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 112/152: Ignore type= and object-type= attributes in PKCS#11 URIs
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 113/152: Refer to RFC7512 when reporting ID parse failure
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 114/152: Engine should only offer support for its own functions
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 115/152: Merge pull request #12 from dengert/own_functions
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 116/152: Parse pin-value in PKCS #11 URLs
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 117/152: Made error message more specific to context
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 118/152: Merge pull request #15 from nmav/master
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 119/152: When loading a certificate login if a PIN is provided
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 120/152: Merge pull request #19 from nmav/login-cert
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 121/152: introduce zero_pin() to eliminate copied code
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 122/152: Decouple loging into the token
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 123/152: Free PIN storage where needed
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 124/152: better output message: slot->object
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 125/152: name module in accordance to other openssl engines
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 126/152: tests: added basic test suite
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 127/152: Find token if no slot was specified
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 128/152: tests: enhanced test suite to include legacy IDs
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 129/152: Search for a certificate by a label
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 130/152: Added .travis.yml
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 131/152: Added additional path of libsofthsm
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 132/152: tests: use the correct library name in the engine file
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 133/152: tests: check for libsofthsm in more paths
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 134/152: when compiling with old libp11 disable ECDSA support
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 135/152: tests: don't rely on softhsm's version for PKCS #11 URLs
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 136/152: bumped version and added news entries
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 137/152: tests: addressed few leaks in evp-sign
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 138/152: updated README.md
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 139/152: updated documentation
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 140/152: Use user interface correctly
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 141/152: Exercise different methods for setting the PIN
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 142/152: released 0.2.0
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 143/152: ship README.md
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 144/152: Merge the original 'upstream' branch with upstream's new master branch
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 145/152: Imported Upstream version 0.2.0
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 146/152: Merge tag 'upstream/0.2.0'
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 147/152: New upstream release
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 148/152: Use upstream-vcs-tag
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 149/152: Drop doc-base file, documentation is gone
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 150/152: Drop documentation
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 151/152: Add upstream signing key
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] branch pristine-tar updated (91961ba -> 0cc864b)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] branch upstream updated (d2e6aee -> 67f8d90)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 152/152: Explict install file, to avoid wrong doc location.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 01/01: pristine-tar data for engine-pkcs11_0.2.0.orig.tar.gz
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] annotated tag debian/0.2.0-1 created (now 7d0753f)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] annotated tag engine_pkcs11-0.2.0 created (now 5b36d1f)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] tag engine_pkcs11-0.1.1 created (now 7b2baf4)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] annotated tag upstream/0.2.0 created (now 87dd12f)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 01/03: create 0.1.1 release copy.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 02/03: create release 0.1.1
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 03/03: add aclocal/ directory for engine as well.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] tag engine_pkcs11-0.1.2 created (now cb86c8e)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 01/03: create release 0.1.2.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 02/03: version 0.1.2.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 03/03: older wget versions only know -nv.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] tag engine_pkcs11-0.1.3 created (now 8315d21)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 01/02: create copy for release 0.1.3
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 02/02: create release 0.1.3
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] tag engine_pkcs11-0.1.4 created (now f4dfca5)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 01/01: release engine_pkcs11 0.1.4.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] tag engine_pkcs11-0.1.5 created (now 82baf6f)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 01/04: create new version of engine_pkcs11
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 02/04: fix version.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 03/04: update export script
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 04/04: fix segfault in new code.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] tag engine_pkcs11-0.1.6 created (now fdec1bb)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 01/02: Create new release 0.1.6.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 02/02: 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’
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] tag engine_pkcs11-0.1.7 created (now 9081eb1)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 01/01: Copy trunk to 0.1.7 release.
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] tag engine_pkcs11-0.1.8 created (now 6b630cb)
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 01/02: branch for 0.1.8 release
Eric Dorland
- [pkg-opensc-commit] [engine-pkcs11] 02/02: fix version in 0.1.8 release.
Eric Dorland
Last message date:
Mon Oct 19 03:12:03 UTC 2015
Archived on: Mon Oct 19 03:16:09 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).