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