Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
While here use __func__ in debug strings to reduce noise when grepping.
|
|
While here us __func__ in debug strings to reduce noise when grepping.
|
|
ok jsg@
|
|
|
|
|
|
are fulfilled in bpf_catchpacket().
|
|
|
|
This will allow us to keep locking simple as soon as we trade
splsoftnet() for a rwlock.
ok bluhm@, claudio@
|
|
messages.
ok reyk@
|
|
make "addlocal" an alias to "add" on bridge. addlocal is handled
differently on switch(4).
OK yasuoka@
|
|
turn on the radio. This is done by encapsulating QMI requests inside
a MBIM message.
Based on prio work by sthen@, tested by Bryan Vyhmeister.
ok sthen@
|
|
sprinkle some .Ft on the things that act like functions while here.
|
|
they could do with some examples too.
|
|
to keep things concise i let the multi page allocators provide
multiple sizes of pages, but this feature was implicit inside
pool_init and only usable if the caller of pool_init did not specify
a page allocator.
callers of pool_init can now suplly a page allocator that provides
multiple page sizes. pool_init will try to fit 8 items onto a page
still, but will scale its page size down until it fits into what
the allocator provides.
supported page sizes are specified as a bit field in the pa_pagesz
member of a pool_allocator. setting the low bit in that word indicates
that the pages can be aligned to their size.
|
|
|
|
|
|
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.
|
|
|
|
OK rzalamena@
|
|
This will allow us to better document them and add examples.
Disccussed with dlg@
|
|
|
|
ok dlg@, jmatthew@
|
|
This allows us to introduce SRPL_NEXT() that can be used to start
iterating on an arbitrary member of an srp list, hence without calling
SRPL_ENTER().
ok dlg@, jmatthew@
|
|
help, testing & ok rpe
|
|
simplify io_init() prototype.
ok sunil@ gilles@
|
|
|
|
Mention that BN_BLINDING_free() accepts NULL.
Adjust AUTHORS section to OpenBSD conventions.
|