- Sep 02, 2020
-
-
Dmitry Belyavskiy authored
-
- Aug 28, 2020
-
-
Dmitry Belyavskiy authored
-
- Aug 22, 2020
-
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
Plus some minor style fix
-
- Aug 21, 2020
-
-
Luis Rivera Zamarripa authored
-
- Aug 20, 2020
-
-
Dmitry Belyavskiy authored
-
- Aug 13, 2020
-
-
Dmitry Belyavskiy authored
-
- Aug 11, 2020
-
-
Dmitry Belyavskiy authored
-
- Aug 06, 2020
-
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
- Jul 24, 2020
-
-
Billy Brumley authored
ECCKiila Changes from https://gitlab.com/nisec/ecckiila/-/issues/2 https://gitlab.com/nisec/ecckiila/-/commit/7445ecabef77965743e0ae8d39d7433b07820be6 * X3 -> X1 * eliminate a temp variable X3 = X1 as pointers is the reason this was still passing unit tests. But that might not hold in future versions of ECCKiila, so fix it now.
-
- Jul 22, 2020
-
-
Dmitry Belyavskiy authored
-
- Jul 11, 2020
-
-
Billy Brumley authored
char defaults to signed on x86/x64, but unsigned on ARM.
-
- Jul 10, 2020
-
-
Vitaly Chikunov authored
Test all VKOs and KEGs to work and produce same keys for both parties.
-
Vitaly Chikunov authored
Format: vko:<bit length> Such as: vko:256 for VKO_256 vko:512 for VKO_512 vko:0 disable strict VKO mode, switch to other derive methods.
-
Vitaly Chikunov authored
-
Vitaly Chikunov authored
Suitable for tests. Use EVP_PKEY_CTRL_SET_VKO ctrl with appropriate digest nid to enable VKO mode.
-
- Jul 03, 2020
-
-
Billy Brumley authored
Standalone EC implementations from ECCKiila. https://gitlab.com/nisec/ecckiila
-
- Jun 13, 2020
-
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
- Jun 12, 2020
-
-
Pauli authored
-
- Jun 10, 2020
-
-
Vitalio authored
-
- Jun 08, 2020
-
-
Billy Brumley authored
* GOST key agreement cofactor fix
-
- May 27, 2020
-
-
Vitaly Chikunov authored
Bug found by Clang scan-build. Fixes #258.
-
Dmitry Belyavskiy authored
-
- May 23, 2020
-
-
Dmitry Belyavskiy authored
Fixes #257
-
- May 22, 2020
-
-
Dmitry Belyavskiy authored
openssl/openssl#11720 provided the necessary fix.
-
- May 21, 2020
-
-
Vitaly Chikunov authored
-
Vitaly Chikunov authored
Test for conversion errors.
-
- May 20, 2020
-
-
Vitaly Chikunov authored
Such as, no need to run tests if build failed.
-
Vitaly Chikunov authored
Also, allow verbose connect setting VERBOSE=1 env var.
-
- May 19, 2020
-
-
-
Nikolay Morozov authored
-
Dmitry Belyavskiy authored
-
Nikolay Morozov authored
All tabs replcaded with spaces. One file was 2 tabs fornating.
-
Dmitry Belyavskiy authored
-
- May 14, 2020
-
-
Vitaly Chikunov authored
After registration rework many callbacks not need to be exported. Also, some functions inconsistently declared static in headers and non-static in the code. Finally, some functions just not need to be exported.
-
Vitaly Chikunov authored
-