summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_dat.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-28Add Copyright and license.schwarze1-3/+50
Remove one needless #include from the SYNOPSIS (from OpenSSL).
2016-11-28For unknown reasons, this summer, OpenSSL added an additional manualschwarze1-2/+235
page PEM_read_CMS(3) to document a bunch of functions unrelated among themselves, but very similar to those documented here. Information in that page is scantier than for the functions documented here - and besides, it is mostly wrong. Looks like they lost their way in the vast forest of functions they autogenerated with chains of macros... Document those functions documented there which are relevant to us in the present page instead, and with correct prototypes. Given that i know too little about PEM formats, information about semantics is almost certainly incomplete, but at least better than what OpenSSL provides. While here, add Copyright and license.
2016-11-28The OpenSSL file doc/man3/PEM_read_CMS.pod contains parts belongingschwarze2-1/+137
to libcrypto and parts belonging to libssl. Extract the parts relevant for our libssl and import them with some tweaks.
2016-11-28import from OpenSSL with minor tweaksschwarze2-1/+284
2016-11-28Copyright and licenseschwarze1-2/+50
2016-11-28Document and discourage those wrappers that we have and that OpenSSLschwarze2-1/+174
documents, too. There are many additional undocumented ones in our public OpenSSL headers, but advertising those would be a bad idea. Nothing of the text from OPENSSL_malloc.pod remains, so use my own Copyright and license.
2016-11-28Add Copyright and license.schwarze1-4/+50
Garbage collect empty RETURN VALUES section.
2016-11-28Add Copyright and license.schwarze1-2/+50
There are many recommendations in this page, and most of them were changed in OpenSSL. I have no idea what makes sense, so i'm not touching the content.
2016-11-28Copyright and licenseschwarze1-2/+51
2016-11-28Add Copyright and license.schwarze2-4/+232
This documentation is obviously incomplete and unintelligible. However, as the interfaces are utterly ill-designed and contorted to the point of absurdity, i refuse to even attempt improvements, at least for now.
2016-11-27Import OCSP documentation from OpenSSL, leaving out some stuffschwarze7-1/+1259
that we don't have, fixing some bugs and tweaking some parts for readability. P.S. Why did some people write a HTTP client implementation and then decide that the best place to publish it might be a crypto(3) library? Oh never mind, to go easy on my sanity, i should probably stop asking such questions and just document what i find.
2016-11-27Add Copyright and license.schwarze1-3/+74
Document i2t_ASN1_OBJECT(3), from OpenSSL. Merge more info about what NIDs are from OpenSSL.
2016-11-27Copyright and licenseschwarze1-2/+51
2016-11-27Add Copyright and license.schwarze1-9/+88
Fix a typo in the NAME section. Document HMAC_CTX_copy(3), HMAC_CTX_set_flags(3), HMAC_size(3), from OpenSSL. Drop the uselesss statement that void functions do not return values.
2016-11-27Copyright and licenseschwarze7-14/+353
2016-11-27Add Copyright and license.schwarze1-7/+71
Merge some additional text and improvements to EXAMPLES from OpenSSL.
2016-11-27Add Copyright and license.schwarze1-14/+102
Merge documentation of EVP_PKEY_id(3) and EVP_PKEY_base_id(3) from OpenSSL.
2016-11-27EVP_PKEY_new.3schwarze1-5/+60
Add Copyright and license. Mention that EVP_PKEY_free(3) accepts NULL. Delete the useless statement that a void functions returns no value. Merge HISTORY from OpenSSL.
2016-11-27Add Copyright and license.schwarze2-12/+119
Merge improvements to EXAMPLES from OpenSSL.
2016-11-27Add Copyright and license.schwarze1-2/+53
Merge one clarifying sentence from OpenSSL.
2016-11-27Add Copyright and license.schwarze1-5/+55
Mention that EVP_PKEY_CTX_free(3) accepts NULL. Delete the useless statement that a void functions returns no value.
2016-11-26Copyright and licenseschwarze4-9/+204
2016-11-26Add Copyright and license.schwarze1-143/+390
Merge from OpenSSL: Document EVP_CIPHER_CTX_new(3), EVP_CIPHER_CTX_free(3), EVP_chacha20(3). Drop duplicate .Nm EVP_idea_cbc. Add some missing EVP_aes_*() function names in the NAME section. In the SYNOPSIS, list prototypes, not #defines. Some typo fixes, some additional information, some wording improvements. In the CIPHER LISTING, drop the useless "void" arguments. Document GCM and CCM. Drop some prehistoric EXAMPLES that OpenSSL deleted as well. While here, mention that EVP_CIPHER_CTX_free(3) accepts NULL. Also move some text from RETURN VALUES to DESCRIPTION.
2016-11-26tweak previous;jmc1-4/+4
2016-11-26Import EVP_EncodeInit(3) manual from OpenSSL,schwarze2-1/+297
without those functions we don't have.
2016-11-26Add Copyright and license, and some fixes from OpenSSL:schwarze1-9/+59
Correct a parameter type for EVP_DigestVerifyUpdate(3). Improve the description of RETURN VALUES for EVP_DigestVerifyFinal(3).
2016-11-26Add Copyright and license.schwarze1-3/+52
Correct a parameter type for EVP_DigestSignUpdate(3), from OpenSSL.
2016-11-26Add Copyright and license.schwarze1-7/+79
In the SYNOPSIS, show prototypes rather than #defines.
2016-11-25various minor cleanup;jmc4-17/+17
2016-11-24various cleanup; leaving dangling PKCS7* Xr for now...jmc9-69/+68
2016-11-24Add Copyright and license.schwarze1-3/+59
Pull in some more information about RETURN VALUES from OpenSSL.
2016-11-23Copyright and licenseschwarze6-12/+301
2016-11-23Add Copyright and license.schwarze1-5/+50
Garbage collect the empty RETURN VALUES section.
2016-11-23Add Copyright and license.schwarze1-3/+65
Merge documentation of ERR_print_errors_cb(3) from OpenSSL.
2016-11-23Add Copyright and license.schwarze1-3/+56
Merge a correction and a clarification from OpenSSL.
2016-11-23Add Copyright and license.schwarze2-43/+143
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 licenseschwarze4-8/+203
2016-11-22various cleanup;jmc6-33/+36
2016-11-22Add Copyright and license and improve .Nd.schwarze1-3/+51
2016-11-22Add Copyright and license.schwarze1-20/+54
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 pagejmc2-5/+5
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 licenseschwarze3-7/+151
2016-11-22Add Copyright and license.schwarze1-2/+60
Mention that EC_GROUP_free(3) and EC_GROUP_clear_free(3) accept NULL.
2016-11-22Add Copyright and license.schwarze1-4/+62
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.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