From e9015c12e6d0558b8c15ae706f73cbb8289e887cc1c4d7903873df6d16723a1f Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 18 Aug 2022 10:05:09 +0000 Subject: [PATCH] - scamper: * add an option (-O cafile=/path/to/file) to load CA certificates from a specific file when starting scamper for validating a remote controller's certificate (this was released in 20211212a) * add options -O client-certfile=/path/to/certfile and -O client-privfile=/path/to/privfile to have scamper present a client certificate during a TLS handshake with a remote controller * fix bugs that prevent scamper from reconnecting to a remote controller * fix -d debugfile when scamper is built with privilege separation * fix bug when writing neighbordisc measurements to warts file that prevents a neighbordisc measurement from being read * fix bug when reading some tracelb measurements with unresponsive hops from a warts file * allow user to specify fractions of a second to ping timeout (-W) * use a random source port / ICMP ID in ping if -F 0 - sc_remoted: * add -C option to specify a CA PEM file to verify client certificates presented by scamper instances. * add -O skipnameverification option to tell sc_remoted to verify scamper presents a certificate signed by the CA, but do not do name verification OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=37 --- scamper.changes | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/scamper.changes b/scamper.changes index a41754d..8f6ce5c 100644 --- a/scamper.changes +++ b/scamper.changes @@ -2,7 +2,30 @@ Thu Aug 18 06:36:07 UTC 2022 - Sebastian Wagner - Update to version 20211212b: - - No changelog available. + - scamper: + * add an option (-O cafile=/path/to/file) to load CA certificates + from a specific file when starting scamper for validating a + remote controller's certificate (this was released in 20211212a) + * add options + -O client-certfile=/path/to/certfile and + -O client-privfile=/path/to/privfile + to have scamper present a client certificate during a TLS handshake + with a remote controller + * fix bugs that prevent scamper from reconnecting to a remote + controller + * fix -d debugfile when scamper is built with privilege separation + * fix bug when writing neighbordisc measurements to warts file that + prevents a neighbordisc measurement from being read + * fix bug when reading some tracelb measurements with unresponsive hops + from a warts file + * allow user to specify fractions of a second to ping timeout (-W) + * use a random source port / ICMP ID in ping if -F 0 + - sc_remoted: + * add -C option to specify a CA PEM file to verify client certificates + presented by scamper instances. + * add -O skipnameverification option to tell sc_remoted to verify + scamper presents a certificate signed by the CA, but do not do + name verification ------------------------------------------------------------------- Mon Apr 25 14:13:43 UTC 2022 - Dominique Leuenberger