summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-2442-323/+445
* Fix string termination and length setting in OSSL_PARAM_BLD_push_utf8_string()Richard Levitte2021-02-241-4/+6
* Fix OSSL_PARAM_allocate_from_text() for OSSL_PARAM_UTF8_STRINGRichard Levitte2021-02-241-0/+2
* Allow the sshkdf type to be passed as a single characterRichard Levitte2021-02-246-25/+27
* Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOsTomas Mraz2021-02-243-41/+5
* Fix missing EOL at the end of the rsa/build.infoTomas Mraz2021-02-241-1/+1
* Remove inclusion of unnecessary header filesTomas Mraz2021-02-242-7/+3
* Use strcasecmp when comparing kdf_typeTomas Mraz2021-02-241-1/+1
* speed: Drop deprecated <ALG>_options() callsTomas Mraz2021-02-241-135/+95
* speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsaTomas Mraz2021-02-243-1023/+663
* speed: Adapt digests and hmac to always use non-deprecated APIsTomas Mraz2021-02-241-276/+172
* speed: Drop code to handle platforms without SIGALRMTomas Mraz2021-02-241-283/+5
* Fix typo in comment in DH_set0_pqg functionDaniel Bevenius2021-02-241-1/+1
* Test errors from a provider can still be accessed after unloadMatt Caswell2021-02-243-21/+122
* Duplicate the file and func error stringsMatt Caswell2021-02-243-6/+21
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-2413-16/+112
* rand: note that locking needs to be explicitly enabled.Pauli2021-02-241-0/+6
* Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz2021-02-2410-23/+54
* X509: Refactor X509_PUBKEY processing to include provider side keysRichard Levitte2021-02-243-41/+196
* Remove disabled TLS 1.3 ciphers from the SSL(_CTX)Benjamin Kaduk2021-02-241-1/+4
* make updateRichard Levitte2021-02-231-0/+12
* appveyor.yml: clarify conditions for building the plain configurationRichard Levitte2021-02-231-20/+27
* make updateRichard Levitte2021-02-231-0/+4485
* Generate doc/build.info with 'make update' rather than on the flyRichard Levitte2021-02-232-1/+12
* changes: note the deprecation of RAND_METHOD APIsPauli2021-02-231-0/+7
* provider: add option to load a provider without disabling the fallbacks.Pauli2021-02-238-18/+26
* test: update tests to use the fake random number generatorPauli2021-02-232-67/+36
* test: make the DRBG test work without RAND_METHOD support.Pauli2021-02-231-0/+4
* test: add framework for generic fake random number generatorPauli2021-02-234-4/+207
* rand: add DRBG/seed setting functionsPauli2021-02-231-0/+5
* rand: allow lock/unlock functions to be absentPauli2021-02-231-3/+4
* RAND_METHOD deprecation: code changesPauli2021-02-234-28/+112
* RAND_METHOD deprecation: fuzzerPauli2021-02-238-25/+187
* RAND_METHOD deprecation: testsPauli2021-02-231-0/+3
* RAND_METHOD deprecation: documentationPauli2021-02-235-49/+80
* EVP: Adapt the EC_KEY specific EVP_PKEY_CTX setter / getter functionsRichard Levitte2021-02-231-276/+101
* EVP: Make checks in evp_pkey_ctx_store_cached_data() more restrictedRichard Levitte2021-02-231-6/+16
* EVP: Adapt the RSA specific EVP_PKEY_CTX setter / getter functionsRichard Levitte2021-02-232-465/+212
* EVP: Adapt the DH specific EVP_PKEY_CTX setter / getter functionsRichard Levitte2021-02-231-309/+77
* EVP: Adapt the EVP_PKEY_CTX ctrl functionsRichard Levitte2021-02-231-321/+2
* EVP: Adapt diverse OSSL_PARAM setters and gettersRichard Levitte2021-02-233-133/+98
* EVP: Make evp_pkey_ctx_{set,get}_params_strict() legacy awareRichard Levitte2021-02-231-14/+30
* EVP: Implement data-driven translation between known ctrl and OSSL_PARAMsRichard Levitte2021-02-233-1/+2703
* EVP: make evp_pkey_is_assigned() usable in the FIPS moduleRichard Levitte2021-02-231-1/+6
* EVP: Make evp_pkey_ctx_state() available to all of EVPRichard Levitte2021-02-232-24/+25
* EVP: Implement EVP_PKEY_CTX_is_a()Richard Levitte2021-02-235-2/+19
* util/perl/OpenSSL/config.pm: Add VMS specific C compiler settingsRichard Levitte2021-02-231-0/+13
* util/perl/OpenSSL/config.pm: Fix determine_compiler_settings()Richard Levitte2021-02-231-45/+52
* Add back in legacy paths for d2i_PrivateKey/d2i_AutoPrivateKey.Shane Lontis2021-02-231-5/+79
* Fix no-tests on mingwMatt Caswell2021-02-221-2/+6