eyedeekay
|
b6f197cf92
|
This is not correct yet, work on key_certificate.go lines 216-245
|
2024-11-15 17:35:44 -05:00 |
|
eyedeekay
|
c10d98a3b2
|
export DEBUG_I2P=debug in Makefile so that extended logs show up in the tests
|
2024-11-15 16:52:37 -05:00 |
|
Haris Khan
|
6d16ca5f87
|
debugging info to investigate
|
2024-11-15 14:43:36 -05:00 |
|
Haris Khan
|
003d6c9ab8
|
!WIP! - 10k test
|
2024-11-15 13:53:44 -05:00 |
|
Haris Khan
|
015c4b23e2
|
pass sigType to NewRouterInfo
|
2024-11-15 11:49:10 -05:00 |
|
Haris Khan
|
e29c3c7abb
|
formatting + implemented GetSignatureTypeFromCertificate
|
2024-11-15 11:31:29 -05:00 |
|
Haris Khan
|
6f6291a9f6
|
bounds checking
|
2024-11-15 11:31:10 -05:00 |
|
Haris Khan
|
767864d457
|
corrected order in Bytes()
|
2024-11-15 11:30:59 -05:00 |
|
Haris Khan
|
0a98236d85
|
adjusted test
|
2024-11-15 11:30:40 -05:00 |
|
Haris Khan
|
c1fa63f6ec
|
added sigtype
|
2024-11-15 11:30:34 -05:00 |
|
Haris Khan
|
a75c275b4c
|
Corrected Bytes()
-TODO: add logging
|
2024-11-15 11:30:11 -05:00 |
|
Haris Khan
|
d40b3e0cd3
|
added sig types
|
2024-11-15 11:14:05 -05:00 |
|
Haris Khan
|
2ee2d77d7c
|
check if data slice is empty
|
2024-11-15 11:01:06 -05:00 |
|
eyedeekay
|
271cf56ded
|
Fixes the padding generation but the reader still thinks something's wrong
|
2024-11-10 19:29:07 -05:00 |
|
eyedeekay
|
a29fa0bc03
|
Output the rest of the key certificate, that would probably help...
|
2024-11-10 17:15:56 -05:00 |
|
eyedeekay
|
63c48dd3b7
|
log the actual bytes in the test for now, make sure they're really there
|
2024-11-09 13:41:19 -05:00 |
|
eyedeekay
|
8bec47efd2
|
log the actual bytes in the test for now, make sure they're really there
|
2024-11-09 13:39:38 -05:00 |
|
eyedeekay
|
69a50e2035
|
Try adding a dummy address, change logging to show where not enough data was provided
|
2024-11-09 13:33:23 -05:00 |
|
eyedeekay
|
8319444890
|
Try adding a dummy address, change logging to show where not enough data was provided
|
2024-11-09 13:31:24 -05:00 |
|
eyedeekay
|
b378661e0e
|
Fix LS test, update Noise Subsystem on README.md
|
2024-11-09 12:33:53 -05:00 |
|
Haris Khan
|
f4086e5f68
|
!WIP! - Router Info
|
2024-11-09 11:13:48 -05:00 |
|
Haris Khan
|
877fc707c4
|
!WIP! - Router Info
|
2024-11-09 01:04:44 -05:00 |
|
Haris Khan
|
98d05e27c8
|
!WIP! - Router Info
|
2024-11-09 00:53:17 -05:00 |
|
eyedeekay
|
4020db8a19
|
Refactor: Certificate Constructor:
|
2024-11-04 19:19:03 -05:00 |
|
eyedeekay
|
67a02f5d69
|
Noise: Refactor, remove unused fields
|
2024-11-04 18:26:17 -05:00 |
|
eyedeekay
|
ca1280231c
|
Tidy
|
2024-11-04 15:25:54 -05:00 |
|
eyedeekay
|
02b309df43
|
Refactor: move HandshakeState to own struct in preparation for NTCP2 mods
|
2024-11-04 15:20:56 -05:00 |
|
eyedeekay
|
a5b3c3f194
|
NTCP2: Stub out NTCP2 and explain the task at hand, SSU2: Explain the plan
|
2024-11-04 00:24:08 -05:00 |
|
eyedeekay
|
0aa7a5554b
|
Merge branch 'master' of github.com:go-i2p/go-i2p
|
2024-11-03 23:59:13 -05:00 |
|
eyedeekay
|
266a1b71d6
|
Cleanup: Move obfs.go to own package to avoid import cycle noise->ntcp. I probably should have caught that in review.
|
2024-11-03 23:58:49 -05:00 |
|
idk
|
d32f2e78ab
|
Merge pull request #21 from hkh4n/config
move base dir from ~/go-i2p to ~/.go-i2p & other changes
|
2024-11-04 04:51:24 +00:00 |
|
idk
|
9e806bc32e
|
Merge branch 'master' into config
|
2024-11-03 22:25:05 +00:00 |
|
idk
|
c52112a36f
|
Merge pull request #22 from hkh4n/refactor
go mod tidy & fixed condition that was always true
|
2024-11-03 22:23:15 +00:00 |
|
eyedeekay
|
db0fd9f7e9
|
Management: rm PASTA.md
|
2024-11-03 15:53:23 -05:00 |
|
eyedeekay
|
3ab258cde6
|
Management: add ROADMAP.md
|
2024-11-03 15:53:13 -05:00 |
|
Haris Khan
|
20b9bbd8e4
|
go mod tidy & fixed condition that was always true
|
2024-11-03 01:52:48 -05:00 |
|
Haris Khan
|
1fa520613c
|
replace deprecated function (ioutil -> os)
|
2024-11-03 00:14:45 -04:00 |
|
Haris Khan
|
fb99b98a7e
|
minor typo fix
|
2024-11-02 21:37:56 -04:00 |
|
Haris Khan
|
d6b8cd9d4d
|
go mod tidy
|
2024-11-02 21:37:29 -04:00 |
|
Haris Khan
|
92e4656774
|
move from ~/go-i2p to ~/.go-i2p
|
2024-11-02 21:37:23 -04:00 |
|
Haris Khan
|
5f2bfb8d9d
|
gofumpt adjustment
|
2024-11-02 21:36:55 -04:00 |
|
idk
|
9494c226a6
|
Merge pull request #19 from go-i2p/noise-experimental
Noise Subsystem
|
2024-11-02 02:59:43 +00:00 |
|
idk
|
344edc6d41
|
Merge branch 'master' into noise-experimental
|
2024-11-02 02:59:24 +00:00 |
|
idk
|
9eea99b489
|
Merge pull request #20 from hkh4n/noise-experimental
Polishes
|
2024-11-01 14:30:25 +00:00 |
|
idk
|
c984f94b90
|
Merge pull request #9 from hkh4n/sntp-experimental
Implemented mimic implementation of sntp from the original java implementation
|
2024-11-01 14:28:00 +00:00 |
|
Haris Khan
|
a17f0208dd
|
gofumpt adjustment
|
2024-10-31 10:53:22 -04:00 |
|
Haris Khan
|
487815f8f1
|
tests
|
2024-10-31 10:50:21 -04:00 |
|
Haris Khan
|
24e0baa879
|
Moved functions
-encryptPacketDeux -> testEncryptPacket in encrdecr_packet_test.go
-decryptPacketDeux -> testDecryptPacket in encrdecr_packet_test.go
|
2024-10-31 10:45:42 -04:00 |
|
Haris Khan
|
a5d2f0de8c
|
lib/transport/noise/doc.md
|
2024-10-31 00:01:22 -04:00 |
|
Haris Khan
|
423f616d53
|
Info -> Debug
|
2024-10-30 23:29:46 -04:00 |
|