summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/apps.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-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 thisbeck2014-07-111-4/+1
| | | | | baggage. ok miod@ jsing@
* Remove typecasts on password_callback.bcook2014-07-091-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 teduderaadt2014-06-121-1/+1
|
* There is no need to include <openssl/e_os2.h> here, except for the factjsing2014-05-261-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 wherejsing2014-05-231-2/+0
| | | | it is needed.
* Group and sort includes.jsing2014-05-181-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 jpaketedu2014-05-071-4/+0
|
* Fold in the zlib_cleanup macro.jsing2014-04-251-6/+0
|
* do_pipe_sig is now only used in openssl.c - just call signal() directlyjsing2014-04-251-2/+0
| | | | from there instead and ditch the macro.
* The apps_{startup,shutdown} macro mess is now only used in openssl.c -jsing2014-04-251-30/+0
| | | | | | reduce the macro to two functions and just call them instead. ok miod@
* More KNF.jsing2014-04-221-6/+7
|
* remove the openssl_fdset wrapper, and a variety of VMS'ism's likederaadt2014-04-191-2/+0
| | | | | crazy (void *) casts all over the place ok beck jsing
* ReadFile() and GetStdHandle() are not very POSIX.deraadt2014-04-191-2/+0
| | | | ok beck jsing
* $HOME/.rnd will never be a good source of entropy. ok becktedu2014-04-181-8/+0
|
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-181-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.jsing2014-04-181-1/+0
| | | | ok tedu@
* Make MONOLITH the default and only optionmatthew2014-04-171-17/+1
| | | | ok deraadt
* OpenBSD isn't NetWare or Windows, and it has SIGPIPE.matthew2014-04-171-11/+0
| | | | ok lteo miod
* First pass for KNF.jsing2014-04-161-46/+42
|
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+2
|
* resolve conflictsdjm2012-10-131-0/+13
|
* resolve conflicts, fix local changesdjm2010-10-011-49/+42
|
* resolve conflictsdjm2009-01-091-0/+7
|
* resolve conflictsdjm2008-09-061-11/+27
|
* resolve conflictsdjm2005-04-291-6/+6
|
* merge 0.9.7dmarkus2004-04-081-1/+32
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-19/+59
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-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@markus2002-09-101-6/+2
|
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-211-0/+2
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-18/+121
|
* openssl-engine-0.9.6 mergebeck2000-12-151-1/+16
|
* OpenSSL 0.9.5 mergebeck2000-03-191-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 mergebeck1999-09-291-17/+8
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-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.