summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/apps/speed.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix multiple vulnerabilities of OpenSSL. [SA-17:02]delphij2017-02-231-7/+7
| | | | | | | | | | | | | | Fix system hang when booting when PCI-express HotPlug is enabled. [EN-17:01] Fix NIS master updates are not pushed to NIS slave. [EN-17:02] Fix compatibility with Hyper-V/storage after KB3172614 or KB3179574. [EN-17:03] Make makewhatis output reproducible. [EN-17:04] Approved by: so
* MFS: r306195jkim2016-09-221-0/+4
| | | | | | Merge OpenSSL 1.0.2i. Approved by: re (gjb, implicit), so (delphij)
* Merge OpenSSL 1.0.2f.jkim2016-01-281-1/+1
|\ | | | | | | Relnotes: yes
* \ Merge OpenSSL 1.0.2d.jkim2015-10-301-0/+129
|\ \ | |/
* | Merge OpenSSL 1.0.1m.jkim2015-03-201-2626/+2550
|\ \ | |/
* | Merge OpenSSL 1.0.1k.jkim2015-01-081-22/+1
|\ \ | |/
* | Merge OpenSSL 1.0.1e.jkim2013-02-131-2/+2
|\ \ | |/ | | | | Approved by: secteam (simon), benl (silence)
* | Merge OpenSSL 1.0.1c.jkim2012-07-121-244/+148
|\ \ | |/ | | | | Approved by: benl (maintainer)
* | Merge OpenSSL 0.9.8p into head.simon2010-11-221-9/+3
| | | | | | | | | | Security: CVE-2010-3864 Security: http://www.openssl.org/news/secadv_20101116.txt
* | Merge OpenSSL 0.9.8n into head.simon2010-04-011-4/+10
| | | | | | | | | | | | | | | | | | | | | | This fixes CVE-2010-0740 which only affected -CURRENT (OpenSSL 0.9.8m) but not -STABLE branches. I have not yet been able to find out if CVE-2010-0433 impacts FreeBSD. This will be investigated further. Security: CVE-2010-0433, CVE-2010-0740 Security: http://www.openssl.org/news/secadv_20100324.txt
* | Merge OpenSSL 0.9.8m into head.simon2010-03-131-9/+17
|\ \ | |/ | | | | | | | | | | | | | | | | | | This also "reverts" some FreeBSD local changes so we should now be back to using entirely stock OpenSSL. The local changes were simple $FreeBSD$ lines additions, which were required in the CVS days, and the patch for FreeBSD-SA-09:15.ssl which has been superseded with OpenSSL 0.9.8m's RFC5746 'TLS renegotiation extension' support. MFC after: 3 weeks
* | Merge OpenSSL 0.9.8k into head.simon2009-06-141-23/+119
|\ \ | |/ | | | | Approved by: re
| * Flatten OpenSSL vendor tree.simon2008-08-231-2834/+0
| |
| * Vendor import of OpenSSL 0.9.8d.simon2006-10-011-6/+107
| |
| * Vendor import of OpenSSL 0.9.8bsimon2006-07-291-20/+794
| |
| * Vendor import of OpenSSL 0.9.7e.nectar2005-02-251-0/+1
| |
| * Vendor import of OpenSSL 0.9.7d.nectar2004-03-171-0/+7
| |
| * Vendor import of OpenSSL 0.9.7a.nectar2003-02-191-0/+10
| |
| * Vendor import of OpenSSL release 0.9.7. This release includesmarkm2003-01-281-316/+809
| | | | | | | | support for AES and OpenBSD's hardware crypto.
| * Import of OpenSSL 0.9.6d.nectar2002-07-301-6/+25
| |
| * Initial import of OpenSSL 0.9.6bkris2001-07-191-2/+2
| |
| * Initial import of OpenSSL 0.9.6akris2001-05-201-1/+3
| |
| * Initial import of OpenSSL 0.9.6kris2000-11-131-152/+358
| |
| * Initial import of OpenSSL 0.9.5akris2000-04-131-24/+40
| |
* | Prevent cross-site forgery attacks on lukemftpd(8) due to splittingsimon2009-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | long commands into multiple requests. [09:01] Fix incorrect OpenSSL checks for malformed signatures due to invalid check of return value from EVP_VerifyFinal(), DSA_verify, and DSA_do_verify. [09:02] Security: FreeBSD-SA-09:01.lukemftpd Security: FreeBSD-SA-09:02.openssl Obtained from: NetBSD [SA-09:01] Obtained from: OpenSSL Project [SA-09:02] Approved by: so (simon)
* | Resolve conflicts after import of OpenSSL 0.9.8d.simon2006-10-011-6/+107
| |
* | Resolve conflicts after import of OpenSSL 0.9.8b.simon2006-07-291-20/+794
| |
* | Resolve conflicts after import of OpenSSL 0.9.7e.nectar2005-02-251-0/+1
| |
* | Resolve conflicts after import of OpenSSL 0.9.7d.nectar2004-03-171-0/+7
| |
* | Resolve conflicts after import of OpenSSL 0.9.7a.nectar2003-02-191-0/+10
| |
* | Merge conflicts.markm2003-01-281-318/+809
| | | | | | | | This is cunning doublespeak for "use vendor code".
* | Resolve conflicts after import of OpenSSL 0.9.6d.nectar2002-07-301-6/+25
| |
* | Resolve conflictskris2001-07-191-2/+2
| |
* | Resolve conflictskris2001-05-201-1/+3
| |
* | Resolve conflicts, and garbage collect some local changes that are nokris2000-11-131-153/+367
| | | | | | | | longer required
* | Resolve conflicts.kris2000-04-131-24/+40
| |
* | Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)peter2000-02-261-13/+1
| | | | | | | | | | | | | | Reorganize and unify libcrypto's interface so that the RSA implementation is chosen at runtime via dlopen(). This is a checkpoint and may require more tweaks still.
* | Fix for missing symbol in -DRSAref case.kris2000-01-161-0/+6
|/
* Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patentkris2000-01-101-0/+1205
infringement reasons.
OpenPOWER on IntegriCloud