summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2016-11-23Copyright and licenseIngo Schwarze
2016-11-23Add Copyright and license.Ingo Schwarze
Garbage collect the empty RETURN VALUES section.
2016-11-23Add Copyright and license.Ingo Schwarze
Merge documentation of ERR_print_errors_cb(3) from OpenSSL.
2016-11-23Add Copyright and license.Ingo Schwarze
Merge a correction and a clarification from OpenSSL.
2016-11-23Add Copyright and license.Ingo Schwarze
Like OpenSSL, move some text from ERR(3) to the fitting page ERR_put_error(3). Merge documentation of ERR_add_error_vdata(3) from OpenSSL. Drop useless statement about void functions returning no values.
2016-11-23Copyright and licenseIngo Schwarze
2016-11-23Empty strings are invalid arguments.Martin Pieuchot
Fix a regression introduced when merging the two options parsers. ok stsp@
2016-11-22various cleanup;Jason McIntyre
2016-11-22Add Copyright and license and improve .Nd.Ingo Schwarze
2016-11-22Add Copyright and license.Ingo Schwarze
Pull in a small number of typo fixes from OpenSSL. Drop speculations about future developments that OpenSSL deleted as well. This page is a mess for at least three reasons: (1) it doesn't actually document all functions listed in the SYNOPSIS, (2) it ought to be split into functional groups of reasonable size, and (3) the user interface is ill-designed to the point of absurdity. In view of item (3), i'm loath to tackle items (1) and (2), so i'm leaving this in its present sorry state for now, refraining even from renaming it to ENGINE_add(3) and expanding the NAME section as OpenSSL did - because that would merely sweep all the turds under the rug.
2016-11-22rename _default_digest.3 to _default_digest_nid.3, since this pageJason McIntyre
describes only one function, _default_digest_nid(); ok schwarze, who informs me openssl already came to this conclusion in june of this year;
2016-11-22Copyright and licenseIngo Schwarze
2016-11-22Add Copyright and license.Ingo Schwarze
Mention that EC_GROUP_free(3) and EC_GROUP_clear_free(3) accept NULL.
2016-11-22Add Copyright and license.Ingo Schwarze
Mention that EC_POINT_free(3) and EC_POINT_clear_free(3) accept NULL. Fix two evil typos (from OpenSSL).
2016-11-22Add Copyright and license.Ingo Schwarze
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;Jason McIntyre
2016-11-21tweak previous;Jason McIntyre
2016-11-21Add Copyright and license.Ingo Schwarze
Merge some additional information from OpenSSL.
2016-11-21Import the DTLSv1_listen(3) manual from OpenSSL,Ingo Schwarze
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 licenseIngo Schwarze
2016-11-21Add Copyright and license.Ingo Schwarze
Mention that DSA_SIG_free(3) and DSA_free(3) accept NULL.
2016-11-21Add Copyright and license.Ingo Schwarze
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:Ingo Schwarze
Mention that DH_size(3) does not accept NULL. Add two cross references.
2016-11-21Add Copyright and license.Ingo Schwarze
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.Ingo Schwarze
Mention that DH_free(3) accepts NULL.
2016-11-21Add Copyright and license.Ingo Schwarze
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 licenseIngo Schwarze
2016-11-21import DH_get_1024_160(3) from OpenSSL,Ingo Schwarze
but do not include the functions we don't have
2016-11-21fix references to bio(3) to point to BIO(3) insteadIngo Schwarze
2016-11-21replace cross-references to the rand(3) manual that no longer existsIngo Schwarze
2016-11-20grammar fix;Jason McIntyre
2016-11-20Add the correct Copyright notices and licenses.Ingo Schwarze
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.Ingo Schwarze
Merge some typo fixes, a paragraph documenting another flag, and some additional explanations and EXAMPLES from OpenSSL.
2016-11-20Add Copyright and license.Ingo Schwarze
Drop the empty RETURN VALUES section.
2016-11-20Add Copyright and license.Ingo Schwarze
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 licenseIngo Schwarze
2016-11-20Add Copyright and license.Ingo Schwarze
Mention that shifting by negative numbers of bits is not allowed.
2016-11-20Add Copyright and license.Ingo Schwarze
Merge one additional sentence stating a restriction on arguments from OpenSSL.
2016-11-20Copyright and licenseIngo Schwarze
2016-11-20Add Copyright and license.Ingo Schwarze
Mention that some *_free(3) functions accept NULL. Delete useless statements about void functions not retuning a value.
2016-11-20Copyright and licenseIngo Schwarze
2016-11-20Add Copyright and license.Ingo Schwarze
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.Ingo Schwarze
Merge documentation of BN_with_flags(3) from OpenSSL.
2016-11-20Copyright and licenseIngo Schwarze
2016-11-20Add Copyright and license.Ingo Schwarze
More details about BN_hex2bn(3) lifted from the OpenSSL manual, but worded less clumsily.
2016-11-20Add Copyright and license.Ingo Schwarze
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.Ingo Schwarze
Merge a sentence from OpenSSL saying that BN_sub(3) can do in-place manipulation.
2016-11-20Add Copyright and license.Ingo Schwarze
Delete the useless statement that a void function returns no value.
2016-11-20Add Copyright and license.Ingo Schwarze
Mention that BN_CTX_free(3) accepts NULL. Delete the useless statement that void functions return no value.
2016-11-20Extend the DLT_OPENFLOW header to include the switch datapath id.Reyk Floeter
OK rzalamena@