summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-02Add CPU info to the speed command summaryBernd Edlinger
2019-09-02Diverse ERR fixesRichard Levitte
2019-09-02Rework the documentation of our individual MAC implementationsRichard Levitte
2019-09-02Fix function name typo in MAC documentation.Pauli
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger
2019-09-01Fix platform specific issues with provider ciphersShane Lontis
2019-08-30Fix pkeyutl -verifyrecoverMatt Caswell
2019-08-30Don't include the DEVRANDOM being seeded logic on Android.Pauli
2019-08-30Fix NITs in comments and CHANGES for DEVRANDOM seeded check.Pauli
2019-08-29fix ERR_add_error_vdata() for use with multiple args/callsDr. David von Oheimb
2019-08-29Use ENGINE_get_id() instead of ENGINE_get_name()Matt Caswell
2019-08-29Fix no-engineMatt Caswell
2019-08-29Fix no-cmacMatt Caswell
2019-08-29Fix no-poly1305, no-siphash and no-blake2Matt Caswell
2019-08-29Fix a documentation bug in ec.hMatt Caswell
2019-08-29Fix no-ecMatt Caswell
2019-08-29Fix no-desMatt Caswell
2019-08-29Update fuzz README.mdMatt Caswell
2019-08-29Fix data races in EVP_CIPHER_fetch and EVP_MD_fetchMatt Caswell
2019-08-29Make sure we pre-initialise propertiesMatt Caswell
2019-08-29Fix context lockingMatt Caswell
2019-08-29Allow an output indentation of zero in apps.Pauli
2019-08-28openssl provider: New sub-command, for provider discoveryRichard Levitte
2019-08-28Move print_param_types() to libapps, and give it indent argumentRichard Levitte
2019-08-27Coverty fixes for MACsRichard Levitte
2019-08-27OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use itRichard Levitte
2019-08-27Fix bogus check for EVP_PKEY_supports_digest_nid() in check_cert_usable()David Woodhouse
2019-08-27testing: set OPENSSL_MODULES to the providers directory by defaultRichard Levitte
2019-08-27Fix SCA vulnerability when using PVK and MSBLOB key formatsCesar Pereida Garcia
2019-08-27Do not have duplicate section headsRich Salz
2019-08-26Include mac_meth and mac_lib in the FIPS providerPauli
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis
2019-08-25Fix Issue OSS-Fuzz: Branch on uninitialized memory (in ccm code).Shane Lontis
2019-08-24Update EVP_MAC.podRichard Levitte
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte
2019-08-24Remove MAC cruftRichard Levitte
2019-08-24Add app for fips installationShane Lontis
2019-08-24Avoid overflowing FDSET when using select(2).Pauli
2019-08-23test/evp_test.c: distinguish parsing errors from processing errorsRichard Levitte
2019-08-23crypto/bn/build.info: define OPENSL_IA32_SSE2 globally when neededRichard Levitte
2019-08-23Configure: Allow 'DEFINE[]=def'Richard Levitte
2019-08-22Deprecate unprefixed manual entries for openssl commandsDr. Matthias St. Pierre
2019-08-22openssl dgst, openssl enc: check for end of inputRichard Levitte
2019-08-22Support parsing of SM2 ID in hexdecimalPaul Yang
2019-08-22Add basic aria and camellia ciphers modes to default providerShane Lontis
2019-08-22Fix drbg_ossl_ctx_free() and drbg_nonce_ossl_ctx_free() to handle NULLRichard Levitte
2019-08-22Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte
2019-08-22Modify ossl_method_store_add() to handle reference countingRichard Levitte
2019-08-21Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert()Richard Levitte
2019-08-21Constify param builder string functions.Pauli