- Oct 31, 2020
-
-
Wolfgang Beck authored
-
- Sep 18, 2020
-
-
Dmitry Belyavskiy authored
(cherry picked from commit 47be42da)
-
Dmitry Belyavskiy authored
(cherry picked from commit 1997dd99)
-
Vitaly Chikunov authored
This is based on AX_CHECK_ALIGNED_ACCESS_REQUIRED from autoconf-archive. Note, that on some arches unaligned access behavior could be changed at runtime via prctl(1). Also, unaligned memory access is still slower (and very slow on some arches) even if it's not strictly required. (cherry picked from commit d2810d23)
-
Dmitry Belyavskiy authored
(cherry picked from commit f1f47c6c)
-
- Sep 02, 2020
-
-
Dmitry Belyavskiy authored
This branch is created for experiments with the patched OpenSSL version. The patch implements Russian GOST TLS 1.2 and TLS 1.3 support in OpenSSL. Some parts of the patch are already included in OpenSSL 3.0, some are not and possibly, will never be. This branch is recommended for ditribution builders and those who want make experiments. It MUST NOT be used instead of system OpenSSL.
-
- 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
-