summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* grammar fix;jmc2016-11-201-2/+2
|
* Add the correct Copyright notices and licenses.schwarze2016-11-201-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.
* Add Copyright and license.schwarze2016-11-201-4/+138
| | | | | Merge some typo fixes, a paragraph documenting another flag, and some additional explanations and EXAMPLES from OpenSSL.
* Add Copyright and license.schwarze2016-11-201-5/+51
| | | | Drop the empty RETURN VALUES section.
* Add Copyright and license.schwarze2016-11-201-2/+88
| | | | | Merge documentatin of BUF_MEM_grow_clean(3) and BUF_reverse(3) from OpenSSL. Mention that BUF_MEM_free(3) accepts NULL.
* Copyright and licenseschwarze2016-11-202-4/+100
|
* Add Copyright and license.schwarze2016-11-201-2/+56
| | | | Mention that shifting by negative numbers of bits is not allowed.
* Add Copyright and license.schwarze2016-11-201-2/+59
| | | | Merge one additional sentence stating a restriction on arguments from OpenSSL.
* Copyright and licenseschwarze2016-11-201-2/+51
|
* Add Copyright and license.schwarze2016-11-203-28/+170
| | | | | Mention that some *_free(3) functions accept NULL. Delete useless statements about void functions not retuning a value.
* Copyright and licenseschwarze2016-11-201-2/+50
|
* Add Copyright and license.schwarze2016-11-201-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.
* Add Copyright and license.schwarze2016-11-201-5/+109
| | | | Merge documentation of BN_with_flags(3) from OpenSSL.
* Copyright and licenseschwarze2016-11-201-2/+50
|
* Add Copyright and license.schwarze2016-11-201-8/+62
| | | | | More details about BN_hex2bn(3) lifted from the OpenSSL manual, but worded less clumsily.
* Add Copyright and license.schwarze2016-11-201-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.
* Add Copyright and license.schwarze2016-11-201-2/+58
| | | | | Merge a sentence from OpenSSL saying that BN_sub(3) can do in-place manipulation.
* Add Copyright and license.schwarze2016-11-201-7/+50
| | | | Delete the useless statement that a void function returns no value.
* Add Copyright and license.schwarze2016-11-201-7/+55
| | | | | Mention that BN_CTX_free(3) accepts NULL. Delete the useless statement that void functions return no value.
* Add Copyright and license.schwarze2016-11-201-6/+58
| | | | | Mention that BN_BLINDING_free() accepts NULL. Adjust AUTHORS section to OpenBSD conventions.
* Add Copyright and license.schwarze2016-11-201-8/+78
| | | | In the SYNOPSIS, show function prototypes, not #define directives.
* Add Copyright and license.schwarze2016-11-201-25/+87
| | | | | | In the SYNOPSIS, provide prototypes rather than #define directives. Name arguments consistently. Remove lies about functions being macros.
* fix double word;jmc2016-11-181-2/+2
|
* import from OpenSSL;schwarze2016-11-182-1/+137
| | | | the referenced CRYPTO_get_ex_new_index(3) will follow shortly
* Copyright and license.schwarze2016-11-185-11/+251
|
* Add Copyright and license.schwarze2016-11-181-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).
* Add Copyright and license.schwarze2016-11-181-2/+51
| | | | Bring in one clarifying sentence from OpenSSL.
* Add Copyright and license.schwarze2016-11-181-28/+105
| | | | | In the SYNOPSIS, provide prototypes rather than #define directives. Bring in improvements to the EXAMPLES section from OpenSSL.
* Add Copyright and license.schwarze2016-11-181-4/+75
| | | | Bring in a bug fix and the new RETURN VALUES section from OpenSSL.
* Add Copyright and license.schwarze2016-11-181-3/+54
| | | | Bring in two clarifying sentences from OpenSSL.
* Add Copyright and license.schwarze2016-11-181-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.
* various cleanup;jmc2016-11-178-36/+35
|
* Convert ssl3_get_client_kex_dhe() to CBS and perform some general codejsing2016-11-171-38/+29
| | | | | | cleanup, including the removal of a dead code path. ok beck@
* Use defines instead of magic numbers and comments.jsing2016-11-171-5/+3
|
* various cleanup;jmc2016-11-156-53/+54
|
* Add Copyright and license.schwarze2016-11-141-3/+54
| | | | BIO_method_type() is a function, not a macro.
* Add Copyright and license.schwarze2016-11-141-13/+93
| | | | | In the SYNOPSIS, show function prototypes rather than macro definitions. Delete the useless NOTES section header.
* Copyright and licenseschwarze2016-11-141-2/+50
|
* Add Copyright and license.schwarze2016-11-141-10/+65
| | | | | For references to functions documented elsewhere, use .Xr, not .Fn. Move historic information to the HISTORY section.
* various cleanup;jmc2016-11-141-48/+50
|
* Add Copyright and license.schwarze2016-11-141-5/+51
| | | | Delete the useless statement that a void function does not return a value.
* Add Copyright and license.schwarze2016-11-141-14/+79
| | | | In the SYNOPSIS, show function prototypes rather than macro definitions.
* Fix previous change to X509_STORE_add_{cert,crl} to not free the inputmiod2016-11-131-3/+7
| | | | object in the error path - we don't own it.
* minor cleanup;jmc2016-11-125-20/+20
|
* the referred to EXAMPLES section is now in strncpy(3);jmc2016-11-121-3/+3
| | | | | | issue reported by scott cheloha ok otto
* Bump TLS_API due to recent feature additions and changes.jsing2016-11-111-2/+2
|
* Change the return value of tls_config_set_protocols() andjsing2016-11-113-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@
* Disable ec assembly for amd64 pending fixes for ssh, and bumpbeck2016-11-114-10/+10
| | | | majors appropriately
* add copyright and licenseschwarze2016-11-111-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
* add Copyright and license,schwarze2016-11-111-5/+53
| | | | | simplify the BIO_callback_ctrl() prototype, and change .Fn to .Xr for two functions documented elsewhere