summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-04-03Ensure EVP_MD_CTX_md returns the EVP_MD originally usedMatt Caswell
2019-04-03Replumbing: add a configuration module for providersRichard Levitte
2019-04-03Replumbing: add functionality to set provider parametersRichard Levitte
2019-04-03AES-XTS block limit.Pauli
2019-04-02Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WI...Richard Levitte
2019-04-02rand_win.c: loosen version requirements for BCryptGenRandomDr. Matthias St. Pierre
2019-04-02crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNTRichard Levitte
2019-04-01bio: Linux TLS Rx OffloadBoris Pismenny
2019-04-01Rework DSO API conditions and configuration optionRichard Levitte
2019-03-30fixed public range check in ec_GF2m_simple_oct2pointShane Lontis
2019-03-30Implement the param types that aren't explicitly lengthened (e.g. int) in termsPauli
2019-03-30trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre
2019-03-30trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre
2019-03-29trace: fix out-of-bound memory accessDr. Matthias St. Pierre
2019-03-29trace: don't pretend success if it's not enabledDr. Matthias St. Pierre
2019-03-29s390x assembly pack: import poly from cryptogams repoPatrick Steuer
2019-03-29Remove heartbeats completelyRichard Levitte
2019-03-29Make the array zeroing explicit using memset.Pauli
2019-03-29It isn't necessary to initialise a struct stat before a stat(2) system call.Pauli
2019-03-29Clear seed source structures.Pauli
2019-03-29For the lack of GetModuleHandleEx(), we use DSO route for WinCE.Soujyu Tanaka
2019-03-29Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE.Soujyu Tanaka
2019-03-29Avoid linking error for InitializeCriticalSectionAndSpinCount().Soujyu Tanaka
2019-03-29Add the FIPS related continuous random number generator (CRNG) testing.Pauli
2019-03-29IA64 assembly pack: add {chacha|poly1305}-ia64 modules.Andy Polyakov
2019-03-29Fixed unmatched BN_CTX_start/end if an invalid exponent is used.Shane Lontis
2019-03-29Fix broken change from b3d113e.Pauli
2019-03-28coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis
2019-03-28Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell
2019-03-27Increase rounds of Miller-Rabin testing DH_checkJake Massimo
2019-03-27Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell
2019-03-27Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell
2019-03-27Fix a memory leak in ARIA GCMMatt Caswell
2019-03-27Tolerate 0 byte input length for Update functionsMatt Caswell
2019-03-22Modify the RSA_private_decrypt functions to check the padding inBernd Edlinger
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger
2019-03-22Cosmetic rand/drbg changes.Pauli
2019-03-21Implement SHA256 in the default providerMatt Caswell
2019-03-21Make EVP_Digest* functions provider awareMatt Caswell
2019-03-21Implement EVP_MD_fetch()Matt Caswell
2019-03-21Add a skeleton default providerMatt Caswell
2019-03-21fixed mismatching #ifdef cppShane Lontis
2019-03-20OPENSSL_config(): restore error agnosticismRichard Levitte
2019-03-20replace 'OpenSSL license' by 'Apache License 2.0'David von Oheimb
2019-03-19Replumbing: Add a mechanism to pre-populate the provider storeRichard Levitte
2019-03-19Replumbing: add fallback provider capabilityRichard Levitte
2019-03-19Single step kdf implementationShane Lontis
2019-03-19Move ASN1_BROKEN macrosRich Salz
2019-03-19Providing missing accessor to EVP_PKEY.engineDmitry Belyavskiy
2019-03-19Fix compiling error for mips32r6 and mips64r6Hua Zhang