- 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*
-
- 19 1月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
isascii() on DEC/Compaq/HP C for VMS.
-
- 18 1月, 2005 5 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Richard Levitte 提交于
- Enforce that there should be no policy settings when the language is one of id-ppl-independent or id-ppl-inheritAll. - Add functionality to ssltest.c so that it can process proxy rights and check that they are set correctly. Rights consist of ASCII letters, and the condition is a boolean expression that includes letters, parenthesis, &, | and ^. - Change the proxy certificate configurations so they get proxy rights that are understood by ssltest.c. - Add a script that tests proxy certificates with SSL operations. Other changes: - Change the copyright end year in mkerr.pl. - make update.
-
- 15 1月, 2005 2 次提交
-
-
由 Dr. Stephen Henson 提交于
memory BIO (for example from SMIME_read_PKCS7 and detached data) avoid lots of slow memory copies from the memory BIO by saving the content in a temporary read only memory BIO.
-
由 Andy Polyakov 提交于
PR: 989
-
- 13 1月, 2005 3 次提交
-
-
由 Andy Polyakov 提交于
environments.
-
由 Andy Polyakov 提交于
performance on recent microarchitectures.
-
由 Andy Polyakov 提交于
-