Fix grammar in certificates.txt
[openssl.git] / crypto / ec / curve25519.c
2023-09-07 Matt CaswellCopyright year updates
2023-01-13 James MuirSupport all five EdDSA instances from RFC 8032
2022-05-03 Matt CaswellUpdate copyright year
2022-01-20 James MuirSimpler square-root computation for Ed25519
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Amitay IsaacsUse numbers definition of int128_t and uint128_t
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-23 Shane LontisFix ecx so that is uses a settable propertyquery
2020-04-23 Matt CaswellUpdate copyright year
2020-04-17 Pauliecx: add key generation support.
2020-04-09 Matt CaswellEnable Ed25519 signing/verifying to use the libctx
2020-02-11 Matt CaswellImplement a stricter ECX_KEY type
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-01-19 PauliDeprecate the low level SHA functions.
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-04-10 Shane LontisFixed linux_x86_icc compiler errors in EC code related...
2018-12-06 Dr. Matthias St... curve25519.c: improve formula alignment
2018-12-06 Dr. Matthias St... curve25519.c: reformat code to follow coding guidelines
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-03 Matt CaswellDisallow Ed25519 signature maleability
2018-07-15 Andy Polyakovec/curve25519.c: reorganize for better accessibility.
2018-06-21 Bernd EdlingerAdd -Wstrict-prototypes option to --strict-warnings
2018-03-13 Andy Polyakovec/curve25519.c: resolve regression with Android NDK...
2018-02-24 Andy Polyakov{ec/curve25519,poly1305/poly1305}.c: relax pedantic...
2018-02-21 Andy Polyakovec/curve25519.c: facilitate assembly implementations.
2018-02-21 Andy Polyakovcrypto/ec/curve25519.c: remove redundant fe[51]_cswap.
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-07 Andy Polyakovec/curve25519.c: avoid 2^51 radix on SPARC.
2017-12-28 Andy Polyakovec/curve25519.c: "double" ecdhx25519 performance on...
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-08-25 Bernd EdlingerClear secret stack values after use in the ED25519...
2017-08-25 Bernd EdlingerClear secret stack values after use in curve25519.c
2017-06-02 Matt CaswellLeft shift of a negative number is undefined behaviour
2017-05-30 Dr. Stephen HensonClear sensitive data in ED25519_sign
2017-05-30 Dr. Stephen HensonMake Ed25519 consistent with X25519
2017-05-30 Dr. Stephen HensonAdd Ed25519 algorithm.
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-05 Emilia KasperDocument inversion ladder in curve25519
2016-03-04 Emilia KasperCurve25519: fix const-initialization
2016-03-04 Emilia KasperCurve25519: avoid undefined behaviour
2016-03-03 Emilia KasperClean up curve25519 build
2016-03-02 Emilia Kaspercurve25519: add missing const-qualifier
2016-03-02 Kurt RoeckxMake k25519Precomp const
2016-02-29 Dr. Stephen Hensonremove unused variables
2016-02-28 Dr. Stephen HensonRemove unused code.
2016-02-28 Dr. Stephen HensonChange BORINGSSL defines to OPENSSL
2016-02-28 Dr. Stephen HensonInitial adaptations for Curve25519 code.
2016-02-28 Emilia KasperPlace under OpenSSL license.
2016-02-28 Dr. Stephen HensonAdd X25519 code from BoringSSL.