summaryrefslogtreecommitdiff
path: root/src/ne_pkcs11.c
Commit message (Expand)AuthorAgeFilesLines
* * src/ne_pkcs11.c (pk11_rsa_encrypt): Fix for padding used withjoe2018-09-241-2/+2
* * src/ne_pkcs11.c: Create RSA_METHOD once per provider, rather thanjoe2016-09-261-31/+39
* Rewrite GnuTLS PKCS#11 support to work (exclusively) with the newjoe2015-09-021-9/+9
* Fix PKCS#11 support with OpenSSL for TLS 1.2:joe2014-09-231-17/+13
* * src/ne_pkcs11.c (pk11_provide): Fix memory leak.joe2008-11-201-0/+1
* * src/ne_pkcs11.c (pk11_rsa_method): Remove redundant flagjoe2008-09-111-2/+3
* * src/ne_pkcs11.c: Revert debugging change in previous commit.joe2008-09-011-1/+1
* Support PKCS#11 in OpenSSL builds:joe2008-08-311-3/+112
* * src/ne_pkcs11.c (pk11_find_pkey): Fix logic to reject non-DSA/RSAjoe2008-03-281-1/+1
* * src/ne_pkcs11.c (pk11_find_pkey): Don't require RSA keys; retrievejoe2008-03-281-15/+20
* * src/ne_pkcs11.c: Fix typo.joe2008-03-171-1/+1
* * src/ne_pkcs11.c (pk11_login): Succeed if login fails withjoe2008-02-281-1/+1
* * src/ne_pkcs11.c: Add a laundry list.joe2008-02-261-0/+22
* * src/ne_pkcs11.h: Add interface description for attempt parameter.joe2008-02-071-2/+2
* * src/ne_pkcs11.c: Clean up debugging.joe2008-02-071-5/+5
* Adjust PKCS#11 interfaces to allow a single provider to be sharedjoe2008-02-071-93/+114
* Initial support for PKCS#11, based on the pakchois PKCS#11 library:joe2008-02-061-0/+466