CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2020/04/02 03:16:43
Modified files: usr.sbin/rpki-client: cert.c cms.c crl.c Log message: Use fopen() and BIO_new_fd() instead of BIO_new_file so that a possible open error can be better logged to the operator. The cryptowarnx function logs warnings is a less optimal way (mainly because of OpenSSL error stacks). OK benno@ deraadt@