summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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.
* 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.
* minor cleanup;jmc2016-11-125-20/+20
|
* 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
* add Copyright and licenseschwarze2016-11-111-4/+51
| | | | | and delete useless and incorrect sentence "None of the functions presented here return any value."
* import ASN1_TYPE_get(3) from OpenSSL,schwarze2016-11-112-1/+213
| | | | | deleting ASN1_TYPE_unpack_sequence() and ASN1_TYPE_pack_sequence() which we don't have
* minor cleanup;jmc2016-11-101-6/+6
|
* import from OpenSSL,schwarze2016-11-101-0/+246
| | | | deleting ASN1_TIME_diff() which we don't have
* various cleanup;jmc2016-11-107-57/+52
|
* Copyright and licenseschwarze2016-11-102-4/+102
|
* Add the correct Copyright and license.schwarze2016-11-101-5/+55
| | | | | Mention that ASN1_STRING_free(NULL) is OK. Delete the obvious statement that a void function returns no value.
* Copyright and licenseschwarze2016-11-101-2/+51
|
* Add the correct Copyright and license.schwarze2016-11-101-2/+55
| | | | Mention that ASN1_OBJECT_free(NULL) is OK.
* some cleanup;jmc2016-11-0811-63/+62
|
* various cleanup;jmc2016-11-0721-200/+193
|
* some cleanup;jmc2016-11-061-31/+28
|
* sort SEE ALSO;jmc2016-11-061-2/+2
|
* document EVP_PKEY_get_default_digest_nid(3) in one page, not in twoschwarze2016-11-062-8/+4
|
* some minor cleanup;jmc2016-11-065-43/+42
|
* spacing between macro args and punctuation;jmc2016-11-062-4/+4
|
* document ENGINE_add_conf_module(3) in one page, not in twoschwarze2016-11-061-3/+2
|
* document BIO_set_fd() and BIO_get_fd() in one manual page, not in two;schwarze2016-11-062-60/+32
| | | | general direction discussed yesterday with bcook@
* delete prototypes available in other pages and add a missing .Xr linkschwarze2016-11-061-102/+2
|
* delete prototypes available in other pages and add two missing .Xr linksschwarze2016-11-064-756/+216
|
* first pass; ok schwarzejmc2016-11-06185-249/+620
|
* delete prototypes available in other pages and add three missing .Xr linksschwarze2016-11-061-179/+7
|
* delete prototypes available in other pages and add two missing .Xr linksschwarze2016-11-061-158/+3
|
* add an .Xr that was missingschwarze2016-11-061-1/+2
|
* document BN_set_negative() and BN_is_negative();schwarze2016-11-056-516/+69
| | | | feedback and OK bcook@, OK jsing@
* after getting rid of the pod files, clean up the Makefiles; ok bcook@schwarze2016-11-051-11/+5
|
* minor mandoc -Tlint nitsschwarze2016-11-053-9/+8
|
* add the missing content, sorry for committing an empty fileschwarze2016-11-051-0/+69
|