Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | import five newish X509 pages from OpenSSL | schwarze | 2016-12-04 | 1 | -1/+6 | |
| | ||||||
* | seperate these descriptions into seperate files to reduce confusion. | deraadt | 2016-11-29 | 1 | -2/+4 | |
| | | | | | discussed with jsing ok schwarze | |||||
* | No text remains from OpenSSL, so use the standard OpenBSD license. | schwarze | 2016-11-29 | 1 | -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 OpenSSL | schwarze | 2016-11-28 | 1 | -1/+2 | |
| | ||||||
* | import from OpenSSL with minor tweaks | schwarze | 2016-11-28 | 1 | -1/+2 | |
| | ||||||
* | Document and discourage those wrappers that we have and that OpenSSL | schwarze | 2016-11-28 | 1 | -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 stuff | schwarze | 2016-11-27 | 1 | -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, | schwarze | 2016-11-26 | 1 | -1/+2 | |
| | | | | without those functions we don't have. | |||||
* | rename _default_digest.3 to _default_digest_nid.3, since this page | jmc | 2016-11-22 | 1 | -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, | schwarze | 2016-11-21 | 1 | -1/+2 | |
| | | | | but do not include the functions we don't have | |||||
* | import from OpenSSL; | schwarze | 2016-11-18 | 1 | -1/+2 | |
| | | | | the referenced CRYPTO_get_ex_new_index(3) will follow shortly | |||||
* | import ASN1_TYPE_get(3) from OpenSSL, | schwarze | 2016-11-11 | 1 | -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(); | schwarze | 2016-11-05 | 1 | -1/+2 | |
| | | | | feedback and OK bcook@, OK jsing@ | |||||
* | after getting rid of the pod files, clean up the Makefiles; ok bcook@ | schwarze | 2016-11-05 | 1 | -11/+5 | |
| | ||||||
* | convert the remaining manual pages from pod to mdoc | schwarze | 2016-11-05 | 1 | -28/+13 | |
| | ||||||
* | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | beck | 2016-11-04 | 1 | -1/+2 | |
| | | | | | | functions.. document with a man page. bump majors on libtls, libssl, libcrypto ok jsing@ guenther@ | |||||
* | convert X509 manuals from pod to mdoc | schwarze | 2016-11-04 | 1 | -20/+20 | |
| | ||||||
* | convert RSA manuals from pod to mdoc | schwarze | 2016-11-04 | 1 | -16/+16 | |
| | ||||||
* | convert RAND manuals from pod to mdoc | schwarze | 2016-11-03 | 1 | -6/+6 | |
| | ||||||
* | zap the overview manual page of the RAND subsystem | schwarze | 2016-11-03 | 1 | -2/+1 | |
| | | | | | that contained nothing but duplicate and misleading information; OK jsing@ | |||||
* | convert PEM and PKCS manuals from pod to mdoc | schwarze | 2016-11-03 | 1 | -14/+14 | |
| | ||||||
* | convert configuration manuals from pod to mdoc | schwarze | 2016-11-03 | 1 | -5/+5 | |
| | ||||||
* | convert remaining ASN1 object manuals from pod to mdoc | schwarze | 2016-11-03 | 1 | -3/+3 | |
| | ||||||
* | convert HMAC and MD5 manuals from pod to mdoc | schwarze | 2016-11-03 | 1 | -3/+3 | |
| | ||||||
* | convert EVP manuals from pod to mdoc | schwarze | 2016-11-03 | 1 | -10/+10 | |
| | ||||||
* | convert ERR manuals from pod to mdoc; while reading this, | schwarze | 2016-11-02 | 1 | -10/+10 | |
| | | | | i wtfed, laughed, puked, and cried in more or less that order... | |||||
* | convert DSA and EC manuals from pod to mdoc | schwarze | 2016-11-02 | 1 | -11/+11 | |
| | ||||||
* | convert DES and DH manuals from pod to mdoc | schwarze | 2016-11-02 | 1 | -8/+8 | |
| | ||||||
* | remove CMS manuals; beck@ agress with the general idea | schwarze | 2016-09-05 | 1 | -23/+1 | |
| | ||||||
* | Make tree build again | beck | 2016-09-03 | 1 | -2/+2 | |
| | ||||||
* | for some time now mandoc has not required MLINKS to function | jmc | 2016-03-30 | 1 | -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). | schwarze | 2015-11-24 | 1 | -25/+25 | |
| | | | | Issue noticed by jmc@, OK jmc@. | |||||
* | Partial revert of revision 1.26: | schwarze | 2015-11-21 | 1 | -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, | schwarze | 2015-11-12 | 1 | -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 mlink | jmc | 2015-11-11 | 1 | -3/+2 | |
| | | | | | | entry for them; feedback/ok schwarze | |||||
* | Convert five more manuals from POD to mdoc. | schwarze | 2015-11-11 | 1 | -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. | schwarze | 2015-11-11 | 1 | -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. | reyk | 2015-10-14 | 1 | -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. | bcook | 2015-09-17 | 1 | -2/+1 | |
| | ||||||
* | Temporarily revive MD4 for MS CHAP support. | doug | 2015-09-14 | 1 | -1/+11 | |
| | ||||||
* | Remove MD4 support from LibreSSL. | doug | 2015-09-13 | 1 | -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. | doug | 2015-06-20 | 1 | -2/+1 | |
| | | | | ok deraadt@ jsing@ miod@ | |||||
* | Maximilian dot Fillinger at uni-duesseldorf dot de | schwarze | 2015-05-24 | 1 | -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) conversion | schwarze | 2015-02-23 | 1 | -3/+3 | |
| | ||||||
* | third batch of perlpod(1) to mdoc(7) conversion | schwarze | 2015-02-16 | 1 | -3/+3 | |
| | ||||||
* | second batch of perlpod(1) to mdoc(7) conversion | schwarze | 2015-02-14 | 1 | -4/+4 | |
| | ||||||
* | While doing development work on pod2mdoc(1), | schwarze | 2015-02-14 | 1 | -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 because | schwarze | 2015-01-16 | 1 | -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 wrong | schwarze | 2014-12-06 | 1 | -5/+1 | |
| | ||||||
* | A few more MLINKs. | miod | 2014-09-16 | 1 | -1/+7 | |
| |