summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcspbrk.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-22Add Copyright and license.schwarze1-2/+74
Mention that EC_KEY_free(3) accepts NULL. Merge some auxiliary explanations regarding the effects of EC_KEY encoding flags, lifted from the separate page EC_KEY_get_enc_flags(3) that OpenSSL split off from EC_KEY_new(3).
2016-11-21various cleanup;jmc22-127/+131
2016-11-21tweak previous;jmc1-2/+2
2016-11-21Add Copyright and license.schwarze1-5/+73
Merge some additional information from OpenSSL.
2016-11-21Import the DTLSv1_listen(3) manual from OpenSSL,schwarze2-1/+188
excluding interface changes that don't apply to LibreSSL, except that i left the confusing discussion of RETURN VALUES completely unchanged, to warn users that this is a mess: OpenSSL first published this interface, then later changed its syntax and semantics in multiple ways.
2016-11-21Copyright and licenseschwarze6-8/+297
2016-11-21Add Copyright and license.schwarze2-4/+111
Mention that DSA_SIG_free(3) and DSA_free(3) accept NULL.
2016-11-21Add Copyright and license.schwarze1-31/+55
Do not talk about DSA_set_default_openssl_method(3) and DSA_get_default_openssl_method(3). They were short-lived functions that only existed in OpenSSL 0.9.6. Remove one ugly custom section header.
2016-11-21Add Copyright and license, and minor improvements from OpenSSL:schwarze1-3/+55
Mention that DH_size(3) does not accept NULL. Add two cross references.
2016-11-21Add Copyright and license.schwarze1-32/+55
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.
2016-11-21Add Copyright and license.schwarze1-2/+55
Mention that DH_free(3) accepts NULL.
2016-11-21Add Copyright and license.schwarze1-13/+70
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.
2016-11-21Copyright and licenseschwarze1-1/+49
2016-11-21import DH_get_1024_160(3) from OpenSSL,schwarze2-1/+85
but do not include the functions we don't have
2016-11-21fix references to bio(3) to point to BIO(3) insteadschwarze3-9/+9
2016-11-21replace cross-references to the rand(3) manual that no longer existsschwarze14-42/+41
2016-11-20grammar fix;jmc1-2/+2
2016-11-20Add the correct Copyright notices and licenses.schwarze1-2/+116
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.
2016-11-20Add Copyright and license.schwarze1-4/+138
Merge some typo fixes, a paragraph documenting another flag, and some additional explanations and EXAMPLES from OpenSSL.
2016-11-20Add Copyright and license.schwarze1-5/+51
Drop the empty RETURN VALUES section.
2016-11-20Add Copyright and license.schwarze1-2/+88
Merge documentatin of BUF_MEM_grow_clean(3) and BUF_reverse(3) from OpenSSL. Mention that BUF_MEM_free(3) accepts NULL.
2016-11-20Copyright and licenseschwarze2-4/+100
2016-11-20Add Copyright and license.schwarze1-2/+56
Mention that shifting by negative numbers of bits is not allowed.
2016-11-20Add Copyright and license.schwarze1-2/+59
Merge one additional sentence stating a restriction on arguments from OpenSSL.
2016-11-20Copyright and licenseschwarze1-2/+51
2016-11-20Add Copyright and license.schwarze3-28/+170
Mention that some *_free(3) functions accept NULL. Delete useless statements about void functions not retuning a value.
2016-11-20Copyright and licenseschwarze1-2/+50
2016-11-20Add Copyright and license.schwarze1-5/+65
In the SYNOPSIS, show prototypes rather than #define directives. Clarify that BN_generate_prime_ex(3) takes the minimum length, not the exact length.
2016-11-20Add Copyright and license.schwarze1-5/+109
Merge documentation of BN_with_flags(3) from OpenSSL.
2016-11-20Copyright and licenseschwarze1-2/+50
2016-11-20Add Copyright and license.schwarze1-8/+62
More details about BN_hex2bn(3) lifted from the OpenSSL manual, but worded less clumsily.
2016-11-20Add Copyright and license.schwarze1-6/+53
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.
2016-11-20Add Copyright and license.schwarze1-2/+58
Merge a sentence from OpenSSL saying that BN_sub(3) can do in-place manipulation.
2016-11-20Add Copyright and license.schwarze1-7/+50
Delete the useless statement that a void function returns no value.
2016-11-20Add Copyright and license.schwarze1-7/+55
Mention that BN_CTX_free(3) accepts NULL. Delete the useless statement that void functions return no value.
2016-11-20Add Copyright and license.schwarze1-6/+58
Mention that BN_BLINDING_free() accepts NULL. Adjust AUTHORS section to OpenBSD conventions.
2016-11-20Add Copyright and license.schwarze1-8/+78
In the SYNOPSIS, show function prototypes, not #define directives.
2016-11-20Add Copyright and license.schwarze1-25/+87
In the SYNOPSIS, provide prototypes rather than #define directives. Name arguments consistently. Remove lies about functions being macros.
2016-11-18fix double word;jmc1-2/+2
2016-11-18import from OpenSSL;schwarze2-1/+137
the referenced CRYPTO_get_ex_new_index(3) will follow shortly
2016-11-18Copyright and license.schwarze5-11/+251
2016-11-18Add Copyright and license.schwarze1-12/+55
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).
2016-11-18Add Copyright and license.schwarze1-2/+51
Bring in one clarifying sentence from OpenSSL.
2016-11-18Add Copyright and license.schwarze1-28/+105
In the SYNOPSIS, provide prototypes rather than #define directives. Bring in improvements to the EXAMPLES section from OpenSSL.
2016-11-18Add Copyright and license.schwarze1-4/+75
Bring in a bug fix and the new RETURN VALUES section from OpenSSL.
2016-11-18Add Copyright and license.schwarze1-3/+54
Bring in two clarifying sentences from OpenSSL.
2016-11-18Add Copyright and license.schwarze1-7/+60
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.
2016-11-17various cleanup;jmc8-36/+35
2016-11-17Convert ssl3_get_client_kex_dhe() to CBS and perform some general codejsing1-38/+29
cleanup, including the removal of a dead code path. ok beck@
2016-11-17Use defines instead of magic numbers and comments.jsing1-5/+3