- 07 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
like des_read_password and friends (backward compatibility functions using this new API are provided). The purpose is to remove prompting functions from the DES code section as well as provide for prompting through dialog boxes in a window system and the like.
-
- 28 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
"Howard Chu" <hyc@highlandsun.com>, it may be general enough to work on any Unixly system.
-
- 27 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Tru64 shared libraries can be linked with static libraries.
-
- 12 4月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 08 4月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
also 'test' appears to be available as '[' only in 'if' conditions.
-
- 04 4月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 24 3月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
is used, even if the user has GNU ld earlier in his $PATH.
-
由 Richard Levitte 提交于
The linux-shared method is actually gcc-specific, so call it gnu-shared as well.
-
- 23 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
seems like some Unixen (SCO) have opinions about too many -L.
-
- 14 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 11 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 06 3月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
abort with errors if no name is defined for some object, which was the case for 'pilotAttributeType 27'. Also avoid this very situation by assigning the name 'pilotAttributeType27'.
-
由 Bodo Möller 提交于
Add EC vaporware: change relevant Makefiles and add some empty source files. "make update".
-
- 22 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
-
- 20 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-
- 11 1月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
"make tests"
-
由 Bodo Möller 提交于
-
- 01 12月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu>
-
- 14 11月, 2000 1 次提交
-
-
由 Lutz Jänicke 提交于
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' :-)
-
- 13 11月, 2000 2 次提交
-
-
由 Lutz Jänicke 提交于
"-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.
-
由 Richard Levitte 提交于
individual tests. I finally got myself to implement it...
-
- 09 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
away now...
-
- 06 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
full version number and not just 0. This should mark the shared libraries as not backward compatible. Of course, this should be changed again when we can guarantee backward binary compatibility.
-
- 01 11月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
Submitted by Albert Chin-A-Young <china@thewrittenword.com>
-
由 Richard Levitte 提交于
Suggested by Albert Chin-A-Young <china@thewrittenword.com>
-
- 27 10月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
At the same time, add VMS support for Rijndael.
-
- 23 10月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
ld warns that -Fl "may not be supported in future releases". We know that, and are doing things in HP-UX 11 (64bit), so turn off that warning with +vnocompatwarnings.
-
由 Richard Levitte 提交于
Use egrep instead.
-
- 22 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
N.B.: This has not been tested at all, that's my next step.
-
- 15 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
make update done.
-
- 13 10月, 2000 1 次提交
-
-
由 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.
-
- 09 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 26 9月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
something is going on (and what).
-
- 21 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 17 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
requires that you configure again, but you don't want to reenter all those configuration arguments again.
-
- 14 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test
-