aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move UUID to utils, test it, and fix bugs.Jack Lloyd2018-09-302-106/+1
* Refactor mode tests, and correct bugs foundJack Lloyd2018-09-294-7/+30
* Use new CAST-128 specific feature macro hereJack Lloyd2018-09-151-1/+1
* Add CommonCrypto block cipher supportJose Pereira2018-09-105-3/+204
* Merge GH #1674 Add CommonCrypto cipher modesJack Lloyd2018-09-105-5/+443
|\
| * Add CommonCrypto cipher modes supportJose Pereira2018-09-095-5/+443
* | Add RandomNumberGenerator::accepts_inputJack Lloyd2018-09-062-0/+5
|/
* Merge GH #1667 Add hashing with CommonCryptoJack Lloyd2018-09-043-0/+186
|\
| * Add commoncrypto OS feature so it cannot be enabled on other systemsJack Lloyd2018-09-041-0/+4
| * Indent to match conventions.Jack Lloyd2018-09-042-75/+73
| * Add support for hashing with CommonCryptoJose Pereira2018-09-033-0/+184
* | Remove use of OpenSSL IDEAJack Lloyd2018-09-041-5/+0
|/
* Add nonce-set checks for OpenSSL CBC mode implsJack Lloyd2018-08-171-1/+5
* Fix for OpenSSLJack Lloyd2018-08-121-0/+4