| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
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).
|
|
|
|
| |
Mention that RSA_free(3) accepts NULL.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Adjust RETURN VALUES to match reality.
Delete the useless SEE ALSO section.
|
|
|
|
|
| |
Add deprecation notice.
Delete useless cross references.
|
|
|
|
|
|
|
|
| |
Mention the true author (Miod 2014).
Merge the useless page RAND_cleanup(3) into RAND_add(3).
Fix the return type of RAND_set_rand_method(3).
Mention the constant return values.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Merge the documentation of six additional functions from OpenSSL.
There are some differences between OpenSSL and LibreSSL, for example
we don't have CRYPTO_free_ex_index(), CRYPTO_EX_INDEX_EC_KEY,
and CRYPTO_EX_INDEX_APP. I hope i got the differences right.
"if you don;t get any feedback promptly i say just go ahead" jmc@
|
|
|
|
| |
Remove one needless #include from the SYNOPSIS (from OpenSSL).
|