aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/openssl
Commit message (Expand)AuthorAgeFilesLines
* Remove the OpenSSL providerJack Lloyd2021-10-288-1539/+0
* Disable OpenSSL support for algorithms deprecated in OpenSSL 3.0Jack Lloyd2021-10-202-32/+0
* Prevent using non-sensical padding schemesJack Lloyd2021-05-221-2/+2
* Avoid raw pointers in Cipher_ModeJack Lloyd2021-04-072-3/+3
* Fix OpenSSL buildJack Lloyd2021-04-041-1/+1
* More uses of make_unique instead of unique_ptr(new ...)Jack Lloyd2021-04-045-12/+12
* Update OpenSSL and CommonCrypto providersJack Lloyd2021-04-033-10/+14
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-131-2/+2
* Add some helpers for start_consJack Lloyd2021-01-131-4/+4
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-4/+4
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-5/+5
* Convert EC_Group_Encoding to enum classJack Lloyd2020-12-151-1/+1
* Add -Wshorten-64-to-32 for ClangJack Lloyd2020-11-086-29/+34
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Fix some warnings picked up by new compiler flagsJack Lloyd2020-11-061-1/+1
* Fix warning with recent GCCJack Lloyd2019-12-081-1/+1
* Fix Windows linking to consistently use .lib suffix as requiredJack Lloyd2019-12-061-1/+1
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-2/+1
* Fix a memory leak in OpenSSL ECDHJack Lloyd2018-12-031-3/+5
* Make exceptions easier to translate to error codesJack Lloyd2018-11-237-65/+70
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-172-3/+3
* Switch LibreSSL provider to OpenSSL 1.1 APIAlexander Bluhm2018-11-073-6/+6
* Resolve a leak in OpenSSL ECDSA verification for old OpenSSLJack Lloyd2018-10-031-5/+13
* Refactor mode tests, and correct bugs foundJack Lloyd2018-09-291-0/+13
* Use new CAST-128 specific feature macro hereJack Lloyd2018-09-151-1/+1
* 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
* Add functions to get size of PK ciphertext,plaintextJack Lloyd2018-08-102-1/+5
* Add PK_Signer::signature_lengthJack Lloyd2018-08-102-6/+10
* Fix OpenSSL modesJack Lloyd2018-08-051-1/+12
* Support calling Whirlpool in OpenSSLJack Lloyd2018-07-261-0/+5
* Handle another possible OpenSSL error only seen on non-x86_64Jack Lloyd2018-07-171-7/+16
* Handle EC_R_BAD_SIGNATURE from OpenSSLJack Lloyd2018-05-312-0/+14
* Fix problems with failure to build in various configurationsJack Lloyd2018-03-311-0/+3
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-101-2/+2
* Ensure exception types are exported from DLLJack Lloyd2018-03-061-1/+1
* Avoid deprecated functions in OpenSSL provider [ci skip]Jack Lloyd2018-02-011-3/+3
* Fix a leak in OpenSSL block ciphersJack Lloyd2018-01-281-0/+3
* Correct OpenSSL RC4 namingJack Lloyd2017-12-281-1/+1
* Fix seek test with OpenSSL RC4Jack Lloyd2017-11-141-1/+1
* Remove duplicated includeJack Lloyd2017-11-131-1/+0
* Missing include: #include <cstdlib> is needed for std::free.Yuri2017-11-111-0/+1
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-262-3/+17
* Accept SHA-1, SHA1, or SHA-160 equallyJack Lloyd2017-10-131-1/+1
* Add limits.h header for INT_MAXAlon Bar-Lev2017-10-131-0/+1
* Remove needless mutableJack Lloyd2017-10-121-2/+2
* Add limits.h header for INT_MAXJack Lloyd2017-10-041-0/+1
* Add missing cstdlib include to openssl_rsa.cppilovezfs2017-10-031-0/+1
* Refer to free in std::Jack Lloyd2017-09-221-1/+1