with one click
add-object-nid-oid
How to add a new object with a NID and/or OID to BoringSSL.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
How to add a new object with a NID and/or OID to BoringSSL.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
How to add a new error code in BoringSSL.
How to add a new source file to the BoringSSL build.
How to build BoringSSL and run its tests.
How to run BoringSSL's ssl/test/runner suite (protocol-level BoGo tests)
How to regenerate/update pre-generated files (e.g., perlasm, build files) in BoringSSL.
| name | add-object-nid-oid |
| description | How to add a new object with a NID and/or OID to BoringSSL. |
To add a new ASN.1 object (with a NID and/or OID) to BoringSSL, you must add it to the objects definition file and regenerate the generated headers and lookup tables.
Refer to crypto/obj/README.md for an overview of the generated files.
Update objects.txt:
objects.txt Format Reference").Regenerate Files:
crypto/obj directory because it relies on relative paths for its inputs and outputs.cd crypto/obj && go run objects.go
obj_mac.num (to stabilize NIDs), obj_dat.h, and include/openssl/nid.h.