| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
This documentation is obviously incomplete and unintelligible.
However, as the interfaces are utterly ill-designed and contorted
to the point of absurdity, i refuse to even attempt improvements,
at least for now.
|
|
|
|
|
|
|
|
|
|
|
| |
that we don't have, fixing some bugs and tweaking some parts for
readability.
P.S.
Why did some people write a HTTP client implementation and then
decide that the best place to publish it might be a crypto(3)
library? Oh never mind, to go easy on my sanity, i should probably
stop asking such questions and just document what i find.
|
|
|
|
|
| |
Document i2t_ASN1_OBJECT(3), from OpenSSL.
Merge more info about what NIDs are from OpenSSL.
|
| |
|
|
|
|
|
|
| |
Fix a typo in the NAME section.
Document HMAC_CTX_copy(3), HMAC_CTX_set_flags(3), HMAC_size(3), from OpenSSL.
Drop the uselesss statement that void functions do not return values.
|
| |
|
|
|
|
| |
Merge some additional text and improvements to EXAMPLES from OpenSSL.
|
|
|
|
| |
Merge documentation of EVP_PKEY_id(3) and EVP_PKEY_base_id(3) from OpenSSL.
|
|
|
|
|
|
|
| |
Add Copyright and license.
Mention that EVP_PKEY_free(3) accepts NULL.
Delete the useless statement that a void functions returns no value.
Merge HISTORY from OpenSSL.
|
|
|
|
| |
Merge improvements to EXAMPLES from OpenSSL.
|
|
|
|
| |
Merge one clarifying sentence from OpenSSL.
|
|
|
|
|
| |
Mention that EVP_PKEY_CTX_free(3) accepts NULL.
Delete the useless statement that a void functions returns no value.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Merge from OpenSSL:
Document EVP_CIPHER_CTX_new(3), EVP_CIPHER_CTX_free(3), EVP_chacha20(3).
Drop duplicate .Nm EVP_idea_cbc.
Add some missing EVP_aes_*() function names in the NAME section.
In the SYNOPSIS, list prototypes, not #defines.
Some typo fixes, some additional information, some wording improvements.
In the CIPHER LISTING, drop the useless "void" arguments.
Document GCM and CCM.
Drop some prehistoric EXAMPLES that OpenSSL deleted as well.
While here, mention that EVP_CIPHER_CTX_free(3) accepts NULL.
Also move some text from RETURN VALUES to DESCRIPTION.
|
| |
|
|
|
|
| |
without those functions we don't have.
|
|
|
|
|
| |
Correct a parameter type for EVP_DigestVerifyUpdate(3).
Improve the description of RETURN VALUES for EVP_DigestVerifyFinal(3).
|
|
|
|
| |
Correct a parameter type for EVP_DigestSignUpdate(3), from OpenSSL.
|
|
|
|
| |
In the SYNOPSIS, show prototypes rather than #defines.
|
| |
|
| |
|
|
|
|
| |
Pull in some more information about RETURN VALUES from OpenSSL.
|
| |
|
|
|
|
| |
Garbage collect the empty RETURN VALUES section.
|
|
|
|
| |
Merge documentation of ERR_print_errors_cb(3) from OpenSSL.
|
|
|
|
| |
Merge a correction and a clarification from OpenSSL.
|
|
|
|
|
|
| |
Like OpenSSL, move some text from ERR(3) to the fitting page ERR_put_error(3).
Merge documentation of ERR_add_error_vdata(3) from OpenSSL.
Drop useless statement about void functions returning no values.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pull in a small number of typo fixes from OpenSSL.
Drop speculations about future developments that OpenSSL deleted as well.
This page is a mess for at least three reasons: (1) it doesn't
actually document all functions listed in the SYNOPSIS, (2) it ought
to be split into functional groups of reasonable size, and (3) the
user interface is ill-designed to the point of absurdity. In view
of item (3), i'm loath to tackle items (1) and (2), so i'm leaving
this in its present sorry state for now, refraining even from
renaming it to ENGINE_add(3) and expanding the NAME section as
OpenSSL did - because that would merely sweep all the turds under
the rug.
|
|
|
|
|
|
|
| |
describes only one function, _default_digest_nid();
ok schwarze, who informs me openssl already came to this conclusion
in june of this year;
|
| |
|
|
|
|
| |
Mention that EC_GROUP_free(3) and EC_GROUP_clear_free(3) accept NULL.
|
|
|
|
|
| |
Mention that EC_POINT_free(3) and EC_POINT_clear_free(3) accept NULL.
Fix two evil typos (from OpenSSL).
|
|
|
|
|
|
|
| |
Mention that EC_KEY_free(3) accepts NULL.
Merge some auxiliary explanations regarding the effects of EC_KEY
encoding flags, lifted from the separate page EC_KEY_get_enc_flags(3)
that OpenSSL split off from EC_KEY_new(3).
|
| |
|
| |
|
|
|
|
| |
Merge some additional information from OpenSSL.
|
|
|
|
|
|
|
|
| |
excluding interface changes that don't apply to LibreSSL,
except that i left the confusing discussion of RETURN VALUES
completely unchanged, to warn users that this is a mess:
OpenSSL first published this interface, then later changed
its syntax and semantics in multiple ways.
|
| |
|
|
|
|
| |
Mention that DSA_SIG_free(3) and DSA_free(3) accept NULL.
|
|
|
|
|
|
|
|
| |
Do not talk about DSA_set_default_openssl_method(3) and
DSA_get_default_openssl_method(3). They were short-lived
functions that only existed in OpenSSL 0.9.6.
Remove one ugly custom section header.
|
|
|
|
|
| |
Mention that DH_size(3) does not accept NULL.
Add two cross references.
|