summaryrefslogtreecommitdiffstats
path: root/crypto/ec/build.info
AgeCommit message (Expand)Author
2024-02-02Fix a few incorrect paths in some build.info filesRichard Levitte
2023-08-24Optimize SM2 on aarch64Xu Yizhou
2023-08-04ec: powerpc64le: Add asm implementation of felem_{square,mul}Rohan McLure
2023-08-04ec: 56-bit Limb Solinas' Strategy for secp384r1Rohan McLure
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-07-14Fix EC ASM flag passingJuergen Christ
2022-05-24Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior
2021-06-25ppccap.c: Split out algorithm-specific functionsTomas Mraz
2021-06-22ec: Only build ecp_nistp521-ppc64.s if enable-ec_nistp_64_gcc_128Martin Schwenke
2021-05-29ec: Add PPC64 vector assembly version of p521 field operationsAmitay Isaacs
2021-05-29ec: Add run time code selection for p521 field operationsMartin Schwenke
2021-05-08Remove unused code from the fips moduleShane Lontis
2021-05-07Drop libimplementations.aRichard Levitte
2021-04-22Avoid the need for Configure time 128-bit int detectionMatt Caswell
2021-04-08curve448: Integrate 64-bit reference implementationAmitay Isaacs
2021-04-08curve448: Use relative includes to avoid explicit dependenciesAmitay Isaacs
2020-12-16EVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-12-07Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis
2020-08-09Add libctx to ecdh_KDF_X9_63.Shane Lontis
2020-04-17s390: ECX key generation fixes.Pauli
2020-04-17ecx: add key generation support.Pauli
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-04-15EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte
2020-04-07PROV: Add DERlib support for ECDSA and EC keysRichard Levitte
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-15Add ECDSA to providersShane Lontis
2020-02-18[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri
2020-02-11Implement a stricter ECX_KEY typeMatt Caswell
2019-11-01s390x: fix build errorsPatrick Steuer
2019-10-16Fix missing Assembler definesShane Lontis
2019-10-10Rework how our providers are builtRichard Levitte
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-09-16build.info: For all assembler generators, remove all argumentsRichard Levitte
2019-08-15s390x assembly pack: accelerate scalar multiplicationPatrick Steuer
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-06-17Move ec_asm_src file information to build.info filesRichard Levitte
2019-01-31Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte
2018-07-26Add ec/asm/x25519-ppc64.pl module.Andy Polyakov
2018-05-09ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.cBilly Brumley
2018-02-21Add x25519-x86_64.pl module, mod 2^255-19 primitives.Andy Polyakov
2018-02-20Merge f_arithmetic.c into f_generic.cMatt Caswell
2018-02-20Integrate Curve448 into the build systemMatt Caswell
2018-02-14Harmonize the make variables across all known platforms familiesRichard Levitte
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte
2016-08-29Add ecp_nistz256-ppc64 module.Andy Polyakov
2016-08-13Remove old EC based X25519 code.Dr. Stephen Henson
2016-08-13add to build.infoDr. Stephen Henson
2016-03-13Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte
2016-03-11crypto/*/build.info: make it work on ARM platforms.Andy Polyakov