summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* EVP: Fix memory leak in EVP_PKEY_CTX_dup()Richard Levitte2020-12-171-29/+17
* CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte2020-12-175-68/+109
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-1711-0/+91
* MSBLOB & PVK: Make it possible to write EVP_PKEYs with provided internal keyRichard Levitte2020-12-172-8/+26
* DECODER EVP_PKEY: Don't store all the EVP_KEYMGMTsRichard Levitte2020-12-171-134/+100
* Github CI: run also on repository pushesTomas Mraz2020-12-171-1/+1
* Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte2020-12-163-21/+30
* Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte2020-12-1610-56/+8
* EVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-169-248/+360
* EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-1616-304/+364
* EVP_PKEY & DSA: move dsa_ctrl.c to be included only on libcryptoRichard Levitte2020-12-161-4/+4
* PROV: Add MSBLOB and PVK encodersRichard Levitte2020-12-155-77/+361
* TEST: Fix test/recipes/15-test_rsa.tRichard Levitte2020-12-151-1/+1
* APPS: Correct the output structure for public keys in 'openssl rsa'Richard Levitte2020-12-151-2/+2
* Check non-option argumentsRich Salz2020-12-1553-106/+188
* test: document the random test ordering env variablePauli2020-12-151-0/+20
* test: print OPENSSL_TEST_RAND_ORDER=x when a randomised test fails.Pauli2020-12-151-1/+1
* Document OCSP_REQ_CTX_i2d.Rich Salz2020-12-152-7/+23
* Deprecate OCSP_REQ_CTX_set1_reqRich Salz2020-12-154-7/+19
* Skip tests depending on deprecated list -*-commands optionsDmitry Belyavskiy2020-12-151-0/+2
* Documenting the options deprecating in CHANGES.mdDmitry Belyavskiy2020-12-151-0/+6
* Documenting the options deprecatingDmitry Belyavskiy2020-12-151-6/+15
* Skip unavailable digests and ciphers in -*-commandsDmitry Belyavskiy2020-12-153-0/+74
* Deprecate -cipher-commands and -digest-commands optionsDmitry Belyavskiy2020-12-151-2/+7
* OPENSSL_NO_GOST has nothing to do with low-level algosDmitry Belyavskiy2020-12-151-1/+0
* Configurations: PowerPC is big endianSebastian Andrzej Siewior2020-12-141-0/+1
* Change AES-CTS modes CS2 and CS3 to also be inside the fips module.Shane Lontis2020-12-145-165/+151
* Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.Shane Lontis2020-12-143-33/+111
* Fix no-threadsMatt Caswell2020-12-143-16/+26
* openssl.pod: Fix openSSL options docAnkita Shetty2020-12-1335-72/+76
* Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte2020-12-135-68/+20
* PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'Richard Levitte2020-12-134-90/+126
* Building: Fix the library file names for MSVC builds to include multilibRichard Levitte2020-12-131-0/+11
* DOCS: Improve documentation of the EVP_PKEY typeRichard Levitte2020-12-134-23/+49
* params: add integer conversion test cases.Pauli2020-12-121-3/+11
* params: allow more variations in integer conversions.Pauli2020-12-121-36/+268
* DOCS: Update OSSL_DECODER_CTX_new_by_EVP_PKEY.pod to match declarationsRichard Levitte2020-12-112-11/+139
* Fix some typos in EVP_PKEY-DH.podMatt Caswell2020-12-111-4/+5
* Skip cms tests using RC2 if no legacy providerMatt Caswell2020-12-111-0/+2
* Don't run a legacy specific PKCS12 test if no legacy providerMatt Caswell2020-12-111-1/+1
* Don't use the legacy provider in test_store if its not availableMatt Caswell2020-12-111-3/+7
* Don't load the legacy provider in test_evp_libctx unnecessarilyMatt Caswell2020-12-111-1/+1
* Don't load the legacy provider if not available in test_enc_moreMatt Caswell2020-12-111-1/+7
* Skip testing ciphers in the legacy provider if no legacyMatt Caswell2020-12-111-2/+6
* Don't load the legacy provider in endecoder_legacy_testMatt Caswell2020-12-111-1/+1
* Don't use legacy provider if not available in test_ssl_oldMatt Caswell2020-12-111-2/+7
* Fix sslapitest.c if built with no-legacyMatt Caswell2020-12-111-1/+10
* Skip evp_test cases where we need the legacy prov and its not availableMatt Caswell2020-12-1112-0/+306
* Don't use no-asm in the Github CIsMatt Caswell2020-12-111-3/+3
* Add fips self tests for all included kdfShane Lontis2020-12-114-2/+238