Re: rpki-client: cache X509v3 extensions early

2022-05-11 Thread Claudio Jeker
On Wed, May 11, 2022 at 08:50:57AM -0600, Bob Beck wrote: > yes makes sense > > ok beck@ agreed, ok claudio@ > > On May 11, 2022, at 07:53, Theo Buehler wrote: > > > > Some funky libcrypto business ahead. > > > > X509 API functions such as X509_check_ca() or X509_get_extension_flags() > > c

Re: rpki-client: cache X509v3 extensions early

2022-05-11 Thread Bob Beck
yes makes sense ok beck@ > On May 11, 2022, at 07:53, Theo Buehler wrote: > > Some funky libcrypto business ahead. > > X509 API functions such as X509_check_ca() or X509_get_extension_flags() > cache X509v3 extensions internally if they're not already cached. They > make decisions based on (o

rpki-client: cache X509v3 extensions early

2022-05-11 Thread Theo Buehler
Some funky libcrypto business ahead. X509 API functions such as X509_check_ca() or X509_get_extension_flags() cache X509v3 extensions internally if they're not already cached. They make decisions based on (or report some of) the cached values. Although it's unlikely, this caching may fail halfway