summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-04-09Fix crash in X509_STORE_CTX_get_by_subjectMatt Caswell
2019-04-06Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger
2019-04-05OPENSSL_init_crypto(): check config return code correctlyRichard Levitte
2019-04-04Use AI_ADDRCONFIG hint with getaddrinfo if available.Tomas Mraz
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-03-30fixed public range check in ec_GF2m_simple_oct2pointShane Lontis
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-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-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-21Providing missing accessor to EVP_PKEY.engineDmitry Belyavskiy
2019-03-20OPENSSL_config(): restore error agnosticismRichard Levitte
2019-03-19Fix compiling error for mips32r6 and mips64r6Hua Zhang
2019-03-19Add missing '.text' in crypto/bn/asm/ppc.plRichard Levitte
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2019-03-18Clear the point S before freeing in ec_scalar_mul_ladderBernd Edlinger
2019-03-18Clear the secret point in ecdh_simple_compute_keyBernd Edlinger
2019-03-18PPC assembly pack: fix copy-paste error in CTR modeDaniel Axtens
2019-03-15VMS: only use the high precision on VMS v8.4 and upDr. Matthias St. Pierre
2019-03-11fix truncation of integers on 32bit AIXShane Lontis
2019-03-07Do the error handling in pkey_rsa_decrypt in constant timeBernd Edlinger
2019-03-07Fix memory overrun in rsa padding check functionsBernd Edlinger
2019-03-07Avoid an underflow in ecp_nistp521.cMatt Caswell
2019-03-06Prevent over long nonces in ChaCha20-Poly1305Matt Caswell
2019-03-04openssl_strerror_r: Fix handling of GNU strerror_rVitezslav Cizek
2019-03-01Fix seeding from random device w/o getrandom syscallBernd Edlinger
2019-03-01deps: add s390 asm rules for OpenSSL-1.1.1Shigeki Ohtsu
2019-02-27cfi build fixes in x86-64 ghash assemblyShane Lontis
2019-02-27Fix the default digest algorthm of SM2Paul Yang
2019-02-26Update copyright yearMatt Caswell
2019-02-26e_devcrypto: set digest input_blocksizeEneas U de Queiroz
2019-02-26eng_devcrypto: close open session on initEneas U de Queiroz
2019-02-25Rearrange the inclusion of curve448/curve448_lcl.hRichard Levitte
2019-02-25Ensure bn_cmp_words can handle the case where n == 0Matt Caswell
2019-02-20Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri
2019-02-20SCA hardening for mod. field inversion in EC_GROUPBilly Brumley
2019-02-19Don't interleave handshake and other record types in TLSv1.3Matt Caswell
2019-02-18cygwin: drop explicit O_TEXTCorinna Vinschen
2019-02-17Check for unpaired .cfi_remember_stateDavid Benjamin
2019-02-17Fix some CFI issues in x86_64 assemblyDavid Benjamin
2019-02-13Fix null pointer dereference in cms_RecipientInfo_kari_initDaniel DeFreez