| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
Correct the header: It's <openssl/ui_compat.h>, not <openssl/des_old.h>.
Delete documentation of des_read_password(3) and des_read_2passwords(3)
which no longer exist.
Probably, the rest of this ought to be deleted as well...
|
| |
|
|
|
|
|
|
|
| |
OpenSSL removed bn(3) without replacement, but the introductory
text does seem helpful, and it is good for a sub-library to have a
central page pointing to all other pages and pointed at from all
other pages of the sub-library.
|
|
|
|
| |
and make sure all BN*(3) pages point back to BN_new(3)
|
|
|
|
|
|
| |
I'm not merging documentation for X509_STORE_set_verify_func(3)
from OpenSSL because their documentations does not appear to match
the code we have, and i don't understand what the code does.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
we don't define preprocessor constants for the related NIDs,
so delete the subsection discussing them.
|
|
|
|
| |
to be pointed to from random individual pages.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mention AES, Chacha20, ECDSA, OCSP, OPENSSL_config.
Improve many cross references.
Convert the table into some real text and polish some wording.
Stop talking about SSL.
Drop vague references to undocumented internals (objects, stack, txt_db).
Delete verbiage that says nothing or is duplicate.
Ultimately, the content of this page should be merged into
OPENSSL_init_crypto(3), but we don't have that function yet,
so the merge has to wait.
|
| |
|
|
|
|
|
|
|
|
|
| |
to functions, so delete the BIO(3) manual page and merge its content
into BIO_new(3) and BIO_push(3).
Sort the content of BIO_new(3) into a logical order
and improve the wording in various ways.
Add the required cross references to BIO_push(3).
|
| |
|
|
|
|
|
|
| |
Merge documentation of d2i_X509_AUX(3) and i2d_X509_AUX(3) from OpenSSL.
Correct the prototype of d2i_X509(3), from OpenSSL.
Merge warnings against "reuse" functionality from OpenSSL.
|
|
|
|
| |
Update a cross reference, from OpenSSL.
|
|
|
|
|
| |
Merge documentation of some additional {d2i,i2d}_{D,R}SA_PUBKEY_{bio,fp}(3)
functions from OpenSSL.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Merge documentation of X509_up_ref(3) from OpenSSL.
|
| |
|
| |
|
| |
|
|
|
|
| |
since we don't have that function, call the page X509_STORE_set1_param(3)
|
| |
|
| |
|
|
|
|
| |
Mention that X509_STORE_CTX_free(3) accepts NULL.
|
|
|
|
|
| |
Never include <openssl/x509_vfy.h> directly; from OpenSSL.
Merge a typo fix from OpenSSL.
|
| |
|
|
|
|
| |
Better explain the last argument of X509_NAME_oneline(3), from OpenSSL.
|
|
|
|
|
| |
More explanations about X509_NAME_get_index_by_NID(3) from OpenSSL.
Merge a typo fix in EXAMPLES from OpenSSL.
|
|
|
|
| |
Merge correction of buggy EXAMPLES from OpenSSL.
|
| |
|
| |
|
|
|
|
|
| |
Mention that UI_free(3) accepts NULL.
One minor clarification from OpenSSL.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
discussed with jsing
ok schwarze
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Merge SHA2 documentation from OpenSSL.
Fix the data type of the "n" argument of SHA1(3)
and the return type of SHA1_Update(3).
Merge a note about thread safety from OpenSSL.
We have two competing implementations of SHA2 in base:
in lib/libc/hash and in lib/libcrypto.
Both are now documented in their proper manual page.
|
| |
|
|
|
|
|
|
|
|
| |
Merge various improvements from OpenSSL:
Clarify a reference to a standard.
Stop advertising ancient hash functions.
Remove incorrect statements about error return values.
Delete a cross reference to the non-existent page objects(3).
|