aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov
Commit message (Expand)AuthorAgeFilesLines
* Disable MD4/MD5 support in CommonCryptoJack Lloyd2020-11-111-9/+0
* Add -Wshorten-64-to-32 for ClangJack Lloyd2020-11-087-31/+36
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-0615-64/+19
* Fix some warnings picked up by new compiler flagsJack Lloyd2020-11-061-1/+1
* Merge some of the P11 type headers (Slot/Module/Session) into p11_types.hJack Lloyd2020-11-0413-225/+234
* More header mergingJack Lloyd2020-11-031-1/+1
* Merge some of the ASN.1 headersJack Lloyd2020-10-311-1/+1
* Fix memory leakRichard Huveneers2020-06-181-0/+13
* Replaced C-style cast with static_castRichard Huveneers2020-06-131-1/+1
* Fix 32-bit update parameter overflowRichard Huveneers2020-06-131-2/+8
* Add missing overloads to PKCS11_ECDSA_PrivateKeyRené Korthaus2020-03-041-0/+5
* CommonCrypto: improve name parsing for block cipherRichard Huveneers2020-02-183-8/+17
* FixJack Lloyd2020-02-151-0/+1
* Fix inclusion of headers for commoncrypto moduleJack Lloyd2020-02-155-14/+10
* Extend PKCS#11 RSA paddingsDaniel Neus2019-12-131-3/+8
* Fix warning with recent GCCJack Lloyd2019-12-081-1/+1
* Merge GH #2215 Use .lib suffix consistently on WindowsJack Lloyd2019-12-071-1/+1
|\
| * Fix Windows linking to consistently use .lib suffix as requiredJack Lloyd2019-12-061-1/+1
* | Fix MSVC warnings in PKCS11Jack Lloyd2019-12-066-25/+36
|/
* Deprecate DER_Encoder::get_contents_unlockedJack Lloyd2019-10-283-4/+9
* TPM : Making policy as member of the consumer class.David Carlier2019-10-132-5/+7
* Remove use of pow_mod.h from PKCS11 RSA codeJack Lloyd2019-08-231-4/+1
* Merge GH #2070 Precompute RSA Montgomery paramsJack Lloyd2019-08-232-19/+19
|\
| * Fixes for PKCS11Jack Lloyd2019-08-172-19/+19
* | Serialize the PKCS11 testsJack Lloyd2019-08-201-0/+2
|/
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-2/+1
* Remove BearSSL providerJack Lloyd2019-07-054-393/+0
* Merge GH #1979 Fix PKCS11 buffer output sizingJack Lloyd2019-06-051-10/+30
|\
| * Fix PKCS#11 C_SignFinal output size.Daniel Wyatt2019-05-271-1/+6
| * Fix PKCS#11 C_Sign output size.Daniel Wyatt2019-05-271-2/+7
| * Fix PKCS#11 C_Encrypt output size.Daniel Wyatt2019-05-271-2/+7
| * Fix PKCS#11 C_Decrypt buffer output size.Daniel Wyatt2019-05-261-5/+10
* | SoftHSM 2.5.0 compatibilityDaniel Neus2019-05-281-1/+1
|/
* Fix some warnings with Clang 8Jack Lloyd2019-05-083-21/+5
* Add error_code to PKCS11 return exceptionJack Lloyd2019-04-261-0/+5
* Remove tab charactersJack Lloyd2019-04-104-468/+468
* Merge GH #1769 Support TLS signature padding strings in PKCS11 mappingJack Lloyd2018-12-101-0/+10
|\
| * Remove EMSA1 encodings from p11 sign mechanisms mapHannes Rantzsch2018-12-101-5/+0
| * Extend the SignMechanisms map for Signature_Scheme padding stringsHannes Rantzsch2018-12-041-0/+15
* | Fix a memory leak in OpenSSL ECDHJack Lloyd2018-12-031-3/+5
|/
* Make exceptions easier to translate to error codesJack Lloyd2018-11-2312-75/+92
* Fix type errorJack Lloyd2018-11-211-1/+1
* Add typecast_copyJack Lloyd2018-11-171-2/+2
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-177-10/+10
* Switch LibreSSL provider to OpenSSL 1.1 APIAlexander Bluhm2018-11-073-6/+6
* move instead of copyrumcajs2018-10-141-1/+1
* Resolve a leak in OpenSSL ECDSA verification for old OpenSSLJack Lloyd2018-10-031-5/+13
* Remove support for Visual C++ 2013Jack Lloyd2018-10-016-6/+6
* Fix more MSVC warningsJack Lloyd2018-10-011-7/+31
* Fix more MSVC warningsJack Lloyd2018-10-013-16/+39