summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/doc/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve line wrapping for lines exceeding 80 chars.jim2014-05-0482-305/+430
| | | | ok jmc@
* Add missing SEE ALSO section header.jim2014-05-041-0/+2
| | | | yup jmc@
* Remove trailing whitespace.jim2014-05-0485-202/+202
| | | | fine jmc@
* egd is gonederaadt2014-04-192-32/+1
|
* tone down some XXXXX to not appear in greptedu2014-04-181-1/+1
|
* Sync the list of man pages for libcrypto, explicity rename conflictingmpi2014-04-1614-322/+0
| | | | | | | pages instead of doing it in the Makefiles and move a libssl page where it belongs. ok miod@
* Remove pointless man pages that were not installed.mpi2014-04-164-383/+0
| | | | ok miod@
* Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping themiod2014-04-154-226/+19
| | | | | | | | | | | | | | | | | | | | | 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-1313-121/+23
|
* Import OpenSSL 1.0.1gmiod2014-04-1312-17/+116
|
* 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
* remove ACSS, crank libcrypto major; ok markus@ deraadt@djm2013-01-261-66/+0
|
* resolve conflictsdjm2012-10-131-23/+43
|
* import OpenSSL-1.0.1cdjm2012-10-131-1/+1
|
* import OpenSSL 1.0.0edjm2011-11-032-2/+2
|
* resolve conflicts, fix local changesdjm2010-10-0112-185/+290
|
* import OpenSSL-1.0.0adjm2010-10-0172-141/+4032
|
* resolve conflictsdjm2009-01-091-2/+5
|
* resolve conflictsdjm2008-09-0621-55/+87
|
* import of OpenSSL 0.9.8hdjm2008-09-0618-139/+900
|
* resolve conflictsdjm2006-06-273-8/+25
|
* import of openssl-0.9.7jdjm2006-06-272-2/+2
|
* resolve conflictsdjm2005-04-297-13/+16
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-295-12/+36
|
* merge 0.9.7dmarkus2004-04-083-4/+5
|
* import openssl-0.9.7dmarkus2004-04-079-10/+251
|
* evp api and manual page for acsshshoexer2004-01-231-0/+66
| | | | ok deraadt@ markus@
* remove obsolete filesmarkus2003-11-131-103/+0
|
* import 0.9.7cmarkus2003-11-111-3/+2
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-1216-31/+64
|
* import 0.9.7b (without idea and rc5)markus2003-05-1134-22/+2189
|
* DSAparams_print_pf() -> DSAparams_print_fp()cedric2003-02-281-1/+1
| | | | ok deraadt@
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-1413-174/+337
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* import openssl-0.9.7-stable-SNAP-20020911 (without idea)markus2002-09-123-2/+623
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-1010-8/+57
|
* import openssl-0.9.7-beta3markus2002-09-051-1/+1
|
* merge with 0.9.7-beta1markus2002-09-051-2/+2
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-1/+1
| | | | correctly autogenerate obj_mac.h
* god these guys have low quality controlderaadt2002-05-151-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1536-471/+1746
|
* Remove references to nonexistent man pages. Ok theo, millert.kjell2002-02-121-2/+1
|