|
7e00424a83
|
converted existing common tests to testify
|
2016-03-29 23:27:58 -07:00 |
|
|
fc9b661ce6
|
improving tests with testify, unexporting sorting types
|
2016-03-28 22:16:52 -07:00 |
|
|
3e89c54630
|
Key Certificate tests
|
2016-02-20 19:02:55 -08:00 |
|
|
fc98518cdb
|
adding logging, headers, godoc to common data structures
|
2016-02-16 01:04:40 -08:00 |
|
|
270259b59d
|
working on router info
|
2016-02-15 01:13:44 -08:00 |
|
|
5677126bd7
|
completed string
|
2016-02-15 00:34:29 -08:00 |
|
|
9ccd358086
|
mapping completed
|
2016-02-14 23:35:45 -08:00 |
|
|
9d6560b94d
|
small fixes, lease
|
2016-02-14 23:10:37 -08:00 |
|
|
f9706700a1
|
update date, destination, integer
|
2016-02-14 22:40:29 -08:00 |
|
|
e19d6fa0ab
|
more lease set work, certificate completed
|
2016-02-14 22:28:20 -08:00 |
|
|
a64fe87dbe
|
some lease set work
|
2016-02-14 01:24:31 -08:00 |
|
|
f409aa79e8
|
working on key certificates and keys and cert
|
2016-02-13 21:00:29 -08:00 |
|
|
7e9aee0714
|
router address tests
|
2016-02-12 00:21:27 -08:00 |
|
|
9982c1b62c
|
* start on initial i2np transport code
* move ssu such that it's a subdirectory of transport package
* fix i2np package name to be i2np not stdi2p
|
2016-02-07 13:48:01 -05:00 |
|
|
897c0b5093
|
beginnings of an RFC style document for documenting i2p's protocols
|
2016-02-07 12:48:35 -05:00 |
|
|
4d688846ef
|
Merge branch 'master' of https://github.com/bounce-chat/go-i2p
|
2016-02-07 10:35:07 -05:00 |
|
|
1af45068d4
|
work on router address and router info
|
2016-02-07 02:54:02 -08:00 |
|
|
d1699e946e
|
testing mapping
|
2016-02-06 19:13:54 -08:00 |
|
|
0830737385
|
Merge pull request #1 from bounce-chat/master
Pull common data structure changes
|
2016-02-06 08:24:49 -05:00 |
|
|
a5c6cb8041
|
encoding comments
|
2016-02-06 02:06:27 -08:00 |
|
|
2b64fcaf33
|
some godoc
|
2016-02-06 01:43:16 -08:00 |
|
|
600118d140
|
mapping work
|
2016-02-06 01:31:07 -08:00 |
|
|
84073c20e3
|
using go string type for utf8 data
|
2016-02-05 22:35:37 -08:00 |
|
|
ef6cb2362c
|
utf support for string
|
2016-02-05 22:00:47 -08:00 |
|
|
b3fa7082cf
|
testing and improvements to the common data structures
|
2016-02-05 02:23:11 -08:00 |
|
|
f5e806dd14
|
date test
|
2016-02-04 01:14:49 -08:00 |
|
|
4823944d59
|
remaining string tests
|
2016-02-04 01:02:47 -08:00 |
|
|
e6cc4425c6
|
I2P string format
|
2016-02-04 00:54:51 -08:00 |
|
|
7e32bd2458
|
convert date to go time
|
2016-02-04 00:07:09 -08:00 |
|
|
51e944ec28
|
use I2P integer
|
2016-02-03 23:55:33 -08:00 |
|
|
28cf578847
|
Merge pull request #2 from majestrate/master
make it compile
|
2016-02-01 10:26:29 -08:00 |
|
|
57dc6836ac
|
make it compile
|
2016-02-01 08:06:24 -05:00 |
|
|
473e9e26ae
|
add lease, lease_set, mapping, router_address, router_identity, and router_info
|
2016-02-01 01:56:10 -08:00 |
|
|
cd14a81abb
|
Merge pull request #1 from majestrate/master
Initial base files
|
2016-01-30 16:10:28 -08:00 |
|
|
de2dc8dbf9
|
update readme
|
2016-01-30 17:17:45 -05:00 |
|
|
7b2aefb78c
|
go fmt
|
2016-01-29 08:38:00 -05:00 |
|
|
5d043d79e7
|
* rework dsa test
* add initial ed25519 (not done)
* fix common.Certificate compile error
* add more functions to crypto.SigningPrivateKey interface, not everyone implements them yet
|
2016-01-29 08:36:04 -05:00 |
|
|
6fcab3b7dd
|
get rid of stdi2p package, move everything relivent to common package
|
2016-01-29 07:35:17 -05:00 |
|
|
1e471e4e00
|
format with go fmt
|
2016-01-29 07:22:31 -05:00 |
|
|
f2c6e01206
|
add more members to delivery instructions
|
2016-01-29 07:19:54 -05:00 |
|
|
3c62d42c42
|
more progress:
* add tunnel crypto
* add base boilter plate for tunnel message processing
|
2016-01-28 18:19:23 -05:00 |
|
|
45656d356f
|
* add hash.go in crypto package
* add base32 / base64 in destination
* add helper functions for base64 / base32
|
2016-01-28 15:32:09 -05:00 |
|
|
4b583e7c0e
|
make elg decrypter a pointer
|
2016-01-28 15:21:59 -05:00 |
|
|
48d9efe4b4
|
fix up elg crypto parts
|
2016-01-28 15:21:01 -05:00 |
|
|
3deb15e012
|
move crypto parts from stdi2p to crypto package
|
2016-01-28 15:11:54 -05:00 |
|
|
b52e4adc04
|
fix elg test case so it compiles
|
2016-01-28 13:01:13 -05:00 |
|
|
5f2ea50e2f
|
add datastructures:
* signing keys (minus eddsa)
* some key certs
* destinations
* make crypto.ElgamalPublicKey implement stdi2p.PublicEncryptionKey
|
2016-01-28 12:58:58 -05:00 |
|
|
5cf389a79d
|
make it compile
|
2016-01-28 10:46:09 -05:00 |
|
|
67d49585af
|
add base files
|
2016-01-28 10:16:26 -05:00 |
|
|
581742fcc4
|
Initial commit
|
2015-08-04 10:36:00 -07:00 |
|