summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte
2019-08-16Ignore function code collisionsRich Salz
2019-08-15Re-implement 'openssl list -mac-algorithms'Richard Levitte
2019-08-15Implement EVP_MAC_do_all_ex()Richard Levitte
2019-08-15Add EVP_MAC_provider()Richard Levitte
2019-08-15Rename the hash implementations KMAC{128,256} to KECCAK_KMAC{128,256}Richard Levitte
2019-08-15OSSL_PARAM_construct_from_text(): handle non-hex octet string inputRichard Levitte
2019-08-15Adjust some provider reason codesRichard Levitte
2019-08-15Adapt the MAC tests, and tests for other things that use EVP_MACRichard Levitte
2019-08-15Adapt diverse code to provider based MACs.Richard Levitte
2019-08-15Adapt apps/mac.c to use provider based MACsRichard Levitte
2019-08-15Remove init of MACs from EVPRichard Levitte
2019-08-15Move Poly1305 to providersRichard Levitte
2019-08-15Move SipHash to providersRichard Levitte
2019-08-15Move KMAC to providersRichard Levitte
2019-08-15Move HMAC to providersRichard Levitte
2019-08-15Move GMAC to providersRichard Levitte
2019-08-15Move CMAC to providersRichard Levitte
2019-08-15Move BLAKE2 MACs to the providersRichard Levitte
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15OPENSSL_s390xcap.pod: list msa9 facility bit (155)Patrick Steuer
2019-08-15s390x assembly pack: accelerate ECDSAPatrick Steuer
2019-08-15Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer
2019-08-15s390x assembly pack: accelerate scalar multiplicationPatrick Steuer
2019-08-15s390xcpuid.pl: fix commentPatrick Steuer
2019-08-15Test SSL_set_ciphersuitesraja-ashok
2019-08-15Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_listraja-ashok
2019-08-15INSTALL: clarify documentation of the --api=x.y.z deprecation optionDr. Matthias St. Pierre
2019-08-15Fix syntax error for the armv4 assemblerOmid Najafi
2019-08-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-15crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionallyRichard Levitte
2019-08-15Add {get,set}table_params() functions for provider digestsRichard Levitte
2019-08-15Modify 'openssl list' to give more verbose descriptionsRichard Levitte
2019-08-15Add missing EVP param utility functionsRichard Levitte
2019-08-12Access data after obtaining the lock not before.Pauli
2019-08-14If we are multiblock capable make sure we use itMatt Caswell
2019-08-14Add missing EBCDIC stringsopensslonzos-github
2019-08-14Add description in X509_STORE manipulationPaul Yang
2019-08-13BIO_lookup_ex: Do not retry on EAI_MEMORYTomas Mraz
2019-08-13BIO_lookup_ex: Always retry the lookup on failure with AI_NUMERICHOST setTomas Mraz
2019-08-1330-test_evp.t: make the tested configs depend on what's been builtRichard Levitte
2019-08-12Fix doc example code to follow coding styleRich Salz
2019-08-12HMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()Richard Levitte
2019-08-12Adapt the provider digests for more use of OSSL_PARAMRichard Levitte
2019-08-12Rework the provider digest constructor to provide implementation get_paramsRichard Levitte
2019-08-12Adapt diverse EVP_MD functions to use get_params and set_params interfacesRichard Levitte
2019-08-12Make more use of OSSL_PARAM for digestsRichard Levitte
2019-08-12Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte
2019-08-12Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte
2019-08-12enable DECLARE_DEPRECATED macro for Oracle Developer Studio compilerVladimir Kotal