summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add testing of RDONLY memory BIOsTomas Mraz2019-04-162-0/+80
* Add test for the BIO_get_mem_ptr() regressionBernd Edlinger2019-04-161-6/+35
* Fix for BIO_get_mem_ptr and related regressionsTomas Mraz2019-04-161-12/+28
* Call RSA generation callback at the correct time.Kurt Roeckx2019-04-151-2/+2
* Don't use '-z defs' with Clang's sanitizersRichard Levitte2019-04-151-1/+4
* providers/common/digests/sha2.c: forward declare all dispatched functionsRichard Levitte2019-04-151-0/+16
* Providers: for the digest_final operation, pass a output buffer sizeRichard Levitte2019-04-153-8/+11
* Fix calling convention bug in ecp_nistz256_ord_sqr_montDavid Benjamin2019-04-144-4/+4
* Don't use coordinate blinding when scalar is group orderBernd Edlinger2019-04-141-2/+2
* Further harmonisation of manual page HISTORY sectionsJoshua Lock2019-04-122-3/+3
* Update various man pages to place HISTORY section after SEE ALSOJoshua Lock2019-04-1221-136/+129
* Add a check for history section location to find-doc-nitsJoshua Lock2019-04-121-0/+4
* Make check_example_location() in find-doc-nits genericJoshua Lock2019-04-121-8/+11
* Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell2019-04-126-9/+49
* Add CMAC speed measurementsBernd Edlinger2019-04-122-4/+90
* Add prediction resistance capability to the DRBG reseeding process.Pauli2019-04-127-28/+110
* ec key validation checks updatedShane Lontis2019-04-112-14/+132
* doc fixupsShane Lontis2019-04-115-14/+14
* Separate the lookup testNicola Tuveri2019-04-114-35/+93
* EC_GROUP_set_curve() might fail for arbitrary paramsNicola Tuveri2019-04-111-10/+40
* added code to validate EC named curve parametersShane Lontis2019-04-1111-30/+398
* Added Test::ok_nofips, Test::is_nofips & Test::isnt_nofips methods.Shane Lontis2019-04-112-5/+70
* Reseeding without derivation function is not supported in FIPS mode.Pauli2019-04-116-3/+27
* Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_tShane Lontis2019-04-112-3/+6
* Avoid creating invalid rsa pss paramsBernd Edlinger2019-04-102-1/+11
* Fix typosJakub Wilk2019-04-102-3/+3
* EVP_*Update: ensure that input NULL with length 0 isn't passedRichard Levitte2019-04-101-9/+10
* Make X509_set_sm2_id consistent with other settersPaul Yang2019-04-098-25/+97
* test/params_test.c : Adjust tests to check utf8_ptr sizesRichard Levitte2019-04-091-7/+25
* Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte2019-04-095-15/+22
* Fix crash in X509_STORE_CTX_get_by_subjectMatt Caswell2019-04-091-0/+3
* Add a legacy provider and put MD2 in itMatt Caswell2019-04-0911-2/+212
* Use the right NID when putting a method in the storeMatt Caswell2019-04-097-19/+43
* Configurations/10-main.conf: Don't inherit assembler in Cygwin-commonRichard Levitte2019-04-091-1/+1
* Params: add OSSL_PARAM_construct_end()Richard Levitte2019-04-096-5/+17
* EC keygen updates + changed ecdsa_sign to use BN_secure_newShane Lontis2019-04-092-16/+47
* Coverity: hkdf ENV_MD_size() is an int that can be negativeShane Lontis2019-04-091-7/+27
* Avoid alignment problems in params API.Pauli2019-04-081-9/+0
* s_client starttls: fix handling of multiline replyDan Campbell2019-04-081-1/+1
* coverity resource leak fixes in apps/pkeyutlShane Lontis2019-04-081-2/+2
* fix --strict-warnings buildPatrick Steuer2019-04-071-306/+306
* fix --strict-warnings buildPatrick Steuer2019-04-071-1/+1
* Coverity: fix two minor NPD issues.FdaSilvaYY2019-04-062-4/+11
* Fix big endian param API tests.Pauli2019-04-062-101/+91
* Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger2019-04-062-2/+2
* EVP configuration section: add 'default_properties' commandRichard Levitte2019-04-052-8/+43
* EVP_set_default_properties(): New function to set global propertiesRichard Levitte2019-04-058-6/+77
* Convert the ENGINE_CONF trace calls to use CONF insteadRichard Levitte2019-04-053-8/+6
* Add a bit of tracing in the core conf module runnerRichard Levitte2019-04-051-0/+4
* Rename the PROVIDER_CONF trace to CONFRichard Levitte2019-04-053-9/+14