Re: acme-client: relax certificate parsing

2020-09-15 Thread Sebastian Benoit
ok Florian Obser(flor...@openbsd.org) on 2020.09.14 17:12:01 +0200: > Relax parsing of pem files a bit. Apparently there are CAs that use > \r\n line endings. > From Bartosz Kuzma as part of a larger diff. > > OK? > > diff --git certproc.c certproc.c > index 7fde96e970e..975e12afaaa 100644 > ---

acme-client: relax certificate parsing

2020-09-14 Thread Florian Obser
Relax parsing of pem files a bit. Apparently there are CAs that use \r\n line endings. >From Bartosz Kuzma as part of a larger diff. OK? diff --git certproc.c certproc.c index 7fde96e970e..975e12afaaa 100644 --- certproc.c +++ certproc.c @@ -28,7 +28,8 @@ #include "extern.h" -#define MARKER