Remove sk_find_ex()This API intends to find the closest match to the needle. M2Cryptoexposes it because it can. This will be fixed by patching the port.ok jsing
Remove lh statsThis could have been removed in an earlier bump. Now it's time for it tosay goodbye.ok jsing
Remove mkerr.pl remnants from LibreSSLThis script is not used at all and files are edited by hand instead.Thus remove misleading comments incl. the obsolete script/config.Feedback OK jsing tb
Remove utils that we don't useopensslwrap.sh and shlib_wrap.sh are used by tests that are getting replaced,x86asm.sh is obsoleted by our Makefile machineryok miod
Remove unused ssl utilsThis code is the reason perl has a name as a write only language.ok deraadt miod
$infile="/home/eay/ssl/SSLeay/MINFO";I wonder when these scripts were last used...
The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow forobsolete (and mostly internal) routines to be compiled out.We don't expect any reasonable software to stick to these interf
The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow forobsolete (and mostly internal) routines to be compiled out.We don't expect any reasonable software to stick to these interfaces, so betterclean up the view and unifdef -DNO_ASN1_OLD.The astute reader will notice the existence of NO_OLD_ASN1 which serves asimilar purpose, but is more entangled. Its time will come, soon.
show more ...
Remove the GOST engine: It is not compiled or used and depends on the"dynamic engine" feature that is not enabled in our build. People whoneed it can still pull it out of the Attic; if it is to ha
Remove the GOST engine: It is not compiled or used and depends on the"dynamic engine" feature that is not enabled in our build. People whoneed it can still pull it out of the Attic; if it is to have a Russianengine just because it's a Russian engine.OK deraadt@ beck@
used for windows dll builds only
Remove the Broadcom ubsec engine:The vendor_defns/hw_ubsec.h file has a copyright that does not grant rights!Vendor files should either include a compatible license in thecopyright statement or u
Remove the Broadcom ubsec engine:The vendor_defns/hw_ubsec.h file has a copyright that does not grant rights!Vendor files should either include a compatible license in thecopyright statement or use OpenSSL's defaults, but adding a copyrightstatement without any terms is not acceptable. It should not havebeen 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 anold PCI accelerator that was EOL'ed in 2005.ok deraadt@
Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.
Import OpenSSL 1.0.1g
resolve conflicts
OpenSSL 1.0.0f: merge
openssl-1.0.0e: resolve conflicts
resolve conflicts, fix local changes
import OpenSSL-1.0.0a
AES-NI engine support for OpenSSL.This is code mostly picked up from upstream OpenSSL, or to be more exacta diff from David Woodhouse <dwmw2 at infradead dot org>.Remember to make includes before
AES-NI engine support for OpenSSL.This is code mostly picked up from upstream OpenSSL, or to be more exacta diff from David Woodhouse <dwmw2 at infradead dot org>.Remember to make includes before doing a build!no objections from djm@OK deraadt@, reyk@ (AES is about 4.25x faster on his x201 now)
import openssl-0.9.8j
update to openssl-0.9.8i; tested by several, especially krw@
import of OpenSSL 0.9.8h
123