| Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
cleanup, including the removal of a dead code path.
ok beck@
|
|
|
|
|
|
BIO_method_type() is a function, not a macro.
|
|
In the SYNOPSIS, show function prototypes rather than macro definitions.
Delete the useless NOTES section header.
|
|
|
|
For references to functions documented elsewhere, use .Xr, not .Fn.
Move historic information to the HISTORY section.
|
|
|
|
Delete the useless statement that a void function does not return a value.
|
|
In the SYNOPSIS, show function prototypes rather than macro definitions.
|
|
object in the error path - we don't own it.
|
|
|
|
issue reported by scott cheloha
ok otto
|
|
|
|
tls_config_set_verify_depth() from void to int. This makes them consistent
with all other tls_config_set_* functions and will allow for call time
validation to be implemented.
Rides libtls major bump.
ok beck@
|
|
majors appropriately
|
|
and change the reference to BIO_set_flags() from .Fn to .Xr:
we do have that function and we should import the manual
|
|
simplify the BIO_callback_ctrl() prototype,
and change .Fn to .Xr for two functions documented elsewhere
|
|
and delete useless and incorrect sentence
"None of the functions presented here return any value."
|
|
deleting ASN1_TYPE_unpack_sequence() and ASN1_TYPE_pack_sequence()
which we don't have
|
|
|