summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
| * import of openssl-0.9.7jdjm2006-06-273-5/+5
| |
* | resolve conflictsdjm2005-04-295-11/+14
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-293-6/+10
|\| | | | | branch.
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-298-17/+24
| |
* | merge 0.9.7dmarkus2004-04-083-4/+5
| |
* | This commit was generated by cvs2git to track changes on a CVS vendormarkus2004-04-073-2/+136
|\| | | | | branch.
| * import openssl-0.9.7dmarkus2004-04-078-8/+143
| |
* | merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-1215-42/+86
| |
* | This commit was generated by cvs2git to track changes on a CVS vendormarkus2003-05-1125-6/+1774
|\| | | | | branch.
| * import 0.9.7b (without idea and rc5)markus2003-05-1150-58/+1872
| |
* | DSAparams_print_pf() -> DSAparams_print_fp()cedric2003-02-281-1/+1
| | | | | | | | ok deraadt@
* | merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-1414-173/+318
| | | | | | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* | This commit was generated by cvs2git to track changes on a CVS vendormarkus2002-09-121-0/+621
|\| | | | | branch.
| * import openssl-0.9.7-stable-SNAP-20020911 (without idea)markus2002-09-1215-174/+941
| |
| * import openssl-0.9.7-beta3markus2002-09-057-10/+48
| |
| * import openssl-0.9.7-beta1markus2002-09-0526-300/+797
| |
| * This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2002-05-1560-0/+3987
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-107-8/+46
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1514-180/+484
|
* openssl-engine-0.9.6a mergebeck2001-06-223-2/+3
|
* openssl-engine-0.9.6 mergebeck2000-12-1521-170/+452
|
* Fix typo; claudio@core-sdi.com.fgsch2000-10-101-1/+1
|