CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/05/17 02:00:51
Modified files: lib/libcrypto/x509: x509_addr.c Log message: Rewrite make_addressRange() using CBS Factor the trimming of the end and the counting of unused bits into helper functions and reuse an ASN.1 bit string API to set the unused bits and the ASN1_STRING_FLAG_BITS_SET. With a couple of explanatory comments it becomes much clearer what the code is actually doing and why. ok jsing