summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Copyright and license.schwarze2016-12-051-7/+54
| | | | Update a cross reference, from OpenSSL.
* Add Copyright and license.schwarze2016-12-052-4/+181
| | | | | Merge documentation of some additional {d2i,i2d}_{D,R}SA_PUBKEY_{bio,fp}(3) functions from OpenSSL.
* Copyright and licenseschwarze2016-12-059-18/+454
|
* import d2i_PrivateKey(3) from OpenSSLschwarze2016-12-052-1/+157
|
* tweak previous;jmc2016-12-052-5/+6
|
* Copyright and locenseschwarze2016-12-051-2/+50
|
* Add Copyright and license.schwarze2016-12-051-5/+69
| | | | Merge documentation of X509_up_ref(3) from OpenSSL.
* delete two cross references to functions we don't haveschwarze2016-12-051-4/+2
|
* import the relevant parts of six more X509 manuals from OpenSSLschwarze2016-12-057-1/+1173
|
* various cleanup;jmc2016-12-058-41/+35
|
* import the relevant parts of X509_STORE_get0_param(3) from OpenSSL, butschwarze2016-12-052-1/+76
| | | | since we don't have that function, call the page X509_STORE_set1_param(3)
* import three X509_check_*(3) manuals from OpenSSLschwarze2016-12-054-1/+435
|
* Copyright and licenseschwarze2016-12-052-5/+101
|
* Add Copyright and license.schwarze2016-12-051-2/+55
| | | | Mention that X509_STORE_CTX_free(3) accepts NULL.
* Copyright and license.schwarze2016-12-051-4/+52
| | | | | Never include <openssl/x509_vfy.h> directly; from OpenSSL. Merge a typo fix from OpenSSL.
* import X509_PUBKEY_new(3) from OpenSSLschwarze2016-12-052-1/+275
|
* Add Copyright and license.schwarze2016-12-051-6/+57
| | | | Better explain the last argument of X509_NAME_oneline(3), from OpenSSL.
* Add Copyright and license.schwarze2016-12-051-4/+72
| | | | | More explanations about X509_NAME_get_index_by_NID(3) from OpenSSL. Merge a typo fix in EXAMPLES from OpenSSL.
* Add Copyright and license.schwarze2016-12-051-8/+57
| | | | Merge correction of buggy EXAMPLES from OpenSSL.
* Copyright and licenseschwarze2016-12-051-2/+50
|
* import five newish X509 pages from OpenSSLschwarze2016-12-046-1/+1181
|
* Add Copyright and license.schwarze2016-12-041-3/+56
| | | | | Mention that UI_free(3) accepts NULL. One minor clarification from OpenSSL.
* various cleanup;jmc2016-12-0311-80/+77
|
* minor cleanup;jmc2016-12-026-32/+33
|
* various cleanup;jmc2016-11-304-29/+21
|
* tweak previous;jmc2016-11-293-14/+12
|
* seperate these descriptions into seperate files to reduce confusion.deraadt2016-11-294-94/+128
| | | | | discussed with jsing ok schwarze
* Copyright and licenseschwarze2016-11-292-4/+101
|
* Add Copyright and license.schwarze2016-11-291-13/+180
| | | | | | | | | | | Merge SHA2 documentation from OpenSSL. Fix the data type of the "n" argument of SHA1(3) and the return type of SHA1_Update(3). Merge a note about thread safety from OpenSSL. We have two competing implementations of SHA2 in base: in lib/libc/hash and in lib/libcrypto. Both are now documented in their proper manual page.
* Copyright and licenseschwarze2016-11-299-18/+453
|
* Add Copyright and license.schwarze2016-11-291-14/+54
| | | | | | | | Merge various improvements from OpenSSL: Clarify a reference to a standard. Stop advertising ancient hash functions. Remove incorrect statements about error return values. Delete a cross reference to the non-existent page objects(3).
* Add Copyright and license.schwarze2016-11-291-2/+55
| | | | Mention that RSA_free(3) accepts NULL.
* Add Copyright, license, and very minor improvements from OpenSSL.schwarze2016-11-292-8/+107
|
* Copyright and licenseschwarze2016-11-292-4/+100
|
* minor cleanup;jmc2016-11-295-15/+15
|
* Add Copyright and license.schwarze2016-11-291-10/+58
| | | | | Adjust RETURN VALUES to match reality. Delete the useless SEE ALSO section.
* Add Copyright and license.schwarze2016-11-291-5/+56
| | | | | Add deprecation notice. Delete useless cross references.
* No text remains from OpenSSL, so use the standard OpenBSD license.schwarze2016-11-294-28/+48
| | | | | | | | Mention the true author (Miod 2014). Merge the useless page RAND_cleanup(3) into RAND_add(3). Fix the return type of RAND_set_rand_method(3). Mention the constant return values.
* Copyright and licenseschwarze2016-11-286-13/+305
|
* import PKCS12_newpass(3) from OpenSSLschwarze2016-11-282-1/+157
|
* Copyright and licenseschwarze2016-11-282-4/+100
|
* Add Copyright and license.schwarze2016-11-281-21/+295
| | | | | | | | | | Merge the documentation of six additional functions from OpenSSL. There are some differences between OpenSSL and LibreSSL, for example we don't have CRYPTO_free_ex_index(), CRYPTO_EX_INDEX_EC_KEY, and CRYPTO_EX_INDEX_APP. I hope i got the differences right. "if you don;t get any feedback promptly i say just go ahead" jmc@
* Add Copyright and license.schwarze2016-11-281-3/+50
| | | | Remove one needless #include from the SYNOPSIS (from OpenSSL).
* For unknown reasons, this summer, OpenSSL added an additional manualschwarze2016-11-281-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.
* import from OpenSSL with minor tweaksschwarze2016-11-282-1/+284
|
* Copyright and licenseschwarze2016-11-281-2/+50
|
* Document and discourage those wrappers that we have and that OpenSSLschwarze2016-11-282-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.
* Add Copyright and license.schwarze2016-11-281-4/+50
| | | | Garbage collect empty RETURN VALUES section.
* Add Copyright and license.schwarze2016-11-281-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.
* Copyright and licenseschwarze2016-11-281-2/+51
|