opensc/src/pkcs11
Frank Morgner c2670b0787 fixed 13755 Resource leak
... as reported by coverity scan.

p11cards are freed by emptying the virtual slots. virtual slots are
creatd with the framework's create_tokens. Hence, we need to free
p11card if no tokens were created.
2021-02-25 23:34:57 +01:00
..
Makefile.am Ignore non-useful check in clang-tidy as we have ton of memset/memcpy 2021-01-06 14:15:06 +01:00
Makefile.mak win32: don't link static libs into static libs 2017-11-09 12:42:29 +01:00
debug.c removed unused defines 2019-01-30 21:57:59 +01:00
framework-pkcs15.c Avoid memory leak from profile objects 2021-02-05 00:22:43 +01:00
framework-pkcs15init.c pkcs11: check inputs 2019-01-30 21:57:59 +01:00
mechanism.c Add basic support for OEAP decryption in OpenSC internals 2020-01-07 13:30:28 +01:00
misc.c essentially revert 1bb2547 2021-01-22 13:19:33 +01:00
onepin-opensc-pkcs11.dll.manifest Windows: Added support for notifications 2017-08-02 19:03:16 +02:00
opensc-pkcs11.dll.manifest Windows: Added support for notifications 2017-08-02 19:03:16 +02:00
opensc-pkcs11.pc.in install opensc.pc 2016-09-20 01:47:37 +02:00
openssl.c ECDSA verify 2021-02-25 18:37:18 +01:00
pkcs11-display.c pkcs11: Implement PKCS #11 3.0 Profile object and its handling in tools 2021-01-11 14:49:22 +01:00
pkcs11-display.h pkcs11: Implement PKCS #11 3.0 Profile object and its handling in tools 2021-01-11 14:49:22 +01:00
pkcs11-global.c C_Initialize may be called by multiple threads 2021-01-26 12:50:39 +01:00
pkcs11-object.c pkcs11: Implement PKCS#11 3.0 stubs for required functions 2021-01-11 14:49:22 +01:00
pkcs11-opensc.h Edited according to PR review: CKA_ALWAYS_AUTHENTICATE only associated with private keys. Defined a custom attribute to achieve same functionality with secret keys. Updated man pages. 2018-12-05 12:10:42 +01:00
pkcs11-session.c Implement C_SessionCancel from PKCS #11 3.0 2021-01-11 14:49:22 +01:00
pkcs11-spy.c pkcs11-spy: Fix behavior of PKCS#11 3.0 applications when proxying PKCS#11 2.x module 2021-01-26 13:52:23 +01:00
pkcs11.exports pkcs11: Implement PKCS#11 3.0 stubs for required functions 2021-01-11 14:49:22 +01:00
pkcs11.h pkcs11: Add new mechanism flags from EC curves from current PKCS #11 3.0 2021-02-05 00:22:43 +01:00
sc-pkcs11.h spelling fixes 2020-08-30 10:35:14 +02:00
slot.c fixed 13755 Resource leak 2021-02-25 23:34:57 +01:00
versioninfo-pkcs11-spy.rc.in win32: Load notification icons from Windows DLLs 2017-08-03 00:19:26 +02:00
versioninfo-pkcs11.rc.in win32: Load notification icons from Windows DLLs 2017-08-03 00:19:26 +02:00