summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-04-21Update copyright yearMatt Caswell
2020-04-18Add AES consttime code for no-asm configurationsBernd Edlinger
2020-04-17Windows: Add type casting in CRYPTO_atomic_add to remove warningKochise
2020-04-14BIO_do_accept: correct error return valuescott
2020-04-11Add manpage entry for X509_check_purpose()Jake Maynard
2020-04-09Fix AES-CTR_DRBG on 1.1.1.Pauli
2020-04-08AES CTR-DRGB: do not leak timing informationPatrick Steuer
2020-04-08Integer overflow in ASN1_STRING_set.Pauli
2020-04-07[crypto/ec] blind coordinates in ec_wNAF_mul for robustnessBilly Brumley
2020-04-07Fix the error handling in EC_POINTs_mulBernd Edlinger
2020-04-07Ensure ECDSA_size always returns >= 0William Brawner
2020-04-06Set X509_V_ERR_INVALID_EXTENSION error for invalid basic constraintsTomas Mraz
2020-04-06Allow certificates with Basic Constraints CA:false, pathlen:0Tomas Mraz
2020-04-01[crypto/ec] Ladder tweaksBilly Brumley
2020-03-31Update copyright yearMatt Caswell
2020-03-25Partially revert "Detect EOF while reading in libssl"Tomas Mraz
2020-03-22Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2020-03-20Coverity: fix two minor NPD issues.FdaSilvaYY
2020-03-19Merge probable_prime_dh_safe with bn_probable_prime_dhBernd Edlinger
2020-03-19Add a parameter to probable_prime if we look for a safe primeBernd Edlinger
2020-03-17Update copyright yearMatt Caswell
2020-03-13Code to thread-safety in ChangeCipherStateBenjamin Kaduk
2020-03-11Revert "Stop accepting certificates signed using SHA1 at security level 1"Matt Caswell
2020-03-05crypto/ec/curve448/eddsa.c: fix EBCDIC platformsPatrick Steuer
2020-03-05aes-s390x.pl: fix stg offset caused by typo in perlasmPatrick Steuer
2020-03-05This works around a gcc-9 crashBernd Edlinger
2020-02-28Fix comment placement in ecp_nistp256.ciScott Arciszewski
2020-02-20Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell
2020-02-20Detect EOF while reading in libsslMatt Caswell
2020-02-17Do not silently truncate files on perlasm errorsDavid Benjamin
2020-02-15VMS: Correct error reporting in crypto/rand/rand_vms.cRichard Levitte
2020-02-12Forgotten GOST2012 support in non-vital placesNikolay Morozov
2020-02-06Avoid leak in error path of PKCS5_PBE_keyivgenkinichiro
2020-02-06Coverity CID 1444960: Error handling issuesPauli
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2020-02-05Stop accepting certificates signed using SHA1 at security level 1Kurt Roeckx
2020-01-21Remove remaining references to crypto/includeBernd Edlinger
2020-01-20Fix unwind info in crypto/rc4/asm/rc4-x86_64.plH.J. Lu
2020-01-17For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte
2020-01-14Avoid leak in error path of asn1_parse2kinichiro
2020-01-07Revert "Move random-related defines from e_os.h to rand_unix.c"Dr. Matthias St. Pierre
2020-01-07Don't store an HMAC key for longer than we needMatt Caswell
2020-01-05Fix incorrect return code on ECDSA key verificationAndrew Hoang
2020-01-05Fix side channel in ecp_nistz256-armv8.plFangming.Fang
2020-01-05Fix side channel in the ecp_nistz256.c reference implementationBernd Edlinger
2020-01-05Improve side channel fix in ecp_nistz256-x86_64.plBernd Edlinger
2020-01-05Fix side channel in ecp_nistz256-armv4.plBernd Edlinger
2020-01-05Fix side channel in ecp_nistz256-x86.plBernd Edlinger
2020-01-05Avoid leaking intermediate states in point doubling special case.David Benjamin
2020-01-05Fix potential SCA vulnerability in some EC_METHODsNicola Tuveri