- 19 3月, 2005 1 次提交
-
-
由 Ulf Möller 提交于
-
- 14 3月, 2005 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
disabled by default (MDC2 and RC5), which until now were skipped by "make links" and yet supposedly required by some of the Makefiles, meaning that the recent snapshots failed to compile. Problem reported by Nils Larsch.
-
由 Bodo Möller 提交于
from it which algorithms were disabled. With these new changes, "make depend" will properly take into account algorithms that are skipped.
-
- 12 3月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 11 3月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
PR: 801 Submitted by: Nils Larsch
-
- 10 3月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
PR: 1017 Submitted by: ciresh@yahoo.com Reviewed by: Nils Larsch
-
- 03 3月, 2005 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
the algorithm is explicitly requested.
-
- 22 2月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
This is now the case for RC5. As a side effect, the OPTIONS in the Makefile will usually look a little different now, but they are essentially only for information anyway.
-
- 19 2月, 2005 2 次提交
-
-
由 Lutz Jänicke 提交于
PR: 1010 Submitted by: Marc Balmer <mbalmer@openbsd.org>
-
由 Lutz Jänicke 提交于
prematurely by EGD/PRNGD. PR: 1014 Submitted by: Darren Tucker <dtucker@zip.com.au>
-
- 15 2月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 06 2月, 2005 7 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
and GNU binutils, but kept BSD make... And I took the opportunity to unify other targets to this common least denominator...
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
OBJECT_MODE for AIX.
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Dr. Stephen Henson 提交于
-
- 04 2月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
perfectly safe [compiler driver adds it] and in some situation even perfectly appropriate [mixing -pthread and -lc on FreeBSD can have lethal effect on apps/openssl]. I'd say we should get rid of more, but I remove those I can test myself...
-
- 03 2月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 02 2月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
-
- 27 1月, 2005 6 次提交
-
-
由 Richard Levitte 提交于
unsigned char **, since it points at text. Thanks to Nils Larsch <nils.larsch@cybertrust.com> for pointing out the inelegance of our code :-)
-
由 Richard Levitte 提交于
I guess I use bash too much... Thanks to Peter Sylvester <Peter.Sylvester@edelweb.fr> for pointing it out to me.
-
由 Richard Levitte 提交于
cause a segfault... This was uncovered because EVP_VerifyInit() may fail in FIPS mode if the wrong algorithm is chosen...
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
Makefile.shared was a bit overcomplicated. Make the shell variables LDFLAGS and SHAREDFLAGS in Makefile.shared get the values of $(CFLAGS) or $(LDFLAGS) as appropriate depending on the value the shell variables LDCMD and SHAREDCMD get. That leaves much less chance of confusion, since those pairs of shell variables always are defined together.
-
由 Andy Polyakov 提交于
and make it work in non-interactive mode...
-
- 26 1月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
-
-
- 24 1月, 2005 4 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
Idea is to provide unified "fall-down" case for all rare platforms out there. ./config is free to enable some optimizations, such as endianness specification, specific -mcpu flags...
-
由 Andy Polyakov 提交于
locality on 64-bit platforms (and fixes IA64 assembler-empowered build:-). The choice is guarded by newly introduced AES_LONG macro, which needs to be defined only on 16-bit platforms which we don't support (not that I know of). Meaning that one could as well skip long option altogether.
-
由 Andy Polyakov 提交于
hand-coded zero-copy AES_cbc_encrypt.
-
- 21 1月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
PR: 991
-
由 Andy Polyakov 提交于
PR: 990 Submitted by: Mike Frysinger <vapier@gentoo.org>
-
- 20 1月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Richard Levitte 提交于
gets _POSIX_C_SOURC and _ANSI_C_SOURCE defined, which stops u_int from being defined, and that breaks havock into the rest of the standard headers... *sigh*
-