summaryrefslogtreecommitdiffstats
path: root/lib/libssl/test
AgeCommit message (Collapse)AuthorFilesLines
2014-06-12tags as requested by miod and teduderaadt3-2/+3
2014-06-07evptests.txt lives in regress/lib/libcrypto/evpjsing1-334/+0
2014-04-18igetest.c moved to regress we don't need another copyjsg1-503/+0
ok miod@
2014-04-17expunge more of the old build systemafresh11-485/+0
ok deraadt miod
2014-04-16Clean up dangerous strncpy use. This included a use where the resultingbeck1-48/+0
string was potentially not nul terminated and a place where malloc return was unchecked. while we're at it remove dummytest.c ok miod@
2014-04-14remove auto-generated dependencies from the old unused build system, soderaadt1-244/+0
that it is easier to find code pieces. They are getting in the way. ok miod
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod21-3115/+18
2014-04-13Import OpenSSL 1.0.1gmiod1-1/+3
2012-10-13resolve conflictsdjm6-11/+63
2012-10-13import OpenSSL-1.0.1cdjm5-3/+25
2012-01-05OpenSSL 1.0.0f: mergedjm1-4/+4
2011-11-03openssl-1.0.0e: resolve conflictsdjm15-200/+463
2011-11-03import OpenSSL 1.0.0edjm5-74/+348
2010-10-01resolve conflicts, fix local changesdjm31-5297/+404
2010-10-01import OpenSSL-1.0.0adjm10-13/+1688
2010-07-01AES-NI engine support for OpenSSL.thib1-0/+69
This is code mostly picked up from upstream OpenSSL, or to be more exact a 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)
2009-04-06resolve conflictsdjm1-0/+2
2009-01-09resolve conflictsdjm2-96/+405
2009-01-09import openssl-0.9.8jdjm5-4/+232
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@djm1-33/+50
2008-09-06resolve conflictsdjm12-66/+30
2008-09-06import of OpenSSL 0.9.8hdjm15-627/+1988
2006-06-27resolve conflictsdjm2-8/+8
2006-06-27import of openssl-0.9.7jdjm3-46/+424
2005-08-01kernal->kernel;jmc1-1/+1
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@
2005-04-29resolve conflictsdjm14-43/+110
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm12-5/+3757
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus6-351/+349
2003-05-11import 0.9.7b (without idea and rc5)markus1-0/+183
2002-09-14merge with openssl-0.9.7-stable-SNAP-20020911,markus10-10/+26
new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
2002-09-12import openssl-0.9.7-stable-SNAP-20020911 (without idea)markus1-2/+3
2002-09-10merge openssl-0.9.7-beta3, tested on vax by miod@markus11-98/+265
2002-09-05import openssl-0.9.7-beta3markus1-0/+47
2002-09-05merge with 0.9.7-beta1markus1-5/+10
2002-09-04more cruftmarkus1-2/+0
2002-09-04more cruft.markus2-3/+0
2002-09-04execute bourne shell scripts with 'sh' and not with $SHELLmarkus1-1/+1
2002-09-03sync tests with 0.9.7-beta1markus6-23/+69
2002-09-03sync these files with openssl-0.9.7-beta1, toomarkus5-79/+158
2002-06-07Merge OpenSSL 0.9.7-stable-20020605,beck2-6/+33
correctly autogenerate obj_mac.h
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergebeck6-182/+350
2001-08-01merge openssl 0.9.6b-enginebeck2-1/+112
Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
2001-06-22openssl-engine-0.9.6a mergebeck1-2/+2
2000-12-15openssl-engine0.9.6 mergebeck3-0/+0
Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
2000-12-15openssl-engine-0.9.6 mergebeck6-125/+578
2000-03-19OpenSSL 0.9.5 mergebeck19-191/+497
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
1999-11-23do not assume shell scripts are +x; dderaadt1-1/+1
1999-09-29OpenSSL 0.9.4 mergebeck40-396/+2324
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker46-0/+2232
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.