Fix up path generation to use OPENSSL_MODULES
[openssl.git] / crypto / ec / curve448 / scalar.c
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2019-03-11 Shane Lontisfix truncation of integers on 32bit AIX
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-03-03 Andy Polyakovec/curve448/f_generic.c: fix VC-WIN32 debug build failure.
2018-02-20 Matt CaswellYet more style updates to the curve448 code
2018-02-20 Matt CaswellMore style fixes for the curve448 code
2018-02-20 Matt CaswellRemove the curve448 specific constant time implementation
2018-02-20 Matt CaswellUpdate Curve448 copyright for 2018
2018-02-20 Matt CaswellFix build errors for Curve448 code on Windows (VC-WIN32...
2018-02-20 Matt CaswellRemove duplicated 448 in the names of various things
2018-02-20 Matt CaswellRemove references to libdecaf
2018-02-20 Matt CaswellRemove some unneeded code
2018-02-20 Matt CaswellManual formatting tweaks to Curve448 code
2018-02-20 Matt CaswellRun util/openssl-format-source on the Curve448 code
2018-02-20 Matt CaswellUpdate the imported curve448 code to use OpenSSL copyri...
2018-02-20 Matt CaswellConvert to C90 from C99
2018-02-20 Matt CaswellRemove DECAF_NOINLINE
2018-02-20 Matt CaswellReplace DECAF_INLINE with ossl_inline
2018-02-20 Matt CaswellRemove some vestiges of the old decaf template approach
2018-02-20 Matt CaswellRename decaf_448_* to curve448_*
2018-02-20 Matt CaswellRemove some unneeded stuff
2018-02-20 Matt CaswellRemove the decaf_bzero function and replace with OPENSS...
2018-02-20 Matt CaswellRemove some unneeded files and further flatten the...
2018-02-20 Matt CaswellFlatten the Curve 448 source structure