- May 18, 2019
-
-
Dmitry Belyavskiy authored
travis-ci: add osx builds
-
Ilya Shipitsin authored
-
Dmitry Belyavskiy authored
Fix MacOS building (master branch)
-
Dimitriy Ryazantcev authored
Fixes #122
-
- May 14, 2019
-
-
Dmitry Belyavskiy authored
Не учитывается значение carry
-
- May 13, 2019
-
-
Voev authored
-
- Apr 30, 2019
-
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
initial cirrus-ci support
-
Ilya Shipitsin authored
-
Dmitry Belyavskiy authored
test_tls: use socketpair instead of network connection
-
Vitaly Chikunov authored
May fix build on Cirrus-CI, issue #134.
-
- Apr 21, 2019
-
-
Dmitry Belyavskiy authored
Fix compilation on FreeBSD
-
Vitaly Chikunov authored
Otherwise `struct sockaddr_in` is undefined for test_tls. Reported in #123 by f-andrey.
-
- Apr 11, 2019
-
-
Dmitry Belyavskiy authored
test_digest and alignment fix for Streebog
-
Vitaly Chikunov authored
Some architectures in some circumstances do not allow unaligned memory access (such as ARM, MIPS) triggering SIGBUS. This patch very crudely fixes this issue. The issue is found and original fix is proposed by Eric Biggers: https://patchwork.kernel.org/patch/10878865/
-
Vitaly Chikunov authored
Especially test alginment problems on MIPSel.
-
- Apr 04, 2019
-
-
Dmitry Belyavskiy authored
-
- Mar 23, 2019
-
-
Dmitry Belyavskiy authored
travis-ci: switch to xenial
-
Ilya Shipitsin authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
- Mar 03, 2019
-
-
Dmitry Belyavskiy authored
test_tls: simple TLS connection testing
-
- Mar 02, 2019
-
-
Dmitry Belyavskiy authored
-
- Feb 26, 2019
-
-
Vitaly Chikunov authored
Generate cert for every parameter, set it up on s_server, connect s_client, and transfer 1M of data to both directions.
-
- Feb 17, 2019
-
-
Dmitry Belyavskiy authored
Migrate test framework to Test2
-
Alexander Bokovoy authored
-
Alexander Bokovoy authored
At least Fedora 30 will have no Test::More anymore. Test::More is deprecated, as well as Test::Stream and Test2 is a recommended replacement. Luckily, gost-engine's use of Test::More is limited to functions which are compatible with implementations in Test2, so only module import and test plan announcement need to change. Also, on Fedora 29 perl 5.28 is very picky on undefined variables.
-
- Feb 16, 2019
-
-
Dmitry Belyavskiy authored
tests: Load just built engine from the output directory
-
Vitaly Chikunov authored
Define ENGINE_DIR for all binary tests. Instead of auto-loading engine using `example.conf' load it directly from the OUTPUT_DIRECTORY for curves tests.
-
Dmitry Belyavskiy authored
-
- Feb 09, 2019
-
-
Dmitry Belyavskiy authored
cmake: benchmark/sign - link with rt for clock_gettime when needed
-
Vitaly Chikunov authored
Test if clock_gettime() requires linking with -lrt and link sign benchmark with rt if needed. clock_gettime() requires -lrt only for glibc versions before 2.17.
-
- Feb 07, 2019
-
-
Dmitry Belyavskiy authored
-
- Feb 03, 2019
-
-
Dmitry Belyavskiy authored
travis: Enable ASan build
-
Vitaly Chikunov authored
-
Dmitry Belyavskiy authored
Fix leaks in tests
-
Vitaly Chikunov authored
In preparation for memory leak detector fix them in the tests.
-
Vitaly Chikunov authored
-