Commit Graph

38 Commits (openssl)

Author SHA1 Message Date
orignal 8ffc1486a4 test-eddsa added 5 months ago
R4SAS 77142e59ee
[http] fix query detection, addresshelper processing, update tests
Signed-off-by: R4SAS <r4sas@i2pmail.org>
1 year ago
R4SAS 3cee8bfcb2
Update tests and corresponding makefiles (#1862) 1 year ago
orignal 8a106eb09e fixed test-http-req 1 year ago
R4SAS 446bbf6b93
Merge pull request #1812 from barracuda156/tests
Add implementation of tests with CMake, plus a few minor fixes
1 year ago
orignal b4c226f4b3 EdDSA blinding test 1 year ago
barracuda156 61bcfebcc8 Add CMake support for tests 1 year ago
orignal 3a77e7ba2d remove dependancy from localization 3 years ago
R4SAS ec98ff297c
Make blinding test runnable 3 years ago
Daniel Bermond 7d220fb2eb
[tests] fix compilation of test-blinding
test-blinding currently fails to build with the following error:

In file included from ../libi2pd/Timestamp.cpp:19:
../libi2pd/RouterContext.h:21:10: fatal error:
I18N_langs.h: No such file or directory
   21 | #include "I18N_langs.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.
3 years ago
orignal 0d2d7e5e71 fixed Elligator tests 4 years ago
orignal 0e666e7d6a encoding fail test 4 years ago
orignal f498fabd27 fix for openssl 1.1 4 years ago
orignal 9ed58e5186 encode with highY 4 years ago
orignal 36eaaa748c handle case when encoded key is (p-1)/2 4 years ago
orignal 4d7b86ca26 elligator test added 4 years ago
orignal 64707dbb22 key blinding test 5 years ago
orignal abc4f6c70b fixed bug with chacha20 encryption of short messages 5 years ago
orignal 7efb47fed4 send NTCP2 frame from I2NP messages 5 years ago
orignal ef6db64e9f correct chacha20 for multiple messages 5 years ago
orignal e68f1dbc99 AEAD/Chacha20/Poly1305 encrypt multiple buffers 6 years ago
orignal 5447259e1a AEAD/ChaCha20/Poly1305 decryption and SessionCreate prcessing 6 years ago
orignal 6b9061515f AEAD/ChaCha20/Poly1305 test added 6 years ago
orignal bf1e1ad457 eliminate extra dependencies 6 years ago
orignal 7fa5b06359 x25519 unti test 6 years ago
Jeff Becker 4cc3b7f9fb restructure build to separate the 3 main components into 3 subdirectories
libi2pd for core libs

libi2pd_client for i2pd client libs

daemon for i2pd daemon libs
7 years ago
orignal bd2c2acd5f use CryptoProA params for GOST R 34.10-2012 256 bits 7 years ago
orignal 13aab750dd GOST signature unit test added 7 years ago
orignal 7a51abc2f9 GOST unit tests added 7 years ago
orignal 44a3e08095 GOST unit tests added 7 years ago
hagen 02ac638bd4 * HTTP.cpp : add comments, update test case 8 years ago
hagen 2d252e6459 * HTTP.cpp : rename method 8 years ago
hagen 7f26670173 + tests/test-base-64.cpp 8 years ago
hagen a973630cb4 * fix tests 8 years ago
hagen 8589493581 * add test for MergeChunkedResponse() (#432) 8 years ago
hagen 43a90d7b98 * HTTP.cpp : fix parse_header_line (#501) 8 years ago
hagen b68f06ca83 * update tests 8 years ago
hagen a15aad9f9c * unit-tests 8 years ago