CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/03/04 06:01:41

Modified files:
        usr.sbin/rpki-client: Makefile extern.h io.c main.c 
Added files:
        usr.sbin/rpki-client: http.c 

Log message:
Implement a https client as a sub-process for rpki-client. This code will
be used to fetch TA certs and later on for RRDP. Kind of unreached for now
since the default TAL files don't include https URI.
The http client is fully asynchronous and can handle multiple downloads at
the same time. This code was based on the http client in ftp(1).
OK tb@, job@

Reply via email to