summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* poly1305/asm/poly1305-x86_64.pl: fix solaris64-x86_64-cc build.Andy Polyakov2018-07-101-39/+38
* Correctly check for cryptodev hash supportConrad Meyer2018-07-091-5/+5
* modes/ocb128.c: readability and formatting improvements.Andy Polyakov2018-07-091-15/+5
* modes/ocb128.c: improve the calculation of double maskDesWurstes2018-07-091-1/+1
* Remove a memsetMatt Caswell2018-07-071-2/+0
* Check a return value for success in ec_field_size()Matt Caswell2018-07-071-1/+2
* Fix some Coverity issues in sm2_encrypt()Matt Caswell2018-07-071-9/+10
* Check md_size isn't negative before we use itMatt Caswell2018-07-071-5/+6
* evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.Andy Polyakov2018-07-062-8/+150
* [crypto/ec] disable SCA mitigations for curves with incomplete parametersBilly Brumley2018-07-041-22/+24
* chacha/asm/chacha-x86_64.pl: add dedicated path for 128-byte inputs.Andy Polyakov2018-07-031-74/+221
* perlasm/x86_64-xlate.pl: refine symbol recognition in .xdata.Andy Polyakov2018-07-031-1/+1
* Check for NULL conf in NCONF_get_numberPauli2018-07-031-4/+7
* Remove development artifacts.Pauli2018-07-012-2/+0
* rand/rand_unix.c: address macro redifinition warning.Andy Polyakov2018-07-011-1/+3
* modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.Andy Polyakov2018-07-011-5/+2
* evp/e_chacha20_poly1305.c: improve performance for short TLS records.Andy Polyakov2018-06-291-10/+148
* Zero-fill IV by default.Rich Salz2018-06-291-0/+1
* Return a fatal error if application data is encountered during shutdownMatt Caswell2018-06-271-0/+2
* Modify the DEVRANDOM source so that the files are kept open persistently.Pauli2018-06-265-16/+214
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-261-0/+3
* store/loader_file.c: fix char-subscripts warning.Andy Polyakov2018-06-251-3/+3
* PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov2018-06-257-17/+88
* rand/rand_unix.c: mask getentropy ELF detection on HP-UX.Andy Polyakov2018-06-251-1/+1
* ec/ec_pmeth.c: minor cleanups and readability fixes.Andy Polyakov2018-06-251-23/+30
* Use ec_group_do_inverse_ord() in SM2Nicola Tuveri2018-06-251-1/+2
* Add inter-module private header for EC functionsNicola Tuveri2018-06-252-3/+46
* Fix a new gcc-9 warning [-Wstringop-truncation]Bernd Edlinger2018-06-241-1/+1
* ecdsa_ossl: address coverity nitBenjamin Kaduk2018-06-221-1/+2
* sha/asm/sha{256|512}-armv4.pl: harmonize thumb2 support with the rest.Andy Polyakov2018-06-222-3/+3
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-2212-90/+0
* enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri2018-06-223-3/+3
* Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis2018-06-211-15/+13
* [crypto/ec] default to FLT or errorBilly Brumley2018-06-214-35/+41
* [crypto/ec] remove blinding to support even ordersBilly Brumley2018-06-211-30/+11
* make EC_GROUP_do_inverse_ord more robustBilly Brumley2018-06-212-35/+75
* Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger2018-06-212-2/+2
* Remove some inline assembler and non-standard constructs.Andy Polyakov2018-06-212-168/+10
* [crypto/ec] don't assume points are of order group->orderBilly Brumley2018-06-211-14/+15
* Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri2018-06-211-0/+2
* Add blinding to a DSA signatureMatt Caswell2018-06-212-24/+56
* Update copyright yearMatt Caswell2018-06-2018-18/+18
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-06-1912-7/+111
* Move SM2 algos to SM2 specific PKEY methodJack Lloyd2018-06-1914-126/+300
* Add EVP_PKEY_set_alias_typeJack Lloyd2018-06-194-3/+25
* Convert our own check of OPENSSL_NO_DEPRECATEDRichard Levitte2018-06-191-1/+1
* ec/asm/ecp_nistz256-avx2.pl: harmonize clang version detection.Andy Polyakov2018-06-181-1/+1
* {chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.Andy Polyakov2018-06-182-2/+2
* sha/asm/sha{1|256}-586.pl: harmonize clang version detection.Andy Polyakov2018-06-182-2/+2
* bn/asm/rsaz-avx2.pl: harmonize clang version detection.Andy Polyakov2018-06-181-1/+1