| Commit message (Expand) | Author | Age | Files | Lines |
* | Make LHASH_OF() and STACK_OF() use opaque structs | tb | 2024-03-02 | 1 | -1/+2 |
* | Remove unused OBJ_create_and_add_object() | tb | 2024-03-02 | 1 | -3/+1 |
* | Remove no longer supported OBJ_NAME_TYPEs | tb | 2024-03-02 | 1 | -4/+2 |
* | Make OBJ_add_object() static | tb | 2024-03-02 | 2 | -5/+3 |
* | Remove OBJ_bsearch_() | tb | 2024-03-02 | 2 | -31/+2 |
* | Switch name member of OBJ_NAME to const void * | tb | 2024-03-02 | 1 | -2/+2 |
* | Remove unused public OBJ_NAME_* API | tb | 2024-03-02 | 1 | -10/+1 |
* | Neuter OBJ_bsearch{_,ex_}() | tb | 2024-02-26 | 1 | -29/+5 |
* | Add id-ct-rpkiSignedPrefixList NID | job | 2024-01-29 | 1 | -0/+1 |
* | Add id-ct-rpkiSignedPrefixList OID | job | 2024-01-29 | 1 | -0/+1 |
* | Teach OBJ_find_sigid_{,by_}algs(3) about ECDSA with SHA-3 | tb | 2024-01-27 | 1 | -1/+21 |
* | Allocate a fixed NID for the acmeIdentifer OID | tb | 2024-01-27 | 1 | -0/+1 |
* | Add data for the RFC 8737 acmeIdentifier | tb | 2024-01-27 | 1 | -0/+1 |
* | Stop fiddling with hash table internals from lhash doall callers. | jsing | 2024-01-24 | 1 | -2/+2 |
* | The OBJ_NAME API joins the party in evp_names.c | tb | 2024-01-13 | 1 | -51/+0 |
* | Remove obj_cleanup_defer | tb | 2024-01-13 | 1 | -12/+1 |
* | Garbage collect check_defer() | tb | 2024-01-13 | 1 | -8/+1 |
* | Remove the guts of the OBJ_NAME API | tb | 2024-01-13 | 1 | -244/+11 |
* | Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3) | tb | 2024-01-13 | 1 | -80/+1 |
* | Hoist OBJ_sn2nid() over OBJ_ln2nid() | tb | 2023-12-15 | 1 | -17/+17 |
* | Coverity rightly points out that an unsigned int is always >= 0 | tb | 2023-12-15 | 1 | -4/+4 |
* | OBJ_create: sorry Omar, aobj is a better name than op | tb | 2023-12-14 | 1 | -5/+5 |
* | OBJ_create: use a nid variable to avoid nested function call | tb | 2023-12-14 | 1 | -3/+4 |
* | OBJ_create: malloc() -> calloc() | tb | 2023-12-14 | 1 | -2/+2 |
* | OBJ_create: test and assign as usual | tb | 2023-12-14 | 1 | -7/+7 |
* | OBJ_create: initialize buf and turn function into single exit | tb | 2023-12-14 | 1 | -4/+5 |
* | OBJ_create: rename ok to ret and make it last declaration | tb | 2023-12-14 | 1 | -4/+4 |
* | OBJ_create(): rename i to len | tb | 2023-12-14 | 1 | -8/+8 |
* | OBJ_create(): remove pointless parentheses | tb | 2023-12-14 | 1 | -4/+4 |
* | OBJ_create(): remove useless cast | tb | 2023-12-14 | 1 | -2/+2 |
* | OPENSSL_assert() that the passed nid is within range | tb | 2023-12-14 | 1 | -1/+7 |
* | Move the txt to obj/nid conversions a bit down. | tb | 2023-12-14 | 1 | -42/+42 |
* | Dedup OBJ_nid2{obj,sn,ln}() | tb | 2023-12-14 | 1 | -49/+9 |
* | Simplify OBJ_nid2obj() | tb | 2023-12-14 | 1 | -23/+26 |
* | Simplify OBJ_nid2sn() | tb | 2023-12-14 | 1 | -23/+26 |
* | Simplify OBJ_nid2ln() | tb | 2023-12-14 | 1 | -23/+26 |
* | Simplify OBJ_ln2nid() | tb | 2023-12-13 | 1 | -42/+32 |
* | Simplify OBJ_sn2nid() | tb | 2023-12-13 | 1 | -41/+30 |
* | Simplify OBJ_obj2nid() | tb | 2023-12-13 | 1 | -39/+28 |
* | Remove silly parentheses | tb | 2023-11-27 | 1 | -3/+3 |
* | Improve error handling in OBJ_add_object() | tb | 2023-09-05 | 1 | -13/+7 |
* | Garbage collect two commented abort() | tb | 2023-08-17 | 1 | -3/+1 |
* | Make the local ASN1_OBJECTs const | tb | 2023-08-17 | 1 | -2/+2 |
* | Remove some unnecessary else branches | tb | 2023-08-17 | 1 | -7/+5 |
* | Remove some parents from return statements | tb | 2023-08-17 | 1 | -8/+8 |
* | Use cmp instead of i for the result of a comparison | tb | 2023-08-17 | 1 | -5/+5 |
* | Use OBJ_cmp() instead of inlining two variants | tb | 2023-08-17 | 1 | -12/+4 |
* | Avoid memcmp(NULL, x, 0) in OBJ_cmp() | tb | 2023-08-17 | 1 | -6/+7 |
* | Remove OBJ_add_sigid() and OBJ_sigid_free() | tb | 2023-07-28 | 2 | -17/+2 |
* | Align argument names of OBJ_add_sigid() with the other functions. | tb | 2023-07-22 | 1 | -2/+2 |