summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* typosmiod2015-08-183-3/+3
|
* double words fix; docs are slowly getting moved to mdoc, but thissobrado2015-07-252-2/+2
| | | | | | change will help people translating them. ok jmc@, schwarze@
* delete doubled words;schwarze2015-07-174-4/+4
| | | | patch from Theo Buehler <theo at math dot ethz dot ch>
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-205-11/+10
| | | | ok deraadt@ jsing@ miod@
* Disable ENGINE_load_dynamic (dynamic engine support).bcook2015-06-191-4/+4
| | | | | | | We do not build, test or ship any dynamic engines, so we can remove the dynamic engine loader as well. This leaves a stub initialization function in its place. ok beck@, reyk@, miod@
* 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
| | | | | | | ``The probability that a randomly generated key is weak is -1/2^52, so it is not really worth checking for them.'' This kind of naively optimistic attitude is not compatible with security.
* Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,miod2014-07-1130-90/+1194
| | | | | | Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz, via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support, at least partially removed).
* 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
| | | | | Instead, fold their description in the main documentation, and update the history section to mention them as well.
* Attempt to (incompletely) document EVP_aes_*().miod2014-07-103-10/+15
| | | | | | | | | When EVP_des_cbc() was suggested, suggest EVP_aes_256_cbc() instead. Remove mention of EVP_des_ede3_cbc() being the algorithm of choice for S/MIME. Don't mention US-export limited RC2 algorithms, you'd better not know about them.
* Update to match the current state of crypto/rand, and remove MLINKS formiod2014-07-094-98/+15
| | | | RAND_event and RAND_screen.
* Remove mention that the PRNG needs to be seeded before invoking somemiod2014-07-0913-35/+4
| | | | functions.
* 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
| | | | ok jmc@
* Remove trailing whitespace.jim2014-05-0455-143/+143
| | | | fine jmc@
* egd is gonederaadt2014-04-191-3/+1
|
* Sync the list of man pages for libcrypto, explicity rename conflictingmpi2014-04-169-0/+1500
| | | | | | | pages instead of doing it in the Makefiles and move a libssl page where it belongs. ok miod@
* Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping themiod2014-04-152-59/+12
| | | | | | | | | | | | | | | | | | | | | existing RAND interfaces unchanged. All interfaces allowing external feed or seed of the RNG (either from a file or a local entropy gathering daemon) are kept for ABI compatibility, but are no longer do anything. While the OpenSSL PRNG was required 15+ years ago when many systems lacked proper entropy collection, things have evolved and one can reasonably assume it is better to use the kernel (system global) entropy pool rather than trying to build one's own and having to compensate for thread scheduling... <RANT> Whoever thought that RAND_screen(), feeding the PRNG with the contents of the local workstation's display, under Win32, was a smart idea, ought to be banned from security programming. </RANT> ok beck@ deraadt@ tedu@
* Remove the GMP engine: It was an experimental engine using libgmp asreyk2014-04-141-3/+0
| | | | | | | an alternative backend for BIGNUM calculations. It is PoC code that is not enabled in OpenSSL and probably not used by anymore. ok deraadt@
* Remove the nuron engine. The static engine is not standalone and thereyk2014-04-141-1/+0
| | | | FPGA-based device is long obsolete.
* Remove the nCipher CHIL engine. It is not standalone and depends onreyk2014-04-141-3/+0
| | | | external libraries that aren't covered by the same license.
* Remove the AEP engine: it is not standalone and doesn't seem to bereyk2014-04-131-1/+0
| | | | | | | | | relevant anymore. OpenSSL should have a better way to include 3rd party engines: either completely and free or external. But including a wrapper for a non-free wrapper in the code base does not make much sense and could also be provided by the vendor. ok deraadt@
* Remove the Atalla engine: It is not standalone and depends on externalreyk2014-04-131-1/+0
| | | | | | | | | non-free libraries. OpenSSL should have a better way to include 3rd party engines: either completely free or external. But including a wrapper for a non-free wrapper in the code base does not make much sense and could also be provided by the vendor. ok deraadt@
* Remove the cswift engine: it is not standalone and we don't have thereyk2014-04-131-3/+0
| | | | | | | | | | | | | hardware. The vendor_defns/cswift.h does not specify a copyright and theoretically defaults to the OpenSSL license, but it also mentions that it includes parts that have been "clipped" from CryptoSwift's proprietary headers. This file should better include an explicit copyright statement or mention OpenSSL's library instead of the ambiguous "Attribution notice". ok deraadt@
* Remove the "sureware" engine:reyk2014-04-131-1/+0
| | | | | | | | | | | | The vendor_defns/sureware.h file by Baltimore Technologies Ltd. has a copyright that does not grant rights! Vendor files should either include a compatible license in the copyright statement or use OpenSSL's defaults, but adding a copyright statement without any terms is not acceptable. It should not have been included in the first place. ok deraadt@
* Remove the Broadcom ubsec engine:reyk2014-04-131-1/+0
| | | | | | | | | | | | | The vendor_defns/hw_ubsec.h file has a copyright that does not grant rights! Vendor files should either include a compatible license in the copyright statement or use OpenSSL's defaults, but adding a copyright statement without any terms is not acceptable. It should not have been included in the first place. (The ubsec(4) kernel driver is not affected by this change) ok deraadt@
* Remove the IBM 4758 engine: we don't have this hardware and it is anreyk2014-04-131-1/+0
| | | | | | old PCI accelerator that was EOL'ed in 2005. ok deraadt@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-136-12/+16
|
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-1310-9/+112
|\ | | | | branch.
| * Import OpenSSL 1.0.1gmiod2014-04-1314-13/+121
| |
| * import OpenSSL-1.0.1cdjm2012-10-131-23/+43
| |
* | prepare manpages for new perl.espie2014-03-181-0/+2
| | | | | | | | | | | | | | Note that I missed two of these in the diff shown initially, thx to the atrocious Makefile rule... okay millert@, sthen@, basically
* | resolve conflictsdjm2012-10-131-23/+43
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-031-1/+1
|\| | | | | branch.
| * import OpenSSL 1.0.0edjm2011-11-031-1/+1
| |
* | resolve conflicts, fix local changesdjm2010-10-016-21/+52
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-0142-127/+2611
|\| | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-0148-148/+2663
| |
* | resolve conflictsdjm2008-09-0611-18/+44
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-0610-134/+250
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-0621-152/+294
| |
* | resolve conflictsdjm2006-06-271-3/+3
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-272-2/+2
|\| | | | | branch.