aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.h
Commit message (Collapse)AuthorAgeFilesLines
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-111/+0
| | | | | | | | | | | | | There are header files in crypto/ that are used by a number of crypto/ submodules. Move those to crypto/include/internal and adapt the affected source code and Makefiles. The header files that got moved are: crypto/cryptolib.h crypto/md32_common.h Reviewed-by: Rich Salz <rsalz@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-35/+35
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add a symbol for the first parameter to OPENSSL_showfatal().Richard Levitte2011-06-231-1/+1
|
* export OPENSSL_isservice and make updateDr. Stephen Henson2010-01-261-1/+0
|
* Expand OPENSS_ia32cap to 64 bits.Andy Polyakov2009-04-261-1/+1
|
* Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov2005-05-211-0/+1
| | | | | inspired by VC6 failure report. In addition abstain from taking screen snapshots when running in NT service context.
* Engage Applink in mingw. Note that application-side module is notAndy Polyakov2005-05-181-1/+1
| | | | | | | compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink].
* OPENSSL_Applink update.Andy Polyakov2005-05-171-0/+5
|
* Introduce OPENSSL_NONPIC_relocated to denote relocated DLLs.Andy Polyakov2005-04-131-0/+1
|
* Minor cryptlib.c update: compiler warnings in OPENSSL_showfatal andAndy Polyakov2005-04-131-0/+2
| | | | OPENSSL_stderr stub.
* OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov2004-08-291-0/+3
| | | | | symbol, but a macro expanded as (*(OPENSSL_ia32cap_loc())). The latter is the only one to be exported to application.
* Merge from 0.9.7-stable.Richard Levitte2002-11-131-4/+0
|
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-3/+7
|
* get rid of OpenSSLDieBodo Möller2002-08-021-4/+0
|
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-0/+8
| | | | | | | Changes marked "(CHATS)" were sponsored by the Defense Advanced Research Projects Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF, under agreement number F30602-01-2-0537.
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
| | | | | | | | and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
| | | | | | | missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
| | | | | | "Jan Mikkelsen" <janm@transactionsite.com> correctly states that the OpenSSL header files have #include's and extern "C"'s in an incorrect order. Thusly fixed.
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-5/+1
| | | | | | | | | | in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this is to be interpreted. gcc went one further directory up, as intended; but makedepend thinks differently, and so probably do some C compilers. So the ../ must go away; thus e_os.h goes back into include/openssl (but I now use #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) -- and we have another huge bunch of dependency changes. Argh.
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-1/+6
| | | | include file.
* VMS support.Ulf Möller1999-05-131-0/+7
| | | | Submitted by: Richard Levitte <richard@levitte.org>
* New Configure option --openssldir to replace ssldir.pl.Ulf Möller1999-04-241-17/+5
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-6/+6
| | | | | | Submitted by: Reviewed by: PR:
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-1/+1
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+4
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+98