CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/10 10:17:07
Modified files:
usr.sbin/rpki-client: cert.c
Log message:
Deserialize IPAddrBlocks in libcrypto
Let the RFC 3779 code in libcrypto do its job: deserialize the IPAddrBlocks
extension using X509V3_EXT_d2i() and then simply walk the returned struct.
This replaces quite a bit of low level ASN.1 fiddling with much simpler
reaching into structs with names that have some meaning.
ok claudio
