summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/getopt_long.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2016-11-15various cleanup;jmc6-53/+54
2016-11-14Add Copyright and license.schwarze1-3/+54
BIO_method_type() is a function, not a macro.
2016-11-14Add Copyright and license.schwarze1-13/+93
In the SYNOPSIS, show function prototypes rather than macro definitions. Delete the useless NOTES section header.
2016-11-14Copyright and licenseschwarze1-2/+50
2016-11-14Add Copyright and license.schwarze1-10/+65
For references to functions documented elsewhere, use .Xr, not .Fn. Move historic information to the HISTORY section.
2016-11-14various cleanup;jmc1-48/+50
2016-11-14Add Copyright and license.schwarze1-5/+51
Delete the useless statement that a void function does not return a value.
2016-11-14Add Copyright and license.schwarze1-14/+79
In the SYNOPSIS, show function prototypes rather than macro definitions.
2016-11-13Fix previous change to X509_STORE_add_{cert,crl} to not free the inputmiod1-3/+7
object in the error path - we don't own it.
2016-11-12minor cleanup;jmc5-20/+20
2016-11-12the referred to EXAMPLES section is now in strncpy(3);jmc1-3/+3
issue reported by scott cheloha ok otto
2016-11-11Bump TLS_API due to recent feature additions and changes.jsing1-2/+2
2016-11-11Change the return value of tls_config_set_protocols() andjsing3-12/+18
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@
2016-11-11Disable ec assembly for amd64 pending fixes for ssh, and bumpbeck4-10/+10
majors appropriately
2016-11-11add copyright and licenseschwarze1-3/+52
and change the reference to BIO_set_flags() from .Fn to .Xr: we do have that function and we should import the manual
2016-11-11add Copyright and license,schwarze1-5/+53
simplify the BIO_callback_ctrl() prototype, and change .Fn to .Xr for two functions documented elsewhere
2016-11-11add Copyright and licenseschwarze1-4/+51
and delete useless and incorrect sentence "None of the functions presented here return any value."
2016-11-11import ASN1_TYPE_get(3) from OpenSSL,schwarze2-1/+213
deleting ASN1_TYPE_unpack_sequence() and ASN1_TYPE_pack_sequence() which we don't have
2016-11-10minor cleanup;jmc1-6/+6