Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-30 | server: Remove the wrong and verbose return value in validatePath() | Eiichiro Watanabe | |
2017-07-19 | rpki: Collect detailed information while validating | Satoshi Fujimoto | |
Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | |||
2017-01-17 | server: add feature to return matched RoaBucket in ValidatePath() for ↵ | Eiichrio Watanabe | |
library usage | |||
2017-01-17 | server: export some rpki property for library usage | Eiichrio Watanabe | |
2017-01-15 | Add examples for RPKI Origin Validation | Eiichrio Watanabe | |
2016-11-15 | client: remove server package dependency | Wataru Ishida | |
move ROA under table package Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp> | |||
2016-04-21 | rpki: delete roa validation stream API | FUJITA Tomonori | |
better to be implemented outside GoBGP. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2016-04-02 | rpki: support dynamic add/delete operations via gRPC | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2016-03-31 | move packet/*.go to packet/bgp/*.go for Go's convention | FUJITA Tomonori | |
Later, we move non-bgp protocol stuff like mrt under their own direcotries. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2016-03-31 | server: be exportable to use as RPKI library | Eiichiro Watanabe | |
2016-02-21 | rpki: fix the numbers of records and prefixes about removal | FUJITA Tomonori | |
Let's calculate the numbers of records and prefixes when they are necessary. This fixes a bug that the numbers of records and prefixes in deleteAllROA(). Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2016-01-20 | rpki: improve statistics API | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2016-01-05 | rpki: preparation for stream API | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-12-17 | rpki: support multiple roa servers | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-11-18 | rpki: fix IPv4-mapped addresss handling | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-10-28 | Add examples for rpki | Eiichiro Watanabe | |
2015-10-27 | server: fix RPKI verification to handle ASPATH ATTR TYPE properly | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-10-27 | server: fix radix key bug in rpki test | FUJITA Tomonori | |
also clean up functions to create a radix key. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-10-26 | server: fix rpki to handle roa with multiple ASes | FUJITA Tomonori | |
A single prefix in ROA could have multiple ASes. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |