- 22 5月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html. Notified by David Wolfe <dwolfe5272@yahoo.com>
-
- 26 3月, 2004 2 次提交
-
-
由 Richard Levitte 提交于
PR: 854
-
由 Richard Levitte 提交于
doule as last argument.
-
- 29 1月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
-
- 27 1月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
let's check for those macros, and if they aren't defined, let's assume there aren't Unixly devices on this platform.
-
- 28 12月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
specially if it is. Add a few OpenBSD-specific cases. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
- 28 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
I've covered all the memset()s I felt safe modifying, but may have missed some.
-
- 13 11月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 03 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
For those, unless the environment variables RANDFILE or HOME are defined (the default case!), RAND_file_name() will return NULL. This change adds a default HOME for those platforms. To add a default HOME for any platform, just define DEFAULT_HOME in the proper place, wrapped in appropriate #ifdef..#endif, in e_os.h.
-
- 22 2月, 2001 3 次提交
-
-
由 Bodo Möller 提交于
to include (but the OpenSSL_0_9_6-stable branche still has inconsistencies)
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
compared to it has the type size_t. Included the needed headers to make that happen.
-
- 20 2月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
get a chance to be defined.
-
由 Richard Levitte 提交于
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.
-
- 14 2月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 09 2月, 2001 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
entropy devices or sockets.
-
- 12 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 6月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
label. (Reported by Alexei Bakharevski.)
-
- 02 6月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
-
- 12 5月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
This is superfluous now that we don't have to avoid creating multiple versions of the file on VMS (because older versions are now deleted).
-
- 20 3月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
on Win32.
-
由 Richard Levitte 提交于
couldn't be opened.
-
- 11 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 26 2月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
(they don't really exist before version 7), so that solution was toast. Instead, let's do it the way it's done on Unix, but then remove older versions of the file. That new mechanism *may* fail for some unixly formated file spec, although I wouldn't worry too much about it.
-
由 Richard Levitte 提交于
(actually, much more is needed, like a real config script)
-
- 31 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
eliminate some of the -Wcast-qual warnings (debug-ben-strict target)
-
- 24 1月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
this is what we now use to read $RANDFILE / $HOME/.rnd. (Previously, after 'cat'ting lots of stuff into .rnd only the first MB would be looked at.) Bugfix for apps/enc.c: Continue if RAND_pseudo_bytes returns 0 (only -1 is an error).
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
opening the output file with "wb" to truncate it except on VMS (where the file now keeps its original length because it is opened with "rb+" -- does VMS have ftruncate?)
-
- 22 1月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
(we're now using fopen(..., "rb+") instead of fopen(..., "wb"), so the file is not truncated automatically).
-
- 21 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 14 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
returns int (1 = ok, 0 = not seeded). New function RAND_add() is the same as RAND_seed() but takes an estimate of the entropy as an additional argument.
-
- 26 10月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
some utilities that should have used RANDFILE did not, and -rand handling was broken except in genrsa.
-
- 12 9月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
This will soon be complemented with MacOS specific source code files and INSTALL.MacOS. I (Andy) have decided to get rid of a number of #include <sys/types.h>. I've verified it's ok (both by examining /usr/include/*.h and compiling) on a number of Unix platforms. Unfortunately I don't have Windows box to verify this on. I really appreciate if somebody could try to compile it and contact me a.s.a.p. in case a problem occurs. Submitted by: Roy Wood <roy@centricsystems.ca> Reviewed by: Andy Polyakov <appro@fy.chalmers.se>
-
- 21 5月, 1999 3 次提交
-
-
由 Bodo Möller 提交于
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.
-
由 Bodo Möller 提交于
There were problems with putting e_os.h just into the top directory, because the test programs are compiled within test/ in the "standard" case in in their original directories in the makefile.one case; and in the latter symlinks may not be available.
-
由 Bodo Möller 提交于
include file.
-
- 13 5月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Richard Levitte <richard@levitte.org>
-