| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
page PEM_read_CMS(3) to document a bunch of functions unrelated
among themselves, but very similar to those documented here.
Information in that page is scantier than for the functions documented
here - and besides, it is mostly wrong. Looks like they lost their
way in the vast forest of functions they autogenerated with chains
of macros...
Document those functions documented there which are relevant to us
in the present page instead, and with correct prototypes. Given
that i know too little about PEM formats, information about semantics
is almost certainly incomplete, but at least better than what OpenSSL
provides.
While here, add Copyright and license.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
documents, too. There are many additional undocumented ones in our
public OpenSSL headers, but advertising those would be a bad idea.
Nothing of the text from OPENSSL_malloc.pod remains, so use my own
Copyright and license.
|
|
|
|
| |
Garbage collect empty RETURN VALUES section.
|
|
|
|
|
|
| |
There are many recommendations in this page, and most of them were
changed in OpenSSL. I have no idea what makes sense, so i'm not
touching the content.
|
| |
|