- Jan 21, 2000
-
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Dr. Stephen Henson authored
-
Bodo Möller authored
-
Bodo Möller authored
Slightly clarify the RAND_... documentation.
-
Ulf Möller authored
-
Ulf Möller authored
-
Bodo Möller authored
(we're now using fopen(..., "rb+") instead of fopen(..., "wb"), so the file is not truncated automatically).
-
Bodo Möller authored
-
Bodo Möller authored
just return -1 as in other error cases.
-
Bodo Möller authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
serial numbers.
-
Dr. Stephen Henson authored
could rename too :-(
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
has s/mime functionality.
-
Ulf Möller authored
-
- Jan 20, 2000
-
-
Ulf Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Jan 19, 2000
-
-
Dr. Stephen Henson authored
-
- Jan 18, 2000
-
-
Ulf Möller authored
benefit of MS-DOS users.
-
Richard Levitte authored
non-function pointers to function pointers and vice versa. The current solution is to have unions that describe the conversion we want to do, and gives us the ability to extract the type of data we want. The current solution is a quick fix, and can probably be made in a more general or elegant way.
-
Richard Levitte authored
((void *)0), by have a 0 instead.
-
Richard Levitte authored
-
Richard Levitte authored
-
- Jan 17, 2000
-
-
Richard Levitte authored
which does no harm fixes that problem.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
that are directly in crypto/, and prepare for a possible disabling of certain messages that DEC C spews out.
-
Richard Levitte authored
-
Richard Levitte authored
-
- Jan 16, 2000
-
-
Bodo Möller authored
NO_SSL2 is defined, not SSL_R_UNKNOWN_PROTOCOL.
-
Ulf Möller authored
as a shared library without RSA. Use #ifndef NO_SSL2 instead of NO_RSA in ssl/s2*.c. Submitted by: Kris Kennaway <kris@hub.freebsd.org> Modified by Ulf Möller
-