- 22 10月, 2000 5 次提交
-
-
由 Richard Levitte 提交于
since NetBSD 1.5.
-
由 Richard Levitte 提交于
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 提交于
N.B.: This has not been tested at all, that's my next step.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 20 10月, 2000 4 次提交
-
-
由 Dr. Stephen Henson 提交于
causes MASM to complain and not produce valid debug info. Hopefully this wont break anything else... Also fix typo in e_rd.c
-
由 Dr. Stephen Henson 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 19 10月, 2000 8 次提交
-
-
由 Ulf Möller 提交于
-
由 Richard Levitte 提交于
pointers at the end of the structure.
-
由 Richard Levitte 提交于
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 提交于
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.
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Richard Levitte 提交于
Free to OPENSSL_free in the SSL demos.
-
- 18 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 17 10月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 16 10月, 2000 2 次提交
-
-
由 Ben Laurie 提交于
Submitted by: Reviewed by: PR:
-
由 Richard Levitte 提交于
-
- 15 10月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Richard Levitte 提交于
make update done.
-
- 14 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
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...
-
- 13 10月, 2000 4 次提交
-
-
由 Richard Levitte 提交于
- 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 提交于
-
由 Richard Levitte 提交于
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 提交于
-
- 12 10月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
-
由 Dr. Stephen Henson 提交于
-
- 11 10月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 10 10月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
returns -1...
-
由 Richard Levitte 提交于
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
-
由 Bodo Möller 提交于
thus the condition '!BIO_sock_init()' doesn't make sense.
-
- 09 10月, 2000 6 次提交
-
-
由 Geoff Thorpe 提交于
so I've regenerated the error numbers and strings for the DSO functions.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
to make them...
-
由 Geoff Thorpe 提交于
These are now processed inside DSO_ctrl() itself.
-
由 Geoff Thorpe 提交于
commands are common to all DSO_METHODs, hence handle them at the top.
-
由 Richard Levitte 提交于
-