Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 2014-08-26 | 1 | -285/+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@ | ||||
* | Remove the PSK code. We don't need to drag around this | beck | 2014-07-11 | 1 | -4/+1 |
| | | | | | baggage. ok miod@ jsing@ | ||||
* | Remove typecasts on password_callback. | bcook | 2014-07-09 | 1 | -2/+2 |
| | | | | | | | Rather than casting password_callback to the correct function pointer signature at every call site, change it to match the signature instead. ok miod@ deraadt@ tedu@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | There is no need to include <openssl/e_os2.h> here, except for the fact | jsing | 2014-05-26 | 1 | -1/+2 |
| | | | | | that it brings in <openssl/opensslconf.h>, so just do that instead (currently via apps.h). | ||||
* | Stop pulling signal.h into apps.h - just include it from openssl.c where | jsing | 2014-05-23 | 1 | -2/+0 |
| | | | | it is needed. | ||||
* | Group and sort includes. | jsing | 2014-05-18 | 1 | -6/+8 |
| | | | | | | | | Currently "apps.h" needs to be included before any of the openssl headers and there are several cases where the code depends on headers that are included by something included by apps.h... More untangling saved for later on. | ||||
* | less than jpake | tedu | 2014-05-07 | 1 | -4/+0 |
| | |||||
* | Fold in the zlib_cleanup macro. | jsing | 2014-04-25 | 1 | -6/+0 |
| | |||||
* | do_pipe_sig is now only used in openssl.c - just call signal() directly | jsing | 2014-04-25 | 1 | -2/+0 |
| | | | | from there instead and ditch the macro. | ||||
* | The apps_{startup,shutdown} macro mess is now only used in openssl.c - | jsing | 2014-04-25 | 1 | -30/+0 |
| | | | | | | reduce the macro to two functions and just call them instead. ok miod@ | ||||
* | More KNF. | jsing | 2014-04-22 | 1 | -6/+7 |
| | |||||
* | remove the openssl_fdset wrapper, and a variety of VMS'ism's like | deraadt | 2014-04-19 | 1 | -2/+0 |
| | | | | | crazy (void *) casts all over the place ok beck jsing | ||||
* | ReadFile() and GetStdHandle() are not very POSIX. | deraadt | 2014-04-19 | 1 | -2/+0 |
| | | | | ok beck jsing | ||||
* | $HOME/.rnd will never be a good source of entropy. ok beck | tedu | 2014-04-18 | 1 | -8/+0 |
| | |||||
* | Put the final pieces from e_os.h in the required places, and remove it. | deraadt | 2014-04-18 | 1 | -5/+2 |
| | | | | | "dance on it's grave" says beck ok guenther beck | ||||
* | Remove MAIN and PROG defines now that we do not compile non-monolithic. | jsing | 2014-04-18 | 1 | -1/+0 |
| | | | | ok tedu@ | ||||
* | Make MONOLITH the default and only option | matthew | 2014-04-17 | 1 | -17/+1 |
| | | | | ok deraadt | ||||
* | OpenBSD isn't NetWare or Windows, and it has SIGPIPE. | matthew | 2014-04-17 | 1 | -11/+0 |
| | | | | ok lteo miod | ||||
* | First pass for KNF. | jsing | 2014-04-16 | 1 | -46/+42 |
| | |||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -0/+2 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -0/+13 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -49/+42 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+7 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -11/+27 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -6/+6 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -1/+32 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -19/+59 |
| | |||||
* | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 2002-09-14 | 1 | -2/+2 |
| | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | ||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -6/+2 |
| | |||||
* | Merge openssl-0.9.7-stable-SNAP-20020519 | beck | 2002-05-21 | 1 | -0/+2 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -18/+121 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -1/+16 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -2/+18 |
| | | | | | | *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 | beck | 1999-09-29 | 1 | -17/+8 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+150 |
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. |