- Nov 25, 2018
-
-
Dmitry Belyavskiy authored
-
- Aug 24, 2018
-
-
Dmitry Belyavskiy authored
Backport testsuite and travis-ci support to 1.1.0 branch
-
- Aug 22, 2018
-
-
Gleb Fotengauer-Malinovskiy authored
grasshopper-omac is not implemented in this version of engine.
-
Vitaly Chikunov authored
(cherry picked from commit 234823a6)
-
Vitaly Chikunov authored
(cherry picked from commit 641223f4)
-
Vitaly Chikunov authored
openssl-1.1.0 made ctx opaque and does not allow it on stack anymore. (cherry picked from commit 20e590a4)
-
Vitaly Chikunov authored
(cherry picked from commit a53589ac)
-
Vitaly Chikunov authored
Encrypt with small chunks to verify that internal state is handled correctly between calls. (cherry picked from commit 3b130109)
-
Vitaly Chikunov authored
These tests are with generated test vectors from canonical TC26 implementation with truncated IVs. (cherry picked from commit 9c0f7cd7)
-
Vitaly Chikunov authored
(cherry picked from commit ee15414b)
-
Vitaly Chikunov authored
Full test of OFB to match GOST R 34.13-2015 test vectors is impossible, due to test IVs are having size (256-bits) over the maximum openssl can allow (128-bits). I generated new test vectors from canonical implementation from `PR_GOSTR_bch_v9.zip` (revision of 2016-10-28) by truncating test IVs in half. (cherry picked from commit d40efde8)
-
Vitaly Chikunov authored
Make sure stream modes can encrypt any block size. (cherry picked from commit 6e163b2c)
-
Vitaly Chikunov authored
(cherry picked from commit 370c40df)
-
Vitaly Chikunov authored
test_grasshopper: test modes to match GOST vectors Only ECB and CTR modes are tested. OBF, CBC, CFB modes is not testable under openssl. (cherry picked from commit 6547c44e)
-
Gleb Fotengauer-Malinovskiy authored
-
Gleb Fotengauer-Malinovskiy authored
-
Gleb Fotengauer-Malinovskiy authored
Co-authored-by:
Mikhail Gordeev <obirvalger@altlinux.org> (cherry picked from commit 0329b9a7)
-
Ilya Shipitsin authored
(*) convert 'openssl ciphers | grep ...' into Test:More syntax (cherry picked from commit abf1f767)
-
Ilya Shipitsin authored
(cherry picked from commit 1d378c56)
-
Ilya Shipitsin authored
(cherry picked from commit 6eb11c67)
-
Dmitry Belyavskiy authored
(cherry picked from commit 3461793c)
-
Vitaly Chikunov authored
-
- Aug 21, 2018
-
-
Dmitry Belyavskiy authored
Backport grasshopper-ctr and grasshopper-ofb fixes to 1.1.0 branch
-
Dmitry Belyavskiy authored
-
- Aug 20, 2018
-
-
Gleb Fotengauer-Malinovskiy authored
Also, document why CTR IV size is now set to 16, so user is noted to set IV appropriately to full extent (including counter). Basically, it's for openssh (and alike) to make it copy IV from privilege separated process. (cherry picked from commit 74d13288)
-
Vitaly Chikunov authored
Previous implementation was not OFB at all, and fail tests. Note: This implementation is for fixed width 128-bit IV which makes shift regiser redundant. (cherry picked from commit 1e15537d)
-
Vitaly Chikunov authored
Previously CTR did not continue unfinished block on the next cipher iteration. (cherry picked from commit cf2ab51a)
-
- Mar 15, 2018
-
-
Dmitry Belyavskiy authored
-
- Aug 28, 2017
-
-
Dmitry Belyavskiy authored
-
- Aug 18, 2017
-
-
Dmitry Belyavskiy authored
-
- Jul 04, 2017
-
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
Address compiler warnings and build with CMAKE_C_FLAGS
-
- Jun 28, 2017