summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-07-07Fix some Coverity issues in sm2_encrypt()Matt Caswell
2018-07-07Check md_size isn't negative before we use itMatt Caswell
2018-07-06evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.Andy Polyakov
2018-07-04[crypto/ec] disable SCA mitigations for curves with incomplete parametersBilly Brumley
2018-07-03chacha/asm/chacha-x86_64.pl: add dedicated path for 128-byte inputs.Andy Polyakov
2018-07-03perlasm/x86_64-xlate.pl: refine symbol recognition in .xdata.Andy Polyakov
2018-07-03Check for NULL conf in NCONF_get_numberPauli
2018-07-02Remove development artifacts.Pauli
2018-07-01rand/rand_unix.c: address macro redifinition warning.Andy Polyakov
2018-07-01modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.Andy Polyakov
2018-06-29evp/e_chacha20_poly1305.c: improve performance for short TLS records.Andy Polyakov
2018-06-28Zero-fill IV by default.Rich Salz
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell
2018-06-25store/loader_file.c: fix char-subscripts warning.Andy Polyakov
2018-06-25PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov
2018-06-25rand/rand_unix.c: mask getentropy ELF detection on HP-UX.Andy Polyakov
2018-06-25ec/ec_pmeth.c: minor cleanups and readability fixes.Andy Polyakov
2018-06-25Use ec_group_do_inverse_ord() in SM2Nicola Tuveri
2018-06-25Add inter-module private header for EC functionsNicola Tuveri
2018-06-24Fix a new gcc-9 warning [-Wstringop-truncation]Bernd Edlinger
2018-06-22ecdsa_ossl: address coverity nitBenjamin Kaduk
2018-06-22sha/asm/sha{256|512}-armv4.pl: harmonize thumb2 support with the rest.Andy Polyakov
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2018-06-22enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri
2018-06-22Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis
2018-06-21[crypto/ec] default to FLT or errorBilly Brumley
2018-06-21[crypto/ec] remove blinding to support even ordersBilly Brumley
2018-06-21make EC_GROUP_do_inverse_ord more robustBilly Brumley
2018-06-21Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger
2018-06-21Remove some inline assembler and non-standard constructs.Andy Polyakov
2018-06-21[crypto/ec] don't assume points are of order group->orderBilly Brumley
2018-06-21Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri
2018-06-21Add blinding to a DSA signatureMatt Caswell
2018-06-20Update copyright yearMatt Caswell
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd
2018-06-19Convert our own check of OPENSSL_NO_DEPRECATEDRichard Levitte
2018-06-18ec/asm/ecp_nistz256-avx2.pl: harmonize clang version detection.Andy Polyakov
2018-06-18{chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.Andy Polyakov
2018-06-18sha/asm/sha{1|256}-586.pl: harmonize clang version detection.Andy Polyakov
2018-06-18bn/asm/rsaz-avx2.pl: harmonize clang version detection.Andy Polyakov
2018-06-18Fix error number clashMatt Caswell
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-06-18remove needless and misleading malloc failure error messages of PKCS12_SAFEBA...David von Oheimb
2018-06-15RAND_POOL: Add missing implementations for djgppDr. Matthias St. Pierre
2018-06-14bn/bn_exp.c: harmonize all code paths with last commit.Andy Polyakov
2018-06-13Add blinding to an ECDSA signatureMatt Caswell