summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-08-19Use EXAMPLES not EXAMPLE for section titleRich Salz
2019-08-19Fix some pod-page ordering nitsRich Salz
2019-08-18Fix --strict-warnings buildPatrick Steuer
2019-08-18Test for out-of-bounds write when requesting zero bytes from shakePatrick Steuer
2019-08-18Directly return from final sha3/keccak_final if no bytes are requestedPatrick Steuer
2019-08-18.travis.yml: Use travis_terminate on failureRich Salz
2019-08-17Fix error handling in X509_chain_up_refBernd Edlinger
2019-08-17Windows UWP builds: determine automatically if asm should be disabledRichard Levitte
2019-08-16Fix 9bf682f which broke nistp224_methodPatrick Steuer
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