Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-12-28 | Add a few accessors for IPAddressFamily and make first use of them | tb | 1 | -25/+94 |
2021-12-28 | Simplify and explain expand_addr() a bit | tb | 1 | -12/+23 |
2021-12-28 | Add a comment so I don't forget to think about input validation | tb | 1 | -1/+3 |
2021-12-28 | Convert make_IPAddressFamily to CBS/CBB | tb | 1 | -13/+26 |
2021-12-28 | Remove two pointless NULL checks and allocations | tb | 1 | -7/+1 |
2021-12-28 | Check for trailing garbage in X509_addr_get_afi() | tb | 1 | -1/+5 |
2021-12-28 | Convert X509v3_adr_get_afi() to CBS | tb | 1 | -6/+21 |
2021-12-27 | Pull BN_{new,init,clear,clear_free,free} up to the top of bn_lib.c | jsing | 1 | -58/+58 |
2021-12-27 | Provide a set of RSA and ECDSA test certificates/keys. | jsing | 30 | -0/+919 |