Re: OpenBGPD 7.0 released

2021-06-04 Thread Robert Scheck
On Fri, 04 Jun 2021, Claudio Jeker wrote: > We have released OpenBGPD 7.0, which will be arriving in the > OpenBGPD directory of your local OpenBSD mirror soon. https://ftp.openbsd.org/pub/OpenBSD/OpenBGPD/ unfortunately lacks a openbgpd-7.0.tar.gz.asc as it seems... Regards, Robert

Mention -N to shutdown(2) network socket after EOF in man nc(1)

2021-03-29 Thread Robert Scheck
Jakub Jelen reported at Fedora that "nc -l 8080" (terminal #1) and "echo XXX | nc localhost 8080" (terminal #2) keeps hanging both client and server after reading the EOF, even the last sentence of "CLIENT/SERVER MODEL" in the man page of nc(1) says "The connection may be terminated using an EOF

Re: rpki-client: reject bad URLs in cert files

2020-12-02 Thread Robert Scheck
On Wed, 02 Dec 2020, Claudio Jeker wrote: > Be stricter in what we accept as URL. Nobody should use silly encodings > like UTF-8 or other crap in the embedded URLs. I also consider any kind of > space as a failure (use %20 instead if that is really needed). Really? So ȓþʞí.idna2008.example.net is

Minor change in rpki-client.8

2020-05-13 Thread Robert Scheck
Following claudio@'s recent change from "-rlt" to "-rt" in rpki-client [1], I would like to propose this minor change to rpki-client.8 hereby: diff --git a/src/usr.sbin/rpki-client/rpki-client.8 b/src/usr.sbin/rpki-client/rpki-client.8 index 06d3490..ec1e4ae 100644 ---

Re: BIRD 1.x/2.x support at rpki-client

2020-03-06 Thread Robert Scheck
On Fri, 06 Mar 2020, Sebastian Benoit wrote: > Note that I haven't tried this with bird 1 or 2 yet ;) > comments, oks? I did not try it yet, but I think BIRD 1 also needs something like "define force_roa_table_update = %lld;" and maybe some table definition. I will try BIRD 1 and 2 during the

Re: BIRD 1.x/2.x support at rpki-client

2020-03-06 Thread Robert Scheck
On Fri, 06 Mar 2020, Job Snijders wrote: > I believe Robert is referring to this snippet of code: > > > https://patch-diff.githubusercontent.com/raw/kristapsdz/rpki-client/pull/21.patch Exactly. Regards, Robert

Re: BIRD 1.x/2.x support at rpki-client

2020-03-03 Thread Robert Scheck
On Mon, 02 Mar 2020, Theo de Raadt wrote: > Can't we assume bird1 will go away eventually? Yes, sooner or later. Likely later for OpenBSD when looking to net/bird/1 and net/bird/2 co-existence, thus ongoing BIRD 1.x compatibility might be more important for OpenBSD than for rpki-client

BIRD 1.x/2.x support at rpki-client

2020-03-02 Thread Robert Scheck
Hi, job@ suggested to move this from GitHub to tech@ list (as upstream): 1. Currently, BIRD 1.x support in rpki-client seems to be broken: As per BIRD upstream the "combined format" produced by rpki-client can't be used as-is with BIRD 1.x due to separated daemons (and configuration