| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
to internal only soon. Stop documenting them.
ok inoguchi jsing
|
| | |
|
| | |
|
| |
|
|
|
| |
because OBJ_nid2obj(3) is already long and
more functions related to OBJ_create(3) have to be documented.
|
| | |
|
| |
|
|
| |
using parts of the text from SMIME_read_CMS(3) and SMIME_read_PKCS7(3)
|
| |
|
|
|
| |
certainly not perfect, but arguably better than the even terser
PEM_write_bio_CMS_stream(3) and PEM_write_bio_PKCS7_stream(3)
|
| |
|
|
| |
still vague in various respects, but it's a start
|
| | |
|
| |
|
|
|
|
|
| |
The API surrounding this is so complicated and streaming is so rarely
used in practice that describing this in more detail is not a priority
right now. The documentation of the wrapper BIO_new_CMS(3) is also
rather vague, and BIO_new_PKCS7() isn't described at all so far.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
while here, add a few STANDARDS references
|
| | |
|
| |
|
|
| |
documenting the three functions using the BIT_STRING_BITNAME structure
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
X509_STORE_CTX_set_verify(3) and X509_STORE_CTX_get_verify(3).
Document them.
In the next bump, tb@ will also provide X509_STORE_CTX_verify_fn(3)
and X509_STORE_set_verify(3) and restore X509_STORE_set_verify_func(3)
to working order. For efficiency of documentation work, already
document those three, too, but keep the text temporariy .if'ed out
until they become available.
Delete X509_STORE_set_verify_func(3) from X509_STORE_set_verify_cb_func(3)
because it was misplaced in that page: it is not related to the
verification callback.
tb@ agrees with the general direction.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
also documenting X509_policy_tree_get0_user_policies(3)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
out of X509_LOOKUP_hash_dir(3) because both groups of functions
differ substantially in purpose and structure.
Rewrite the complete text of X509_load_cert_file(3) from scratch
for correctness and clarity.
This fixes several documentation errors:
1. The names of the constants were wrong, lacking the "X509_" prefix.
2. None of these functions support X509_FILETYPE_DEFAULT,
neither in OpenSSL nor in LibreSSL.
3. The memory cache does not contain X509_STORE objects;
instead, the X509_STORE object *is* the memory cache.
|
| |
|
|
| |
ASN1_item_digest(3), ASN1_item_sign(3), and ASN1_item_verify(3)
|
| |
|
|
| |
documenting five functions to customize CRL handling
|
| |
|
|
| |
also documenting X509_REQ_print(3) and X509_REQ_print_fp(3)
|
| | |
|
| |
|
|
| |
documenting six functions for extensions in certification requests
|
| | |
|
| |
|
|
| |
for X.501 Attributes in PKCS#10 certification requests
|
| | |
|
| | |
|
| |
|
|
| |
documenting four PKCS#8 PrivateKeyInfo accessors
|
| |
|
|
| |
for associating X.501 Attributes with private keys
|
| |
|
|
| |
describing five functions to change arrays of X.501 Attribute objects
|
| |
|
|
| |
documenting five X.501 Attribute read accessors
|
| |
|
|
| |
documenting five X.501 Attribute write accessors
|
| |
|
|
| |
also documenting ASN1_mbstring_ncopy(3)
|
| |
|
|
| |
documenting the four X.501 Attribute read accessors
|
| | |
|
| | |
|
| |
|
|
|
| |
is becoming excessively long, into a new page X509_VERIFY_PARAM_new(3);
no content change
|
| |
|
|
| |
forgotten in earlier commits
|
| |
|
|
| |
and add a new manual page X509_LOOKUP_new(3)
|
| | |
|
| |
|
|
| |
documenting the X509_POLICY_TREE object and its sub-objects
|
| |
|
|
|
| |
documenting ten functions related to X509_TRUST objects,
trust identifiers, and trust indices.
|
| |
|
|
| |
related to X509_PURPOSE objects, purpose identifiers, and purpose indices
|
| |
|
|
|
|
|
|
|
| |
of X509_STORE_CTX_new(3) because i'm about to document five additional
functions of this kind and the page X509_STORE_CTX_new(3) is growing
unwieldy.
No text change yet, except that i added an introductory sentence
to the beginning of the DESCRIPTION of the new page.
|
| |
|
|
|
|
|
|
|
|
| |
X509_issuer_name_hash(3), X509_subject_name_hash(3), and the _old variants.
Even though this is only tangentially related to decoding and encoding,
including a single function in d2i_X509_NAME(3) was probably OK,
but let's not bog down that page with six functions that are likely
to become obsolete at some point - even though right now, they are
still being used both internally and by external software.
|