- 27 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 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>
-
- 10 9月, 1999 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Ben Laurie 提交于
-
- 08 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
It's still totally untested ...
-
- 04 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 19 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 11 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 10 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Prototypes and constant declarations for non-copying reads and writes for BIO pairs (which is totally untested as of now, so I don't yet commit the actual source code, but reserve the numbers to avoid conflicts).
-
- 07 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 03 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 13 7月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 12 7月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 05 7月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 18 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
(the extra "get" makes the name quite long, but otherwise it'd sound as if you could request something rather than obtain information about what the peer did).
-
- 16 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 12 6月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 11 6月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 10 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 09 6月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 08 6月, 1999 6 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
a pain to read when using 4-space tabs.
-
由 Bodo Möller 提交于
so that the SSL library can be used for applications that have to handle all the actual I/O themselves.
-
- 05 6月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>
-
- 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.
-
- 15 5月, 1999 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Submitted by: Oleg Girko
-
- 14 5月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
thread-safe (where thread-safe counterparts are not available on all platforms), and don't memcpy to NULL-pointers Submitted by: Anonymous Reviewed by: Bodo Moeller Also, clean up htons vs. ntohs confusions.
-
- 13 5月, 1999 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Submitted by: Richard Levitte <richard@levitte.org>
-