Re: rpki-client: use OpenSSL 1.1 ASN1_TIME API

2023-05-22 Thread Claudio Jeker
On Tue, May 09, 2023 at 05:30:26PM +0200, Theo Buehler wrote: > beck ported the OpenSSL ASN1_TIME API to use the ASN1_time* API under > the hood, so for LibreSSL the diff here is a noop. > > This allows us to eliminate most of the gross openssl hacks in regress. > The unistd.h thing is still neede

rpki-client: use OpenSSL 1.1 ASN1_TIME API

2023-05-09 Thread Theo Buehler
beck ported the OpenSSL ASN1_TIME API to use the ASN1_time* API under the hood, so for LibreSSL the diff here is a noop. This allows us to eliminate most of the gross openssl hacks in regress. The unistd.h thing is still needed because of STACK_OF discrepancies, but the reacharound into libcrypto