summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-03-29Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE.Soujyu Tanaka
2019-03-29Avoid linking error for InitializeCriticalSectionAndSpinCount().Soujyu Tanaka
2019-03-29Avoid linking error on WCE700 for _InterlockedExchangeAdd().Soujyu Tanaka
2019-03-29Add the FIPS related continuous random number generator (CRNG) testing.Pauli
2019-03-29Configurations/00-base-templates.conf: engage {chacha|poly1305}-ia64.Andy Polyakov
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-28conn_is_closed should return 1 if get_last_sys_error is WSAECONNRESETPaul Monson
2019-03-28coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis
2019-03-28Add some checks of OCSP functionsDmitry Belyavskiy
2019-03-28Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell
2019-03-28Fix test builds.Pauli
2019-03-28Detect endian without relying on defined symbols.Pauli
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-27Fix no-ecMatt Caswell
2019-03-27Fix three identical grammatical errorsDr. Matthias St. Pierre
2019-03-26style nit fixShane Lontis
2019-03-25ts(1): digest option is mandatoryHubert Kario
2019-03-25replaced snprintf with BIO version (for windows builds)Shane Lontis
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-21Document the functions EVP_MD_fetch() and EVP_MD_upref()Matt Caswell
2019-03-21Add a test for EVP_MD_fetchMatt Caswell
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-20Reorganized signature-scheme detection in 'apps/s_cb.c:security_callback_debu...Lorinczy Zsigmond
2019-03-20OPENSSL_config(): restore error agnosticismRichard Levitte
2019-03-20Updated doc for BN_clear, BN_CTX_end when param is NULLShane Lontis
2019-03-20replace 'OpenSSL license' by 'Apache License 2.0'David von Oheimb
2019-03-20removed BN_clear NULL checksShane Lontis
2019-03-19Replumbing: Add a mechanism to pre-populate the provider storeRichard Levitte
2019-03-19Replumbing: add fallback provider capabilityRichard Levitte
2019-03-19Update pkeyutl documentation about the digest optionMatt Caswell
2019-03-19Single step kdf implementationShane Lontis
2019-03-19Move ASN1_BROKEN macrosRich Salz
2019-03-19EVP_PKEY_get0_engine documentationDmitry Belyavskiy
2019-03-19Providing missing accessor to EVP_PKEY.engineDmitry Belyavskiy
2019-03-19apps/speed.c: properly address NO_EC2M on systems without SIGALRMVitezslav Cizek
2019-03-19apps/speed.c: skip binary curves when compiling with OPENSSL_NO_EC2MVitezslav Cizek
2019-03-19Add documentation for the -sigopt option.Pauli
2019-03-19 Configure: untabify indentationDr. Matthias St. Pierre