| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
|
|
|
|
| |
Mention that BN_BLINDING_free() accepts NULL.
Adjust AUTHORS section to OpenBSD conventions.
|
|
|
|
| |
In the SYNOPSIS, show function prototypes, not #define directives.
|
|
|
|
|
|
| |
In the SYNOPSIS, provide prototypes rather than #define directives.
Name arguments consistently.
Remove lies about functions being macros.
|
| |
|
|
|
|
| |
the referenced CRYPTO_get_ex_new_index(3) will follow shortly
|
| |
|
|
|
|
|
|
| |
Mention that BIO_set_fd(3) and BIO_get_fd(3) are macros.
Delete off-topic sentences about the return values of BIO_seek(3),
BIO_reset(3), and BIO_tell(3).
|
|
|
|
| |
Bring in one clarifying sentence from OpenSSL.
|
|
|
|
|
| |
In the SYNOPSIS, provide prototypes rather than #define directives.
Bring in improvements to the EXAMPLES section from OpenSSL.
|
|
|
|
| |
Bring in a bug fix and the new RETURN VALUES section from OpenSSL.
|
|
|
|
| |
Bring in two clarifying sentences from OpenSSL.
|
|
|
|
|
| |
Document that BIO_free(3), BIO_vfree(3), and BIO_free_all(3) accept NULL.
Delete the useless statement that void functions return no value.
|