|
64d90a157c
|
Fixed array bounds error in handling short input in NewKeyCertificate
|
2024-11-17 12:55:34 -05:00 |
|
|
3acff32f17
|
adjusted vars, all tests pass for mapping
|
2024-11-17 12:36:26 -05:00 |
|
|
362513bbe5
|
Handle extra bytes beyond mapping length
|
2024-11-17 12:32:46 -05:00 |
|
|
c9f3227116
|
added length check to ReadMapping
|
2024-11-17 12:23:21 -05:00 |
|
|
f0702ffba9
|
Various changes
-we're dropping errors instead of trying to recover
-revamp TestReadI2PStringErrWhenDataTooShort to reflect drops instead of recoveries
|
2024-11-17 11:52:47 -05:00 |
|
|
11b9018630
|
implement uniform errors
|
2024-11-17 11:26:02 -05:00 |
|
|
f6daa5d9b6
|
Various changes
-in func (str I2PString) Data(): remove recovery attempts causing tests to fail
-added more universal errors
|
2024-11-17 11:16:43 -05:00 |
|
|
58d1f0d815
|
fixed func (str I2PString) Data()
-replace actual length expected by TestI2PStringDataReportsExtraDataError, which is an invalid length
-added note to see if we should trim instead
|
2024-11-17 10:52:47 -05:00 |
|
|
62ececf102
|
fixed func(str I2pString) Length()
-Previously incorrectly checked length causing TestI2PStringReportsExtraDataError to fail
|
2024-11-17 10:35:22 -05:00 |
|
|
1d90db3239
|
Merge pull request #23 from hkh4n/routerinfo
Routerinfo
|
2024-11-17 14:28:44 +00:00 |
|
|
f729bda62d
|
Merge branch 'master' into routerinfo
|
2024-11-16 18:17:10 +00:00 |
|
|
4ad0f97bfe
|
Fail-fast switch for logging Logging, format
|
2024-11-16 13:15:33 -05:00 |
|
|
e296441f29
|
Merge branch 'master' into routerinfo
|
2024-11-16 03:56:57 +00:00 |
|
|
62086c7d04
|
make fmt
|
2024-11-15 22:52:17 -05:00 |
|
|
ddba94d6ae
|
remove printing
|
2024-11-15 22:48:57 -05:00 |
|
|
767b91df49
|
clean up temp dirs
|
2024-11-15 22:47:36 -05:00 |
|
|
1292098cf0
|
Merge remote-tracking branch 'origin/10k' into 10k
|
2024-11-15 22:45:04 -05:00 |
|
|
24bc4c3c17
|
Implemented ed25519 SPK's
|
2024-11-15 22:29:42 -05:00 |
|
|
81eb270351
|
!WIP! - 10k test
|
2024-11-15 22:06:23 -05:00 |
|
|
b6f197cf92
|
This is not correct yet, work on key_certificate.go lines 216-245
|
2024-11-15 17:35:44 -05:00 |
|
|
c10d98a3b2
|
export DEBUG_I2P=debug in Makefile so that extended logs show up in the tests
|
2024-11-15 16:52:37 -05:00 |
|
|
6d16ca5f87
|
debugging info to investigate
|
2024-11-15 14:43:36 -05:00 |
|
|
003d6c9ab8
|
!WIP! - 10k test
|
2024-11-15 13:53:44 -05:00 |
|
|
015c4b23e2
|
pass sigType to NewRouterInfo
|
2024-11-15 11:49:10 -05:00 |
|
|
e29c3c7abb
|
formatting + implemented GetSignatureTypeFromCertificate
|
2024-11-15 11:31:29 -05:00 |
|
|
6f6291a9f6
|
bounds checking
|
2024-11-15 11:31:10 -05:00 |
|
|
767864d457
|
corrected order in Bytes()
|
2024-11-15 11:30:59 -05:00 |
|
|
0a98236d85
|
adjusted test
|
2024-11-15 11:30:40 -05:00 |
|
|
c1fa63f6ec
|
added sigtype
|
2024-11-15 11:30:34 -05:00 |
|
|
a75c275b4c
|
Corrected Bytes()
-TODO: add logging
|
2024-11-15 11:30:11 -05:00 |
|
|
d40b3e0cd3
|
added sig types
|
2024-11-15 11:14:05 -05:00 |
|
|
2ee2d77d7c
|
check if data slice is empty
|
2024-11-15 11:01:06 -05:00 |
|
|
df45c19272
|
Merge pull request #24 from satk0/fix-key-certificate-tests
Fix key certificate tests
|
2024-11-14 15:50:16 +00:00 |
|
|
f6894e9064
|
Fix PubKeyWithP521 test
|
2024-11-12 23:54:50 +01:00 |
|
|
b36ef65a10
|
Fix test when data is too small
|
2024-11-11 23:04:21 +01:00 |
|
|
271cf56ded
|
Fixes the padding generation but the reader still thinks something's wrong
|
2024-11-10 19:29:07 -05:00 |
|
|
a29fa0bc03
|
Output the rest of the key certificate, that would probably help...
|
2024-11-10 17:15:56 -05:00 |
|
|
63c48dd3b7
|
log the actual bytes in the test for now, make sure they're really there
|
2024-11-09 13:41:19 -05:00 |
|
|
8bec47efd2
|
log the actual bytes in the test for now, make sure they're really there
|
2024-11-09 13:39:38 -05:00 |
|
|
69a50e2035
|
Try adding a dummy address, change logging to show where not enough data was provided
|
2024-11-09 13:33:23 -05:00 |
|
|
8319444890
|
Try adding a dummy address, change logging to show where not enough data was provided
|
2024-11-09 13:31:24 -05:00 |
|
|
b378661e0e
|
Fix LS test, update Noise Subsystem on README.md
|
2024-11-09 12:33:53 -05:00 |
|
|
f4086e5f68
|
!WIP! - Router Info
|
2024-11-09 11:13:48 -05:00 |
|
|
877fc707c4
|
!WIP! - Router Info
|
2024-11-09 01:04:44 -05:00 |
|
|
98d05e27c8
|
!WIP! - Router Info
|
2024-11-09 00:53:17 -05:00 |
|
|
8c2b952616
|
setup auto-assign workflow
|
2024-11-08 15:01:05 -05:00 |
|
|
4020db8a19
|
Refactor: Certificate Constructor:
|
2024-11-04 19:19:03 -05:00 |
|
|
67a02f5d69
|
Noise: Refactor, remove unused fields
|
2024-11-04 18:26:17 -05:00 |
|
|
ca1280231c
|
Tidy
|
2024-11-04 15:25:54 -05:00 |
|
|
02b309df43
|
Refactor: move HandshakeState to own struct in preparation for NTCP2 mods
|
2024-11-04 15:20:56 -05:00 |
|