summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/ssltest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move ssltest.c to a regress test.jsing2014-05-241-2211/+0
|
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-98/+0
| | | | | all on their own and we can't effectively maintain them without using them, which we don't. If the need arises, the code can be resurrected.
* More KNF and style consistency tweaksguenther2014-04-191-8/+8
|
* delete "string to make the random number generator think it has entropy"tedu2014-04-181-4/+0
|
* no longer need to fool emacs indentation and other if (0) oddities.tedu2014-04-171-3/+1
|
* always build in RSA and DSA. ok deraadt miodtedu2014-04-171-16/+0
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-1/+1
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* unistd.h is always in the same place; no need to #include the result ofderaadt2014-04-171-6/+5
| | | | a maze of conditional #define's
* add back SRP. i was being too greedy.tedu2014-04-161-0/+83
|
* disentangle SRP code from TLStedu2014-04-161-83/+0
|
* remove ssl2 support even more completely.tedu2014-04-151-39/+0
| | | | | | in the process, always include ssl3 and tls1, we don't need config options for them. when the time comes to expire ssl3, it will be with an ax. checked by miod
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-21/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok miod
* Flense all use of BIO_snprintf from ssl source - use the real one instead,beck2014-04-141-4/+4
| | | | | | and allow for the normal posix mandated return values instead of the nonstandard one from BIO_snprintf. ok miod@
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-1263/+1086
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* Flense a variety of windows support stuff, and a strange gettimeofday function.beck2014-04-131-4/+0
| | | | ok deraadt@
* Remove vms support stuff.beck2014-04-131-16/+0
| | | | ok deraadt@
* Do not include "e_os.h" anymore. Simply pull in the necessary headers.mpi2014-04-131-11/+17
| | | | ok miod@, deraadt@
* remove more cases of MS_STATIC, MS_CALLBACK, and MS_FAR. Did youderaadt2014-04-131-11/+11
| | | | | | | know that MS_STATIC doesn't mean it is static? How far can lies and half-truths be layered? I wonder if anyone got fooled, and actually returned a pointer.. ok beck
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-4/+8
|
* resolve conflictsdjm2012-10-131-9/+124
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-3/+0
|
* resolve conflicts, fix local changesdjm2010-10-011-37/+187
|
* resolve conflictsdjm2009-01-091-1/+1
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-10/+31
|
* resolve conflictsdjm2008-09-061-47/+209
|
* resolve conflictsdjm2006-06-271-12/+7
|
* resolve conflictsdjm2005-04-291-22/+516
|
* merge 0.9.7dmarkus2004-04-081-1/+8
|
* Off-by-ones, from aaron@miod2003-09-221-1/+1
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-13/+39
|
* don't cast pointer to integer, use intptr_t stuff off inttypes.h insteadpvalchev2003-05-011-2/+3
| | | | ok millert
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-1/+11
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-26/+257
|
* openssl-engine-0.9.6 mergebeck2000-12-151-3/+16
|
* OpenSSL 0.9.5a mergebeck2000-04-151-103/+247
|
* OpenSSL 0.9.5 mergebeck2000-03-191-88/+138
| | | | | | *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
* OpenSSL 0.9.4 mergebeck1999-09-291-49/+461
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+751
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.