- Nov 14, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Lutz Jänicke authored
For performance reasons, it is also recommended to make the (mmap'ed) shared library 'read-only'. -> New permissions for installed shared libraries = 555 This doesn't hurt anybody, provided the installation is performed with 'cp -f' :-)
-
Richard Levitte authored
Caught by Jeffrey Altman <jaltman@columbia.edu>
-
Richard Levitte authored
-
- Nov 13, 2000
-
-
Lutz Jänicke authored
"-Wl,+s" instead of +s: * Hardcoded necessary references to -ldld/-ldl into the build rules and removed EX_LIBS. HP-UX records the pathnames of dependent libraries when the shared libs are built, so that ./libcrypto.sl... is recorded in libssl.sl..., with "./" not being resolvable when running an application linked against -lssl: * Build libssl without explicit reference to libcrypto, applications will be linked with "-lssl -lcrypto" anyway. Document these informations in Makefile.org.
-
- Nov 12, 2000
-
-
Ulf Möller authored
-
Richard Levitte authored
individual tests. I finally got myself to implement it...
-
Bodo Möller authored
-
Richard Levitte authored
LEVITTE_DEBUG to LEVITTE_DEBUG_MEM.
-
Richard Levitte authored
-
Ben Laurie authored
-
Ben Laurie authored
-
- Nov 10, 2000
-
-
Bodo Möller authored
information that is essential for using BIO pairs.
-
Bodo Möller authored
-
- Nov 09, 2000
-
-
Bodo Möller authored
-
- Nov 08, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
away now...
-
Bodo Möller authored
-
- Nov 07, 2000
-
-
Richard Levitte authored
I didn't apply all his patches yet, since I have some hesitance about unconstifying. To be pondered.
-
Richard Levitte authored
requirement for an engine utility since we now have that.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
yesterday.
-
Richard Levitte authored
passed down to ld as GNU cc.
-
Richard Levitte authored
error. When checking like engine_add() is, those errors are actually good, so remove them.
-
Richard Levitte authored
environment variable, SHLIB_PATH. This change makes that possible.
-
Bodo Möller authored
-
Bodo Möller authored
-
- Nov 06, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
RSA_get_ext_data().
-
Richard Levitte authored
pointer to a const double pointe parameter, the pointer must point to const data as well.
-
Richard Levitte authored
-
Richard Levitte authored
that are needed in the ASN.1 macros. Hopefully, we can get rid of those in an elegant way in the future.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
few small constifying changes, and why not throw in a couple of extras while I'm at it?
-