- Oct 22, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
-
- Oct 21, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
RAND_status() hasn't. Reported by Dale Stimson <dale@accentre.com>.
-
Richard Levitte authored
since NetBSD 1.5.
-
Richard Levitte authored
you should defined _THREAD_SAFE (I found that in an include file, and that's what everybody tells me) or _THREADSAFE (that's what the gcc manual says in the FreeBSD-specific section), so I defined both, just to be safe.
-
Richard Levitte authored
N.B.: This has not been tested at all, that's my next step.
-
Richard Levitte authored
-
Richard Levitte authored
-
- Oct 20, 2000
-
-
Dr. Stephen Henson authored
causes MASM to complain and not produce valid debug info. Hopefully this wont break anything else... Also fix typo in e_rd.c
-
- Oct 19, 2000
-
-
Dr. Stephen Henson authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Richard Levitte authored
pointers at the end of the structure.
-
Richard Levitte authored
by providing a function pointer that is given a name instead of a BIO. For example, this could be used to load configuration data from an LDAP server.
-
Richard Levitte authored
NCONF_get_number_e() is defined (_e for "error checking") and is promoted strongly. The old NCONF_get_number is kept around for binary backward compatibility.
-
- Oct 18, 2000
-
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Richard Levitte authored
Free to OPENSSL_free in the SSL demos.
-
- Oct 17, 2000
-
-
Richard Levitte authored
-
- Oct 16, 2000
-
-
Dr. Stephen Henson authored
-
Ben Laurie authored
Submitted by: Reviewed by: PR:
-
Richard Levitte authored
-
- Oct 14, 2000
-
-
Dr. Stephen Henson authored
-
Richard Levitte authored
make update done.
-
- Oct 13, 2000
-
-
Richard Levitte authored
to have the full extension information, so residual shared libraries can be removed so the applications and test programs do not get linked against them by mistake...
-
Richard Levitte authored
- Make note of the expected extension for the shared libraries and if there is a need for symbolic links from for example libcrypto.so.0 to libcrypto.so.0.9.7. There is extended info in Configure for that. - Make as few rebuilds of the shared libraries as possible. - Still avoid linking the OpenSSL programs with the shared libraries. - When installing, install the shared libraries separately from the static ones.
-
Richard Levitte authored
-
Richard Levitte authored
Actually, it's a feature that it goes looking at environment variables. It's just a pity that it's at the cost of the error checking... I'll see if I can come up with a better interface for this.
-
Richard Levitte authored
-
- Oct 12, 2000
-
-
Richard Levitte authored
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
-
Dr. Stephen Henson authored
-
- Oct 11, 2000
-
-
Ulf Möller authored
-
- Oct 10, 2000
-
-
Richard Levitte authored
returns -1...
-
Richard Levitte authored
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
-
- Oct 09, 2000
-
-
Bodo Möller authored
thus the condition '!BIO_sock_init()' doesn't make sense.
-
Geoff Thorpe authored
so I've regenerated the error numbers and strings for the DSO functions.
-
Richard Levitte authored
-