- Mar 02, 2005
-
-
Bodo Möller authored
-
Bodo Möller authored
the algorithm is explicitly requested.
-
- Feb 22, 2005
-
-
Bodo Möller authored
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.
-
- Feb 19, 2005
-
-
Lutz Jänicke authored
PR: 1010 Submitted by: Marc Balmer <mbalmer@openbsd.org>
-
Lutz Jänicke authored
prematurely by EGD/PRNGD. PR: 1014 Submitted by: Darren Tucker <dtucker@zip.com.au>
-
- Feb 14, 2005
-
-
Dr. Stephen Henson authored
-
- Feb 06, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
and GNU binutils, but kept BSD make... And I took the opportunity to unify other targets to this common least denominator...
-
Andy Polyakov authored
-
Andy Polyakov authored
OBJECT_MODE for AIX.
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Feb 05, 2005
-
-
Dr. Stephen Henson authored
-
- Feb 03, 2005
-
-
Andy Polyakov authored
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...
-
Andy Polyakov authored
-
- Feb 01, 2005
-
-
Andy Polyakov authored
and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
-
- Jan 27, 2005
-
-
Richard Levitte authored
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 authored
I guess I use bash too much... Thanks to Peter Sylvester <Peter.Sylvester@edelweb.fr> for pointing it out to me.
-
Richard Levitte authored
cause a segfault... This was uncovered because EVP_VerifyInit() may fail in FIPS mode if the wrong algorithm is chosen...
-
Richard Levitte authored
-
- Jan 26, 2005
-
-
Richard Levitte authored
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 authored
and make it work in non-interactive mode...
-
- Jan 25, 2005
-
-
Andy Polyakov authored
-
-
- Jan 24, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
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 authored
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 authored
hand-coded zero-copy AES_cbc_encrypt.
-
- Jan 21, 2005
-
-
Andy Polyakov authored
PR: 991
-
- Jan 20, 2005
-
-
Andy Polyakov authored
PR: 990 Submitted by: Mike Frysinger <vapier@gentoo.org>
-
Andy Polyakov authored
-
- Jan 19, 2005
-
-
Richard Levitte authored
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*
-
- Jan 18, 2005
-
-
Richard Levitte authored
isascii() on DEC/Compaq/HP C for VMS.
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Jan 17, 2005
-
-
Richard Levitte authored
- 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.
-
- Jan 14, 2005
-
-
Dr. Stephen Henson authored
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 authored
PR: 989
-