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