summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2018-03-22curve448/field.h: relax alignment, as it doesn't work universally.Andy Polyakov
2018-03-21Document EC_POINT_get_affine_coordinates_*.David Benjamin
2018-03-20Update copyright yearMatt Caswell
2018-03-19Fix no-sm3/no-sm2 (with strict-warnings)Todd Short
2018-03-19Fix no-sm3 (and no-sm2)Todd Short
2018-03-19Fix no-sm2Matt Caswell
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd
2018-03-19Support SM2 ECIES scheme via EVPJack Lloyd
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-15Add support for setting raw private/public 25519/448 keysMatt Caswell
2018-03-13ec/curve25519.c: resolve regression with Android NDK's arm64 gcc.Andy Polyakov
2018-03-03ec/curve448/f_generic.c: fix VC-WIN32 debug build failure.Andy Polyakov
2018-03-03ec/curve448/curve448.c: fix undefined behaviour sanitizer failure.Andy Polyakov
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell
2018-03-01ec/asm/x25519-x86_64.pl: remove redundant carry chain.Andy Polyakov
2018-02-27crypto/ec/asm/x25519-x86_64.pl: close STDOUT, not $STDOUTRichard Levitte
2018-02-27Update copyright yearMatt Caswell
2018-02-24ec/ecp_nistp{224,256,521}.c: harmonize usage of __uint128_t.Andy Polyakov
2018-02-24{ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.Andy Polyakov
2018-02-24ec/curve448: portability fixups.Andy Polyakov
2018-02-24ec/asm/x25519-x86_64.pl: fix up ADCX/ADOX fallback.Andy Polyakov
2018-02-21Fix some undefined behaviour in the Curve448 codeMatt Caswell
2018-02-21ec/curve25519.c: facilitate assembly implementations.Andy Polyakov
2018-02-21Add x25519-x86_64.pl module, mod 2^255-19 primitives.Andy Polyakov
2018-02-21crypto/ec/curve25519.c: remove redundant fe[51]_cswap.Andy Polyakov
2018-02-20Some more cleanups of curve448 codeMatt Caswell
2018-02-20fixup! More style fixes for the curve448 codeMatt Caswell
2018-02-20fixup! Improve readability of f_impl.c and f_impl.hMatt Caswell
2018-02-20Improve readability of f_impl.c and f_impl.hMatt Caswell
2018-02-20Remove unrolled loopsMatt Caswell
2018-02-20Yet more style updates to the curve448 codeMatt Caswell
2018-02-20Further style changes to curve448 codeMatt Caswell
2018-02-20Simplify some codeMatt Caswell
2018-02-20Remove some unneccessary use of constant time code in curve448Matt Caswell
2018-02-20Fix a travis failure in the curve448 codeMatt Caswell
2018-02-20Remove the curve448 vector codeMatt Caswell
2018-02-20More style fixes for the curve448 codeMatt Caswell
2018-02-20Remove a strict aliasing issue with pre-computed curve448 constantsMatt Caswell
2018-02-20More style fixes to Curve448 code based on review feedbackMatt Caswell
2018-02-20Some style fixesMatt Caswell
2018-02-20Formatting tweak based on review feedbackMatt Caswell
2018-02-20Use NLIMBS where appropriate to simplify the codeMatt Caswell
2018-02-20Remove cplusplus guards in internal headersMatt Caswell
2018-02-20Remove the curve448 specific constant time implementationMatt Caswell
2018-02-20Use the NLIMBS macro rather than try and calculate the number of limbsMatt Caswell
2018-02-20Rename a function to avoid a clashMatt Caswell
2018-02-20Remove curve448 architecture specific filesMatt Caswell
2018-02-20Fix AppVeyor failure in eddsa.cMatt Caswell
2018-02-20Fix travis failure in f_impl.cMatt Caswell
2018-02-20Fix a typo in a commentMatt Caswell