History log of /openbsd-src/lib/libcrypto/man/OBJ_nid2obj.3 (Results 1 – 22 of 22)
Revision Date Author Comments
# fe9ac7b0 31-Jan-2024 tb <tb@openbsd.org>

Merge OBJ_NAME_do_all*(3) into EVP_CIPHER_do_all(3)

This is the only OBJ_NAME API that will remain after the next major bump.
The API is misnamed and really is about EVP, so move it to an EVP manual

Merge OBJ_NAME_do_all*(3) into EVP_CIPHER_do_all(3)

This is the only OBJ_NAME API that will remain after the next major bump.
The API is misnamed and really is about EVP, so move it to an EVP manual
documenting another API doing essentially the same thing. Remove most cross
references to OBJ_NAME_*.

show more ...


# 3de9d62f 05-Sep-2023 schwarze <schwarze@openbsd.org>

Partial rewrite:
* Integrate the leftovers of the former NOTES section into the main text,
resulting in a more logical order of information.
* Make many descriptions more precise and tweak many wordi

Partial rewrite:
* Integrate the leftovers of the former NOTES section into the main text,
resulting in a more logical order of information.
* Make many descriptions more precise and tweak many wordings.
For example, the description of OBJ_cmp(3) was totally misleading.

Add a CAVEATS section explaining the scary ownership contracts
of the functions returning ASN1_OBJECT pointers.

Move the discussion of NID_undef to the BUGS section because the
statement "objects which are not in the table have the NID value
NID_undef" was misleading in more than one way.

Considering that an API as fundamental as this one contains such a
gigantic amount of quirks and traps and gaps makes me shudder.

show more ...


# cbc86b4e 21-Jul-2023 tb <tb@openbsd.org>

Remove OBJ_add_sigid and OBJ_sigid_free documentation

These will be made internal and will likely go away. The OBJ_add_sigid.3
manual should probably be renamed; this can be done in a second step.


# 41ce3b17 31-Mar-2022 naddy <naddy@openbsd.org>

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@


# eb4902cf 18-Dec-2021 schwarze <schwarze@openbsd.org>

new manual page OBJ_add_sigid(3)


# d362e6b3 17-Dec-2021 schwarze <schwarze@openbsd.org>

new manual page OBJ_NAME_add(3)


# c78bdb91 15-Dec-2021 schwarze <schwarze@openbsd.org>

Move OBJ_create(3) into its own manual page
because OBJ_nid2obj(3) is already long and
more functions related to OBJ_create(3) have to be documented.


# 4e8242fb 05-Jul-2021 schwarze <schwarze@openbsd.org>

document i2a_ASN1_OBJECT(3)


# e94cb126 14-Jun-2019 schwarze <schwarze@openbsd.org>

Improve pages that briefly mentioned ERR - usually below SEE ALSO -
but failed to provide any real information.
OK tb@ jmc@


# c4c55c71 06-Jun-2019 schwarze <schwarze@openbsd.org>

Tree structure for manual pages: crypto(3) links to 33 function
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So a

Tree structure for manual pages: crypto(3) links to 33 function
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So all crypto pages can now be reached from the www.libressl.org
frontpage via at most four clicks, in most cases three clicks.
Also link back from leaf pages to their respective group pages
and add a couple of additional links between related pages.
Triggered by a question from deraadt@.
OK jmc@ tb@

show more ...


# efa06466 25-Apr-2018 schwarze <schwarze@openbsd.org>

In asn1.h rev. 1.46 2018/04/25 11:48:21, tb@ added const qualifiers
to some parameters of some functions. Update the documentation.
Add a few additional missing const qualifiers while here.


# 10e00d17 27-Mar-2018 schwarze <schwarze@openbsd.org>

found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly


# 3fe1df4a 21-Mar-2018 schwarze <schwarze@openbsd.org>

crypto HISTORY up to 0.9.4; researched from OpenSSL git


# 62a6a299 21-Mar-2018 schwarze <schwarze@openbsd.org>

crypto HISTORY up to OpenSSL 0.9.2b; researched from OpenSSL git


# ce754557 21-Mar-2018 schwarze <schwarze@openbsd.org>

objects.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git


# d064e7f4 21-Mar-2018 schwarze <schwarze@openbsd.org>

asn1.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git


# 9db64a4b 21-Mar-2018 schwarze <schwarze@openbsd.org>

objects.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git


# 17dca56b 04-Jan-2017 schwarze <schwarze@openbsd.org>

Describe what ASN1_OBJECT_new(3), ASN1_OBJECT_free(3), OBJ_dup(3),
and OBJ_create(3) really do rather than making broad and incomplete
statements that are only true in some cases.

Improve the one-li

Describe what ASN1_OBJECT_new(3), ASN1_OBJECT_free(3), OBJ_dup(3),
and OBJ_create(3) really do rather than making broad and incomplete
statements that are only true in some cases.

Improve the one-line descriptions.
Some minor wording improvements while here.

There is obviously more work to do in the vicinity...

show more ...


# 53a45545 27-Nov-2016 schwarze <schwarze@openbsd.org>

Add Copyright and license.
Document i2t_ASN1_OBJECT(3), from OpenSSL.
Merge more info about what NIDs are from OpenSSL.


# 0df4f61c 22-Nov-2016 jmc <jmc@openbsd.org>

various cleanup;


# 8974101a 06-Nov-2016 jmc <jmc@openbsd.org>

first pass; ok schwarze


# 7b7b0310 03-Nov-2016 schwarze <schwarze@openbsd.org>

convert remaining ASN1 object manuals from pod to mdoc