| Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|