aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-17aes/asm/aesv8-armx.pl: ~20% improvement on ThunderX2.Andy Polyakov1-6/+389
2019-04-17ARM64 assembly pack: add ThunderX2 results.Andy Polyakov8-0/+8
2019-04-17SP 800-56B steps enumerated.Pauli1-0/+27
2019-04-16Add test for the BIO_s_mem rdwr->rdonly->rdwr use-caseTomas Mraz1-0/+38
2019-04-16Add documentation for the BIO_s_mem pecularitiesTomas Mraz1-0/+16
2019-04-16Add testing of RDONLY memory BIOsTomas Mraz2-0/+80
2019-04-16Add test for the BIO_get_mem_ptr() regressionBernd Edlinger1-6/+35
2019-04-16Fix for BIO_get_mem_ptr and related regressionsTomas Mraz1-12/+28
2019-04-15Call RSA generation callback at the correct time.Kurt Roeckx1-2/+2
2019-04-15Don't use '-z defs' with Clang's sanitizersRichard Levitte1-1/+4
2019-04-15providers/common/digests/sha2.c: forward declare all dispatched functionsRichard Levitte1-0/+16
2019-04-15Providers: for the digest_final operation, pass a output buffer sizeRichard Levitte3-8/+11
2019-04-14Fix calling convention bug in ecp_nistz256_ord_sqr_montDavid Benjamin4-4/+4
2019-04-14Don't use coordinate blinding when scalar is group orderBernd Edlinger1-2/+2
2019-04-12Further harmonisation of manual page HISTORY sectionsJoshua Lock2-3/+3
2019-04-12Update various man pages to place HISTORY section after SEE ALSOJoshua Lock21-136/+129
2019-04-12Add a check for history section location to find-doc-nitsJoshua Lock1-0/+4
2019-04-12Make check_example_location() in find-doc-nits genericJoshua Lock1-8/+11
2019-04-12Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell6-9/+49
2019-04-12Add CMAC speed measurementsBernd Edlinger2-4/+90
2019-04-12Add prediction resistance capability to the DRBG reseeding process.Pauli7-28/+110
2019-04-11ec key validation checks updatedShane Lontis2-14/+132
2019-04-11doc fixupsShane Lontis5-14/+14
2019-04-11Separate the lookup testNicola Tuveri4-35/+93
2019-04-11EC_GROUP_set_curve() might fail for arbitrary paramsNicola Tuveri1-10/+40
2019-04-11added code to validate EC named curve parametersShane Lontis11-30/+398
2019-04-11Added Test::ok_nofips, Test::is_nofips & Test::isnt_nofips methods.Shane Lontis2-5/+70
2019-04-11Reseeding without derivation function is not supported in FIPS mode.Pauli6-3/+27
2019-04-11Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_tShane Lontis2-3/+6
2019-04-10Avoid creating invalid rsa pss paramsBernd Edlinger2-1/+11
2019-04-10Fix typosJakub Wilk2-3/+3
2019-04-10EVP_*Update: ensure that input NULL with length 0 isn't passedRichard Levitte1-9/+10
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang8-25/+97
2019-04-09test/params_test.c : Adjust tests to check utf8_ptr sizesRichard Levitte1-7/+25
2019-04-09Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte5-15/+22
2019-04-09Fix crash in X509_STORE_CTX_get_by_subjectMatt Caswell1-0/+3
2019-04-09Add a legacy provider and put MD2 in itMatt Caswell11-2/+212
2019-04-09Use the right NID when putting a method in the storeMatt Caswell7-19/+43
2019-04-09Configurations/10-main.conf: Don't inherit assembler in Cygwin-commonRichard Levitte1-1/+1
2019-04-09Params: add OSSL_PARAM_construct_end()Richard Levitte6-5/+17
2019-04-09EC keygen updates + changed ecdsa_sign to use BN_secure_newShane Lontis2-16/+47
2019-04-09Coverity: hkdf ENV_MD_size() is an int that can be negativeShane Lontis1-7/+27
2019-04-08Avoid alignment problems in params API.Pauli1-9/+0
2019-04-08s_client starttls: fix handling of multiline replyDan Campbell1-1/+1
2019-04-08coverity resource leak fixes in apps/pkeyutlShane Lontis1-2/+2
2019-04-07fix --strict-warnings buildPatrick Steuer1-306/+306
2019-04-07fix --strict-warnings buildPatrick Steuer1-1/+1
2019-04-06Coverity: fix two minor NPD issues.FdaSilvaYY2-4/+11
2019-04-06Fix big endian param API tests.Pauli2-101/+91
2019-04-06Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger2-2/+2