Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | 2014-08-26 | 1 | -147/+0 | |
| | | | | | | | | a system/superuser binary. At the same time, move the source code from its current lib/libssl/src/apps location to a more appropriate home under usr.bin/openssl. ok deraadt@ miod@ | ||||
* | tags as requested by miod and tedu | 2014-06-12 | 1 | -1/+1 | |
| | |||||
* | KNF. | 2014-04-22 | 1 | -17/+21 | |
| | |||||
* | Remove support for unwanted operating systems. | 2014-04-18 | 1 | -10/+0 | |
| | | | | ok miod@ | ||||
* | spray the apps directory with anti-VMS napalm. | 2014-04-16 | 1 | -23/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | so that its lovecraftian horror is not forever lost, i reproduce below a comment from the deleted code. /* 2011-03-22 SMS. * If we have 32-bit pointers everywhere, then we're safe, and * we bypass this mess, as on non-VMS systems. (See ARGV, * above.) * Problem 1: Compaq/HP C before V7.3 always used 32-bit * pointers for argv[]. * Fix 1: For a 32-bit argv[], when we're using 64-bit pointers * everywhere else, we always allocate and use a 64-bit * duplicate of argv[]. * Problem 2: Compaq/HP C V7.3 (Alpha, IA64) before ECO1 failed * to NULL-terminate a 64-bit argv[]. (As this was written, the * compiler ECO was available only on IA64.) * Fix 2: Unless advised not to (VMS_TRUST_ARGV), we test a * 64-bit argv[argc] for NULL, and, if necessary, use a * (properly) NULL-terminated (64-bit) duplicate of argv[]. * The same code is used in either case to duplicate argv[]. * Some of these decisions could be handled in preprocessing, * but the code tends to get even uglier, and the penalty for * deciding at compile- or run-time is tiny. */ | ||||
* | remove more cases of MS_STATIC, MS_CALLBACK, and MS_FAR. Did you | 2014-04-13 | 1 | -7/+7 | |
| | | | | | | | 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 | ||||
* | resolve conflicts, fix local changes | 2010-10-01 | 1 | -2/+5 | |
| | |||||
* | remerge local tweaks, update per-arch configuration headers, update | 2008-09-06 | 1 | -1/+1 | |
| | | | | Makefiles, crank shlib_version | ||||
* | resolve conflicts | 2008-09-06 | 1 | -4/+9 | |
| | |||||
* | support IPv6 connections in "openssl s_client", adding -4 and -6 options to | 2004-03-31 | 1 | -2/+2 | |
| | | | | force protocol; ok itojun@ | ||||
* | merge 0.9.7c; minor bugsfixes; | 2003-11-11 | 1 | -0/+8 | |
| | | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto] | ||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | 2002-05-15 | 1 | -9/+58 | |
| | |||||
* | OpenSSL 0.9.5a merge | 2000-04-15 | 1 | -9/+0 | |
| | |||||
* | OpenSSL 0.9.4 merge | 1999-09-29 | 1 | -25/+26 | |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | 1998-10-05 | 1 | -0/+119 | |
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. |