Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | egd is gone | deraadt | 2014-04-19 | 1 | -3/+1 | |
| | ||||||
* | Sync the list of man pages for libcrypto, explicity rename conflicting | mpi | 2014-04-16 | 9 | -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 the | miod | 2014-04-15 | 2 | -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 as | reyk | 2014-04-14 | 1 | -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 the | reyk | 2014-04-14 | 1 | -1/+0 | |
| | | | | FPGA-based device is long obsolete. | |||||
* | Remove the nCipher CHIL engine. It is not standalone and depends on | reyk | 2014-04-14 | 1 | -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 be | reyk | 2014-04-13 | 1 | -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 external | reyk | 2014-04-13 | 1 | -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 the | reyk | 2014-04-13 | 1 | -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: | reyk | 2014-04-13 | 1 | -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: | reyk | 2014-04-13 | 1 | -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 an | reyk | 2014-04-13 | 1 | -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. | miod | 2014-04-13 | 6 | -12/+16 | |
| | ||||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 10 | -9/+112 | |
|\ | | | | | branch. | |||||
| * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 14 | -13/+121 | |
| | | ||||||
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -23/+43 | |
| | | ||||||
* | | prepare manpages for new perl. | espie | 2014-03-18 | 1 | -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 conflicts | djm | 2012-10-13 | 1 | -23/+43 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 1 | -1/+1 | |
|\| | | | | | branch. | |||||
| * | import OpenSSL 1.0.0e | djm | 2011-11-03 | 1 | -1/+1 | |
| | | ||||||
* | | resolve conflicts, fix local changes | djm | 2010-10-01 | 6 | -21/+52 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 42 | -127/+2611 | |
|\| | | | | | branch. | |||||
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 48 | -148/+2663 | |
| | | ||||||
* | | resolve conflicts | djm | 2008-09-06 | 11 | -18/+44 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 10 | -134/+250 | |
|\| | | | | | branch. | |||||
| * | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 21 | -152/+294 | |
| | | ||||||
* | | resolve conflicts | djm | 2006-06-27 | 1 | -3/+3 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 2 | -2/+2 | |
|\| | | | | | branch. | |||||
| * | import of openssl-0.9.7j | djm | 2006-06-27 | 3 | -5/+5 | |
| | | ||||||
* | | resolve conflicts | djm | 2005-04-29 | 5 | -11/+14 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 3 | -6/+10 | |
|\| | | | | | branch. | |||||
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 8 | -17/+24 | |
| | | ||||||
* | | merge 0.9.7d | markus | 2004-04-08 | 3 | -4/+5 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | markus | 2004-04-07 | 3 | -2/+136 | |
|\| | | | | | branch. | |||||
| * | import openssl-0.9.7d | markus | 2004-04-07 | 8 | -8/+143 | |
| | | ||||||
* | | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 15 | -42/+86 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | markus | 2003-05-11 | 25 | -6/+1774 | |
|\| | | | | | branch. | |||||
| * | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 50 | -58/+1872 | |
| | | ||||||
* | | DSAparams_print_pf() -> DSAparams_print_fp() | cedric | 2003-02-28 | 1 | -1/+1 | |
| | | | | | | | | ok deraadt@ | |||||
* | | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 2002-09-14 | 14 | -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 vendor | markus | 2002-09-12 | 1 | -0/+621 | |
|\| | | | | | branch. | |||||
| * | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | markus | 2002-09-12 | 15 | -174/+941 | |
| | | ||||||
| * | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 7 | -10/+48 | |
| | | ||||||
| * | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 26 | -300/+797 | |
| | | ||||||
| * | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2002-05-15 | 60 | -0/+3987 | |
| | ||||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 7 | -8/+46 | |
| | ||||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 14 | -180/+484 | |
| | ||||||
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 3 | -2/+3 | |
| | ||||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 21 | -170/+452 | |
| | ||||||
* | Fix typo; claudio@core-sdi.com. | fgsch | 2000-10-10 | 1 | -1/+1 | |
| |