Commit Graph
9128 Commits
Author SHA1 Message Date
user c11a3aff95 fix typing 2026-06-08 11:36:47 +00:00
user 512d313288 fix: fix MLKEM_public_from_private logic 2026-06-08 05:54:10 +00:00
user 736b569ee5 libressl cache pubkey 2026-06-08 05:45:51 +00:00
user 6142097e9a fix typing 2026-06-08 05:30:02 +00:00
user ddc0f05cd2 use cached pub key 2026-06-08 05:27:19 +00:00
user 8562404952 get public key libressl 2026-06-08 05:11:44 +00:00
user e594a7d9b5 Merge branch 'MLKEM_libressl' of github.com:wipedlifepotato/i2pd into MLKEM_libressl 2026-06-08 04:57:23 +00:00
user bf1d6cc979 mlkem libressl generate private key 2026-06-08 04:56:30 +00:00
LuminokandGitHub 96e484dbb9 Fix formatting issues in Signature.cpp 2026-06-08 04:41:34 +00:00
LuminokandGitHub d8b5be118f Merge branch 'openssl' into MLKEM_libressl 2026-06-08 04:39:20 +00:00
user 810dd65375 pq/libressl fix: fix compilation 2026-06-08 04:35:17 +00:00
user 321483f56e PQ/LibreSSL: encap/decap 2026-06-08 04:31:54 +00:00
user cd176796b3 PQ: fix logic 2026-06-08 04:16:33 +00:00
user 1cc4854bb6 preproccessor: change a logic 2026-06-08 03:30:39 +00:00
user f2e7a0ff5c preproccessor shit 2026-06-08 03:05:42 +00:00
orignal 7ad86b2ba0 shared_ptr for DatagramDestination 2026-06-07 15:01:58 -04:00
user a7e45f5b7a libressl: preprocessor magic 2026-06-07 14:42:02 +00:00
orignal 93b550359c delete peers outside loop 2026-06-07 10:16:12 -04:00
user 433f3e554b PQ: preproccessor magic 2026-06-07 13:55:31 +00:00
user ade8e0e10b fix: fix preprocessor code 2026-06-07 13:37:48 +00:00
user 9b6f183896 postqunatum mlkem libressl: gen/free keys 2026-06-07 13:26:15 +00:00
orignalandGitHub 7cf436a3ce Merge pull request #2398 from wipedlifepotato/skobki
fix: скобка в конце строки, для выода в help
2026-06-07 08:39:10 -04:00
user 758b457ee3 fix: скобка в конце строки, для выода в help 2026-06-07 12:37:13 +00:00
orignal ce27bdecdf removed MLDSA code 2026-06-07 08:34:19 -04:00
orignal 3b06529f97 send acknowlegement to restransmimitted SYNACK 2026-06-05 13:32:43 -04:00
orignal 8e64f99de4 fixed few possible race conditions 2026-06-04 13:52:08 -04:00
orignal 34101fb9b6 fix webconsole text overflow on multi display devices 2026-06-03 14:03:05 -04:00
orignal 22b9ad1eed show router caps in main window 2026-06-02 13:37:49 -04:00
orignal ebd0575385 limit i2p.streaming.maxOutboundSpeed per session 2026-06-01 16:29:07 -04:00
orignal 22dd724f96 options for short tunnel build message/reply 2026-05-31 21:05:18 -04:00
orignal 83e304dc17 cleanup peers under mutex. delete sessions outside loop 2026-05-29 14:48:15 -04:00
orignal 1b0a1bc513 suppress LEFT-TO-RIGHT MARK warning for newer compilers 2026-05-28 17:37:59 -04:00
orignal 524d80853d fixed build openssl 4 2026-05-28 07:22:48 -04:00
orignal 8350ebb308 select OBEP/IBGW based on peer ordering key for low bandwidth tunnels 2026-05-27 20:14:07 -04:00
orignal a00a70c448 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl 2026-05-27 17:50:03 -04:00
R4SASandGitHub adfbbaea30 [gha] Windows 32-bit RIP 2026-05-28 00:49:53 +03:00
orignal 24c9905649 Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl 2026-05-27 17:49:44 -04:00
orignal 308fe0b3e0 select OBEP/IBGW based on peer ordering key 2026-05-27 17:49:14 -04:00
R4SASandGitHub 335c926d70 [gha] Windows 32-bit RIP 2026-05-28 00:48:40 +03:00
orignal a9a15e7ebc create EVP_MD_CTX for siphash only once 2026-05-27 08:57:37 -04:00
orignal d6273b277d Identity/IdentMetrics split 2026-05-27 08:25:28 -04:00
orignal e9f7477fcf reuse previously calculated peer ordering group 2026-05-26 21:48:21 -04:00
orignal b37e0572d8 select first hop from connected peers based on peer ordering key 2026-05-25 21:08:37 -04:00
orignal d4471cbb0f copy peers to temprary vector for peer selection 2026-05-25 17:02:30 -04:00
orignal a87ed696d1 fixed build with openssl4 2026-05-25 13:39:28 -04:00
orignal c8a4c1c34a notify keys pair supplier thread after mutex unlocked 2026-05-23 19:21:27 -04:00
orignal 6978027089 implemented key pairs supplier on std::list instead std::queue. Fixed potential race condition 2026-05-23 13:53:55 -04:00
orignal 1ff9e30d06 temporary fix mingw gcc 16 release build by using C++17 2026-05-21 16:41:47 -04:00
orignalandGitHub 3d90baa173 Merge pull request #2382 from milahu/patch-1
use C++17, add Boost Atomic
2026-05-21 08:34:40 -04:00
milahu fe3dd7aed3 Add 'atomic' component to Boost package requirements
fix: error LNK1104: cannot open file 'boost_atomic.lib'
2026-05-21 08:51:48 +02:00