summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* convert the remaining manual pages from pod to mdocschwarze2016-11-0512-1622/+0
* convert X509 manuals from pod to mdocschwarze2016-11-0419-1805/+0
* convert RSA manuals from pod to mdocschwarze2016-11-0415-1207/+0
* convert RAND manuals from pod to mdocschwarze2016-11-035-190/+0
* zap the overview manual page of the RAND subsystemschwarze2016-11-031-34/+0
* convert PEM and PKCS manuals from pod to mdocschwarze2016-11-0313-1366/+0
* convert configuration manuals from pod to mdocschwarze2016-11-034-300/+0
* convert remaining ASN1 object manuals from pod to mdocschwarze2016-11-032-172/+0
* convert HMAC and MD5 manuals from pod to mdocschwarze2016-11-032-207/+0
* convert EVP manuals from pod to mdocschwarze2016-11-0324-2714/+0
* convert ERR manuals from pod to mdoc; while reading this,schwarze2016-11-0211-695/+0
* convert DSA and EC manuals from pod to mdocschwarze2016-11-0216-1230/+0
* convert DES and DH manuals from pod to mdocschwarze2016-11-027-707/+0
* revert documentation update for the clearning behavior we already revertedbcook2016-09-221-5/+1
* remove CMS manuals; beck@ agress with the general ideaschwarze2016-09-055-220/+0
* deprecate EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal()bcook2016-09-031-4/+8
* Fix examples for EVP_PKEY_CTX_set_rsa_padding.bcook2016-03-132-2/+2
* Remove sentences in RETURN VALUES sections saying that functions withmmcc2016-03-1211-23/+2
* update cross references after deleting the imaginary MLINKSschwarze2015-11-122-2/+2
* add missing functions to NAME, or otherwise correct the mlinkjmc2015-11-118-8/+19
* Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.reyk2015-10-141-0/+4
* Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into anjsing2015-10-131-1/+1
* typos in documentation; better wording, suggested by jmc@libressl-v2.3.0sobrado2015-09-2224-41/+41
* Remove more EVP_sha() SHA-0 references.bcook2015-09-171-2/+2
* Re-add missing comma from SHA-0 removal which breaks mlinks generation.sthen2015-09-171-1/+1
* Temporarily revive MD4 for MS CHAP support.doug2015-09-141-13/+54
* Remove MD4 support from LibreSSL.doug2015-09-131-54/+13
* Remove SHA-0 support.doug2015-09-131-7/+6
* typosmiod2015-08-183-3/+3
* double words fix; docs are slowly getting moved to mdoc, but thissobrado2015-07-252-2/+2
* delete doubled words;schwarze2015-07-174-4/+4
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-205-11/+10
* Disable ENGINE_load_dynamic (dynamic engine support).bcook2015-06-191-4/+4
* Words read better when they are separated by spaces.miod2015-02-141-1/+1
* fix manual names that clash with other manualsschwarze2014-12-062-2/+2
* OPENSSL_{malloc,free} -> {malloc,free}miod2014-07-138-12/+12
* Remove this sentence:miod2014-07-121-3/+2
* Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,miod2014-07-1130-90/+1194
* Try and fix the horrible coding style of the example code snippets.miod2014-07-107-178/+201
* Remove empty sections and references to des_modes(7) which we don't have.miod2014-07-1022-73/+4
* Fewer lies, also do not document DES_3cbc_encrypt anymore.miod2014-07-101-22/+6
* Features introduce in OpenSSL 0.9.8 do not deserve their own section.miod2014-07-101-21/+19
* Attempt to (incompletely) document EVP_aes_*().miod2014-07-103-10/+15
* Update to match the current state of crypto/rand, and remove MLINKS formiod2014-07-094-98/+15
* Remove mention that the PRNG needs to be seeded before invoking somemiod2014-07-0913-35/+4
* miod@ fixed the "bug" so remove reference to it in the man pod^Wpage.jsing2014-07-091-5/+0
* Add a missing word.jca2014-06-281-1/+1
* remove some of the bigger lies, as applicable to libressl.tedu2014-05-301-9/+3
* Improve line wrapping for lines exceeding 80 chars.jim2014-05-0446-192/+284
* Remove trailing whitespace.jim2014-05-0455-143/+143