Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ssltest.c to a regress test. | 2014-05-24 | 1 | -2211/+0 | |
| | |||||
* | Remove SRP and Kerberos support from libssl. These are complex protocols | 2014-05-05 | 1 | -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 tweaks | 2014-04-19 | 1 | -8/+8 | |
| | |||||
* | delete "string to make the random number generator think it has entropy" | 2014-04-18 | 1 | -4/+0 | |
| | |||||
* | no longer need to fool emacs indentation and other if (0) oddities. | 2014-04-17 | 1 | -3/+1 | |
| | |||||
* | always build in RSA and DSA. ok deraadt miod | 2014-04-17 | 1 | -16/+0 | |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | 2014-04-17 | 1 | -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 of | 2014-04-17 | 1 | -6/+5 | |
| | | | | a maze of conditional #define's | ||||
* | add back SRP. i was being too greedy. | 2014-04-16 | 1 | -0/+83 | |
| | |||||
* | disentangle SRP code from TLS | 2014-04-16 | 1 | -83/+0 | |
| | |||||
* | remove ssl2 support even more completely. | 2014-04-15 | 1 | -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 that | 2014-04-15 | 1 | -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, | 2014-04-14 | 1 | -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 it | 2014-04-14 | 1 | -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. | 2014-04-13 | 1 | -4/+0 | |
| | | | | ok deraadt@ | ||||
* | Remove vms support stuff. | 2014-04-13 | 1 | -16/+0 | |
| | | | | ok deraadt@ | ||||
* | Do not include "e_os.h" anymore. Simply pull in the necessary headers. | 2014-04-13 | 1 | -11/+17 | |
| | | | | ok miod@, deraadt@ | ||||
* | remove more cases of MS_STATIC, MS_CALLBACK, and MS_FAR. Did you | 2014-04-13 | 1 | -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. | 2014-04-13 | 1 | -4/+8 | |
| | |||||
* | resolve conflicts | 2012-10-13 | 1 | -9/+124 | |
| | |||||
* | openssl-1.0.0e: resolve conflicts | 2011-11-03 | 1 | -3/+0 | |
| | |||||
* | resolve conflicts, fix local changes | 2010-10-01 | 1 | -37/+187 | |
| | |||||
* | resolve conflicts | 2009-01-09 | 1 | -1/+1 | |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | 2009-01-05 | 1 | -10/+31 | |
| | |||||
* | resolve conflicts | 2008-09-06 | 1 | -47/+209 | |
| | |||||
* | resolve conflicts | 2006-06-27 | 1 | -12/+7 | |
| | |||||
* | resolve conflicts | 2005-04-29 | 1 | -22/+516 | |
| | |||||
* | merge 0.9.7d | 2004-04-08 | 1 | -1/+8 | |
| | |||||
* | Off-by-ones, from aaron@ | 2003-09-22 | 1 | -1/+1 | |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | 2003-05-12 | 1 | -13/+39 | |
| | |||||
* | don't cast pointer to integer, use intptr_t stuff off inttypes.h instead | 2003-05-01 | 1 | -2/+3 | |
| | | | | ok millert | ||||
* | merge with openssl-0.9.7-stable-SNAP-20020911, | 2002-09-14 | 1 | -1/+11 | |
| | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | ||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | 2002-05-15 | 1 | -26/+257 | |
| | |||||
* | openssl-engine-0.9.6 merge | 2000-12-15 | 1 | -3/+16 | |
| | |||||
* | OpenSSL 0.9.5a merge | 2000-04-15 | 1 | -103/+247 | |
| | |||||
* | OpenSSL 0.9.5 merge | 2000-03-19 | 1 | -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 merge | 1999-09-29 | 1 | -49/+461 | |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | 1998-10-05 | 1 | -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. |