Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
Fix a regression introduced when merging the two options parsers.
ok stsp@
|
|
|
|
|
|
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.
|
|
Do not talk about DH_set_default_openssl_method() and
DH_get_default_openssl_method(). They were short-lived
functions that only existed in OpenSSL 0.9.6.
Remove inclusion of a header that is not needed (from OpenSSL).
Remove one ugly custom section header.
|
|
Mention that DH_free(3) accepts NULL.
|
|
Improve description of DH_check(3) results using information from
OpenSSL manual and a look at the source code, leaving out the bits
we don't have.
|
|
|
|
but do not include the functions we don't have
|
|
|
|
|
|
|
|
This is the first manual page i encounter that contains both parts
of text derived from the old SSLeay documentation, hence covered
by Tim Hudson's Copyright and available under Eric Young's original
SSLeay license, and parts changed or added later, hence covered by
the OpenSSL Copyright and license. Both licenses have to be included.
|
|
Merge some typo fixes, a paragraph documenting another flag,
and some additional explanations and EXAMPLES from OpenSSL.
|
|
Drop the empty RETURN VALUES section.
|
|
Merge documentatin of BUF_MEM_grow_clean(3) and BUF_reverse(3) from OpenSSL.
Mention that BUF_MEM_free(3) accepts NULL.
|
|
|
|
Mention that shifting by negative numbers of bits is not allowed.
|
|
Merge one additional sentence stating a restriction on arguments from OpenSSL.
|
|
|
|
Mention that some *_free(3) functions accept NULL.
Delete useless statements about void functions not retuning a value.
|
|
|
|
In the SYNOPSIS, show prototypes rather than #define directives.
Clarify that BN_generate_prime_ex(3) takes the minimum length,
not the exact length.
|
|
Merge documentation of BN_with_flags(3) from OpenSSL.
|
|
|
|
More details about BN_hex2bn(3) lifted from the OpenSSL manual,
but worded less clumsily.
|
|
Delete duplicate specification of the error return value of BN_mod_word(3).
Fix a markup error in the remaining copy of the same return value.
|
|
Merge a sentence from OpenSSL saying that BN_sub(3)
can do in-place manipulation.
|
|
Delete the useless statement that a void function returns no value.
|
|
Mention that BN_CTX_free(3) accepts NULL.
Delete the useless statement that void functions return no value.
|
|
OK rzalamena@
|