summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_xref.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-28Convert X509v3_adr_get_afi() to CBStb1-6/+21
The manual byte bashing is performed more safely using this API which would have avoided the out-of-bounds read that this API had until a few years back. The API is somewhat strange in that it uses the reserved AFI 0 as an in-band error but it doesn't care about the reserved AFI 65535. ok inoguchi jsing
2021-12-27Pull BN_{new,init,clear,clear_free,free} up to the top of bn_lib.cjsing1-58/+58
Discussed with tb@
2021-12-27Provide a set of RSA and ECDSA test certificates/keys.jsing30-0/+919
These are generated using the make-certs.sh script.