remove more BIO from rpki-client part 2

2021-10-26 Thread Claudio Jeker
This switches the cert parser to use d2i_X509 instead of the BIO versions. -- :wq Claudio Index: cert.c === RCS file: /cvs/src/usr.sbin/rpki-client/cert.c,v retrieving revision 1.40 diff -u -p -r1.40 cert.c --- cert.c 23 Oct 20

remove more BIO from rpki-client

2021-10-26 Thread Claudio Jeker
I want to be able to pass a buffer to the various parser functions instead of a filename. This is in preparation for supporting rpki-client -f somefile This diff switches CMS and CRL to their regular d2i versions. The cert files will follow in the next diff. -- :wq Claudio Index: cms.c =