summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-04-12Update various man pages to place HISTORY section after SEE ALSOJoshua Lock
2019-04-12Add a check for history section location to find-doc-nitsJoshua Lock
2019-04-12Make check_example_location() in find-doc-nits genericJoshua Lock
2019-04-12Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell
2019-04-12Add CMAC speed measurementsBernd Edlinger
2019-04-12Add prediction resistance capability to the DRBG reseeding process.Pauli
2019-04-11ec key validation checks updatedShane Lontis
2019-04-11doc fixupsShane Lontis
2019-04-11Separate the lookup testNicola Tuveri
2019-04-11EC_GROUP_set_curve() might fail for arbitrary paramsNicola Tuveri
2019-04-11added code to validate EC named curve parametersShane Lontis
2019-04-11Added Test::ok_nofips, Test::is_nofips & Test::isnt_nofips methods.Shane Lontis
2019-04-11Reseeding without derivation function is not supported in FIPS mode.Pauli
2019-04-11Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_tShane Lontis
2019-04-10Avoid creating invalid rsa pss paramsBernd Edlinger
2019-04-10Fix typosJakub Wilk
2019-04-10EVP_*Update: ensure that input NULL with length 0 isn't passedRichard Levitte
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang
2019-04-09test/params_test.c : Adjust tests to check utf8_ptr sizesRichard Levitte
2019-04-09Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte
2019-04-09Fix crash in X509_STORE_CTX_get_by_subjectMatt Caswell
2019-04-09Add a legacy provider and put MD2 in itMatt Caswell
2019-04-09Use the right NID when putting a method in the storeMatt Caswell
2019-04-09Configurations/10-main.conf: Don't inherit assembler in Cygwin-commonRichard Levitte
2019-04-09Params: add OSSL_PARAM_construct_end()Richard Levitte
2019-04-09EC keygen updates + changed ecdsa_sign to use BN_secure_newShane Lontis
2019-04-09Coverity: hkdf ENV_MD_size() is an int that can be negativeShane Lontis
2019-04-08Avoid alignment problems in params API.Pauli
2019-04-08s_client starttls: fix handling of multiline replyDan Campbell
2019-04-08coverity resource leak fixes in apps/pkeyutlShane Lontis
2019-04-07fix --strict-warnings buildPatrick Steuer
2019-04-07fix --strict-warnings buildPatrick Steuer
2019-04-06Coverity: fix two minor NPD issues.FdaSilvaYY
2019-04-06Fix big endian param API tests.Pauli
2019-04-06Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger
2019-04-05EVP configuration section: add 'default_properties' commandRichard Levitte
2019-04-05EVP_set_default_properties(): New function to set global propertiesRichard Levitte
2019-04-05Convert the ENGINE_CONF trace calls to use CONF insteadRichard Levitte
2019-04-05Add a bit of tracing in the core conf module runnerRichard Levitte
2019-04-05Rename the PROVIDER_CONF trace to CONFRichard Levitte
2019-04-05OPENSSL_init_crypto(): check config return code correctlyRichard Levitte
2019-04-05Fix number clash: EVP_F_AESNI_XTS_INIT_KEY vs EVP_F_EVP_MD_BLOCK_SIZERichard Levitte
2019-04-05Move the AES-XTS mode duplicated key check into the init_key function ratherPauli
2019-04-04Complain if there are missing symbols when creating a provider .so fileMatt Caswell
2019-04-04Test that we can use the FIPS providerMatt Caswell
2019-04-04Add a no-fips Configure optionMatt Caswell
2019-04-04Create a FIPS provider and put SHA256 in itMatt Caswell
2019-04-04trace: add PROVIDER_CONF trace categoryDr. Matthias St. Pierre
2019-04-04Correct the documentation about SSL_CIPHER_description()Matt Caswell
2019-04-04Skip the correct number of tests if SM2 is disabledMatt Caswell