528 Commits

Author SHA1 Message Date
8d56d033ae flux 2024-12-04 01:40:23 -05:00
ad22d3e249 flux 2024-12-04 01:28:13 -05:00
f55788e8ab flux 2024-12-04 01:18:54 -05:00
2a4f4d6186 successful flux 2024-12-04 01:14:38 -05:00
ca1180c57f added cert tests and experimental function NewCertificateDeux 2024-12-04 00:55:53 -05:00
76c3e5f293 WHAT IS HAPPENING RIGHT NOW 2024-12-04 00:02:33 -05:00
91abe52725 flux 2024-12-03 23:22:14 -05:00
a0ad9e0122 flux 2024-12-03 23:12:34 -05:00
b23edc28d1 flux 2024-12-03 23:07:52 -05:00
b547faf286 flux 2024-12-03 21:24:32 -05:00
a145555bb2 flux 2024-12-03 19:27:41 -05:00
280c877d39 Merge branch 'master' of github.com:go-i2p/go-i2p into ntcp 2024-12-01 15:41:24 -05:00
ef4d4658c0 NTCP2: Add CreateSessionRequest to implement handshake 1 message, modify ComposeInitiatorHandshakeMessage to actually send it 2024-12-01 15:27:42 -05:00
15bf28403e exported KeyCertificate 2024-12-01 01:28:38 -05:00
b40c0ab6f9 fixed crypto public key size 2024-12-01 01:13:53 -05:00
b952be5e08 build test (redo) 2024-11-30 18:33:39 -05:00
aafbf74986 revert build test 2024-11-30 18:30:02 -05:00
3cdc5676eb build test 2024-11-30 18:27:54 -05:00
d41efdba0e adjusted tests.yml and Makefile 2024-11-30 17:43:51 -05:00
edc436ac39 Merge branch 'master' into tests
# Conflicts:
#	Makefile
2024-11-30 17:30:47 -05:00
idk
414b489b37 Merge pull request #29 from hkh4n/workflow2
Adjust github workflows
2024-11-30 22:11:49 +00:00
da875738e4 fix typos 2024-11-28 22:46:48 -05:00
2a027ebb6c added lease_set.mk + add to Makefile 2024-11-28 22:44:51 -05:00
d658dee6de correct filename + add to Makefile 2024-11-28 22:43:20 -05:00
8fde3c9400 updated lease_set.mk 2024-11-28 22:40:20 -05:00
9421374384 are tests running? 2024-11-28 20:18:03 -05:00
daad2dcacd dont fail fast on CI 2024-11-28 20:16:10 -05:00
5f8dc3f9a2 matrix x2 2024-11-28 20:14:05 -05:00
9cc2e8f410 matrix 2024-11-28 20:13:21 -05:00
6ac46aa747 Run aggregated tests 2024-11-28 20:07:37 -05:00
5548b865b4 Adjusted makefile
-moved make test-all to just make test
-removed make test-all from tests.yml
2024-11-28 18:42:23 -05:00
55245b2aa7 added more logging 2024-11-26 23:06:21 -05:00
208051f92d strange error: publicKey has invalid size: expected 0, got 256 2024-11-26 23:03:17 -05:00
8a672ca6ca adjust var names 2024-11-26 22:10:53 -05:00
45def9dd0c Merge branch 'master' into tests 2024-11-26 22:08:46 -05:00
cb1da321b9 added tests.yml 2024-11-26 22:02:31 -05:00
d291624436 fixed auto-assign.yml 2024-11-26 22:01:52 -05:00
a58f64566f Destination size 363 -> Fail 2024-11-26 21:28:02 -05:00
891d915bb2 TODO 2024-11-26 20:30:37 -05:00
a0a8704c6c mapping.size = size to fix dereference panic 2024-11-26 20:30:31 -05:00
c68acf848e Corrected ValuesToMapping to order correctly 2024-11-26 19:56:32 -05:00
7a6927cf53 gofumpt 2024-11-26 19:47:17 -05:00
37e11ffee1 adjust generateTestRouterInfo 2024-11-26 15:56:41 -05:00
e15e427f60 return error + uniform naming 2024-11-26 15:56:29 -05:00
f0803a095e tweaks 2024-11-26 15:55:50 -05:00
bf7e88bec1 updated test functions to not panic 2024-11-24 14:34:14 -05:00
065ceeb88f Various changes
-removed outdated test functions (to be replaced later)
-added working experimental ReadKeysAndCert replacement candidate ReadKeysAndCertDeux
-added readCertificateFromEnd
-added constructPublicKey
-exported SpkType and CpkType in KeyCertificate
-added CryptoPublicKeySize() method
-added SigningPublicKeySize() method
2024-11-24 14:25:40 -05:00
ca4a7a13ea experimental functions, tests pass 2024-11-23 23:54:01 -05:00
0b0753cac1 tweaks 2024-11-23 22:48:58 -05:00
40c2c4806c fix padding + fail on invalid padding instead of warn. 2024-11-23 22:45:32 -05:00