summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* import five newish X509 pages from OpenSSLschwarze2016-12-041-1/+6
|
* seperate these descriptions into seperate files to reduce confusion.deraadt2016-11-291-2/+4
| | | | | discussed with jsing ok schwarze
* No text remains from OpenSSL, so use the standard OpenBSD license.schwarze2016-11-291-2/+1
| | | | | | | | 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.
* import PKCS12_newpass(3) from OpenSSLschwarze2016-11-281-1/+2
|
* import from OpenSSL with minor tweaksschwarze2016-11-281-1/+2
|
* Document and discourage those wrappers that we have and that OpenSSLschwarze2016-11-281-1/+2
| | | | | | | | 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.
* Import OCSP documentation from OpenSSL, leaving out some stuffschwarze2016-11-271-1/+7
| | | | | | | | | | | 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.
* Import EVP_EncodeInit(3) manual from OpenSSL,schwarze2016-11-261-1/+2
| | | | without those functions we don't have.
* rename _default_digest.3 to _default_digest_nid.3, since this pagejmc2016-11-221-2/+2
| | | | | | | describes only one function, _default_digest_nid(); ok schwarze, who informs me openssl already came to this conclusion in june of this year;
* import DH_get_1024_160(3) from OpenSSL,schwarze2016-11-211-1/+2
| | | | but do not include the functions we don't have
* import from OpenSSL;schwarze2016-11-181-1/+2
| | | | the referenced CRYPTO_get_ex_new_index(3) will follow shortly
* import ASN1_TYPE_get(3) from OpenSSL,schwarze2016-11-111-1/+3
| | | | | deleting ASN1_TYPE_unpack_sequence() and ASN1_TYPE_pack_sequence() which we don't have
* document BN_set_negative() and BN_is_negative();schwarze2016-11-051-1/+2
| | | | feedback and OK bcook@, OK jsing@
* after getting rid of the pod files, clean up the Makefiles; ok bcook@schwarze2016-11-051-11/+5
|
* convert the remaining manual pages from pod to mdocschwarze2016-11-051-28/+13
|
* make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenbeck2016-11-041-1/+2
| | | | | | functions.. document with a man page. bump majors on libtls, libssl, libcrypto ok jsing@ guenther@
* convert X509 manuals from pod to mdocschwarze2016-11-041-20/+20
|
* convert RSA manuals from pod to mdocschwarze2016-11-041-16/+16
|
* convert RAND manuals from pod to mdocschwarze2016-11-031-6/+6
|
* zap the overview manual page of the RAND subsystemschwarze2016-11-031-2/+1
| | | | | that contained nothing but duplicate and misleading information; OK jsing@
* convert PEM and PKCS manuals from pod to mdocschwarze2016-11-031-14/+14
|
* convert configuration manuals from pod to mdocschwarze2016-11-031-5/+5
|
* convert remaining ASN1 object manuals from pod to mdocschwarze2016-11-031-3/+3
|
* convert HMAC and MD5 manuals from pod to mdocschwarze2016-11-031-3/+3
|
* convert EVP manuals from pod to mdocschwarze2016-11-031-10/+10
|
* convert ERR manuals from pod to mdoc; while reading this,schwarze2016-11-021-10/+10
| | | | i wtfed, laughed, puked, and cried in more or less that order...
* convert DSA and EC manuals from pod to mdocschwarze2016-11-021-11/+11
|
* convert DES and DH manuals from pod to mdocschwarze2016-11-021-8/+8
|
* remove CMS manuals; beck@ agress with the general ideaschwarze2016-09-051-23/+1
|
* Make tree build againbeck2016-09-031-2/+2
|
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-903/+1
| | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
* Correct file name, no text change (no history yet, but sorry for the churn).schwarze2015-11-241-25/+25
| | | | Issue noticed by jmc@, OK jmc@.
* Partial revert of revision 1.26:schwarze2015-11-211-18/+18
| | | | | Do *not* install the CMS_* manuals for now given that the code is currently disabled. Cluestick applied by jsing@.
* Convert the handful of manuals that had imaginary names,schwarze2015-11-121-99/+93
| | | | | give them names that really exist. This also helps jmc@'s ongoing work on improving NAME sections.
* add missing functions to NAME, or otherwise correct the mlinkjmc2015-11-111-3/+2
| | | | | | entry for them; feedback/ok schwarze
* Convert five more manuals from POD to mdoc.schwarze2015-11-111-5/+5
| | | | | I found drafts of these in my tree, probably originally from Max Fillinger, that just needed minor polishing.
* Convert and enable CMS manuals.schwarze2015-11-111-19/+19
| | | | Already some time ago, bcook@ said these can be installed.
* Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.reyk2015-10-141-1/+2
| | | | | | | | | | | | The "authenticated encryption with additional data" API is used for ciphers like AES-GCM or ChaCha20-Poly1305. The manpage is a beginning and certainly needs more work, especially improvements in the EXAMPLES section. Based on agl's source code comments. Converted from pod to mandoc by schwarze@ OK schwarze@ jsing@
* Remove more EVP_sha() SHA-0 references.bcook2015-09-171-2/+1
|
* Temporarily revive MD4 for MS CHAP support.doug2015-09-141-1/+11
|
* Remove MD4 support from LibreSSL.doug2015-09-131-11/+1
| | | | | | | | MD4 should have been removed a long time ago. Also, RFC 6150 moved it to historic in 2011. Rides the major crank from removing SHA-0. Discussed with many including beck@, millert@, djm@, sthen@ ok jsing@, input + ok bcook@
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-201-2/+1
| | | | ok deraadt@ jsing@ miod@
* Maximilian dot Fillinger at uni-duesseldorf dot deschwarze2015-05-241-2/+2
| | | | | | starts helping with the pod2mdoc(1)-based conversion of LibreSSL crypto manuals from perlpod(1) to mdoc(7). Here comes the first file, slightly tweaked by me.
* fourth batch of perlpod(1) to mdoc(7) conversionschwarze2015-02-231-3/+3
|
* third batch of perlpod(1) to mdoc(7) conversionschwarze2015-02-161-3/+3
|
* second batch of perlpod(1) to mdoc(7) conversionschwarze2015-02-141-4/+4
|
* While doing development work on pod2mdoc(1),schwarze2015-02-141-3/+7
| | | | | | profit of the occasion to start the conversion of LibreSSL libcrypto manuals from perlpod(1) to mdoc(7). miod@ jmc@ bentley@ agreed to the process when shown this patch.
* Delete the MANLINT variable and the related SUFFIXES rules becauseschwarze2015-01-161-2/+2
| | | | | | | | since yesterday, "mandoc -Tlint -Wfatal" can no longer fail. Instead, as suggested by deraadt@, provide a manlint target that is *not* run during make build, but can be run whenever you want to check syntax of manuals. "nice stuff" deraadt@
* delete four MLINKS that are both duplicate and wrongschwarze2014-12-061-5/+1
|
* A few more MLINKs.miod2014-09-161-1/+7
|