summaryrefslogtreecommitdiffstats
path: root/crypto/ec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesTomas Mraz2024-09-0514-14/+14
* FIPS: Add EDDSA public key validation.slontis2024-08-232-0/+37
* crypto: factorize to hex chars conversion code.FdaSilvaYY2024-08-071-15/+9
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-223-8/+10
* Remove trailing whitespaceDimitri Papadopoulos2024-07-221-3/+3
* Optimization of ossl_ec_key_public_check()Tomas Mraz2024-07-161-0/+6
* Check EC_GROUP_get0_order result before dereferenceJohnnySavages2024-07-011-2/+10
* Allow group methods to customize initialization for speedWatson Ladd2024-06-053-7/+158
* fips: zeroization of public security parameters (PSPs)Dimitri John Ledkov2024-05-131-0/+4
* Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()Tomas Mraz2024-05-021-2/+2
* Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSATomas Mraz2024-05-021-2/+2
* Unable to run asm code on OpenBSD (amd64)Theo Buehler2024-04-171-1/+3
* Copyright year updatesRichard Levitte2024-04-093-3/+3
* Remove handling of NULL sig param in ossl_ecdsa_deterministic_signBernd Edlinger2024-04-021-1/+6
* Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger2024-04-021-0/+5
* OpenSSL License is applied for some source files, change to Apache 2Shakti Shah2024-02-191-1/+1
* Rearrange terms in gf_mul to prevent segfaultAngel Baez2024-02-091-3/+3
* Fix SM2 test failures on Apple SiliconXu Yizhou2024-02-061-5/+5
* Fix a few incorrect paths in some build.info filesRichard Levitte2024-02-021-1/+1
* Check whether the pubkey exists in ossl_ecx_key_duplan11202024-01-161-2/+5
* Fix declspec align syntaxKai Pastor2023-12-191-38/+38
* Fix comment syntaxKai Pastor2023-12-191-158/+158
* Correct comment in crypto/ec/curve448/ed448.hChristian Schmidt2023-11-011-1/+1
* Copyright year updatesMatt Caswell2023-09-282-2/+2
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-112-4/+4
* Remove repeated wordsDimitri Papadopoulos2023-09-111-1/+1
* Copyright year updatesMatt Caswell2023-09-0722-22/+22
* Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exeTom Cosgrove2023-09-042-19/+1
* Remove a redundant point mul from ossl_ec_key_public_check()Matt Caswell2023-09-011-5/+0
* powerpc: ecc: Fix stack allocation secp384r1 asmRohan McLure2023-09-011-49/+0
* ecc: Remove extraneous parentheses in secp384r1Rohan McLure2023-09-011-6/+6
* ecp_sm2p256-armv8.pl: Copy the argument handling from ecp_nistz256-armv8.plTomas Mraz2023-08-311-3/+6
* Optimize SM2 on aarch64Xu Yizhou2023-08-246-3/+18032
* ec: powerpc64le: Add asm implementation of felem_{square,mul}Rohan McLure2023-08-043-2/+368
* ec: 56-bit Limb Solinas' Strategy for secp384r1Rohan McLure2023-08-045-2/+2027
* ec: Use static linkage on nistp521 felem_{square,mul} wrappersRohan McLure2023-08-041-5/+5
* Changes to resolve symbol conflict due to gf_mulPankul942023-07-145-107/+107
* fix memory allocation and reference counting issuesPauli2023-07-051-4/+5
* ecx: update to structure based atomicsPauli2023-07-012-18/+11
* ec: update to structure based atomicsPauli2023-07-018-51/+25
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-2/+2
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-16/+37
* ecp_nistp256.c: Fix exponent in commentJonas Lindstrøm2023-05-111-1/+1
* Fixes #19580 ECX keygenYuan, Shuai2023-04-121-1/+1
* Fix mem leak in ECDSA_sign().slontis2023-03-311-2/+2
* Fix potential infinite loops in ECDSA signing.slontis2023-02-282-3/+21
* ec: Use .machine "any" explicitly in ecp_nistp521-ppc64Robin Lee2023-02-281-0/+1
* New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch2023-02-081-0/+36
* Support all five EdDSA instances from RFC 8032James Muir2023-01-134-59/+100
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-301-12/+61