summaryrefslogtreecommitdiffstats
path: root/lib/libssl/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tags as requested by miod and teduderaadt2014-06-123-2/+3
|
* evptests.txt lives in regress/lib/libcrypto/evpjsing2014-06-071-334/+0
|
* igetest.c moved to regress we don't need another copyjsg2014-04-181-503/+0
| | | | ok miod@
* expunge more of the old build systemafresh12014-04-171-485/+0
| | | | ok deraadt miod
* Clean up dangerous strncpy use. This included a use where the resultingbeck2014-04-161-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@
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-244/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-1321-3115/+18
|
* Import OpenSSL 1.0.1gmiod2014-04-131-1/+3
|
* resolve conflictsdjm2012-10-136-11/+63
|
* import OpenSSL-1.0.1cdjm2012-10-135-3/+25
|
* OpenSSL 1.0.0f: mergedjm2012-01-051-4/+4
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-0315-200/+463
|
* import OpenSSL 1.0.0edjm2011-11-035-74/+348
|
* resolve conflicts, fix local changesdjm2010-10-0131-5297/+404
|
* import OpenSSL-1.0.0adjm2010-10-0110-13/+1688
|
* AES-NI engine support for OpenSSL.thib2010-07-011-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)
* resolve conflictsdjm2009-04-061-0/+2
|
* resolve conflictsdjm2009-01-092-96/+405
|
* import openssl-0.9.8jdjm2009-01-095-4/+232
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-33/+50
|
* resolve conflictsdjm2008-09-0612-66/+30
|
* import of OpenSSL 0.9.8hdjm2008-09-0615-627/+1988
|
* resolve conflictsdjm2006-06-272-8/+8
|
* import of openssl-0.9.7jdjm2006-06-273-46/+424
|
* kernal->kernel;jmc2005-08-011-1/+1
| | | | | from netbsd pr #30872 (anonymous post); ok deraadt@ krw@
* resolve conflictsdjm2005-04-2914-43/+110
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-2912-5/+3757
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-126-351/+349
|
* import 0.9.7b (without idea and rc5)markus2003-05-111-0/+183
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-1410-10/+26
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* import openssl-0.9.7-stable-SNAP-20020911 (without idea)markus2002-09-121-2/+3
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-1011-98/+265
|
* import openssl-0.9.7-beta3markus2002-09-051-0/+47
|
* merge with 0.9.7-beta1markus2002-09-051-5/+10
|
* more cruftmarkus2002-09-041-2/+0
|
* more cruft.markus2002-09-042-3/+0
|
* execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
|
* sync tests with 0.9.7-beta1markus2002-09-036-23/+69
|
* sync these files with openssl-0.9.7-beta1, toomarkus2002-09-035-80/+159
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-072-6/+33
| | | | correctly autogenerate obj_mac.h
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-156-182/+350
|
* merge openssl 0.9.6b-enginebeck2001-08-012-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
* openssl-engine-0.9.6a mergebeck2001-06-221-2/+2
|
* openssl-engine0.9.6 mergebeck2000-12-153-0/+0
| | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* openssl-engine-0.9.6 mergebeck2000-12-156-125/+578
|
* OpenSSL 0.9.5 mergebeck2000-03-1919-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
* do not assume shell scripts are +x; dderaadt1999-11-231-1/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-2940-396/+2324
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0546-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.