Re: camellia and uint

2007-01-12 Thread Masashi FUJITA
Hi, On Thu, 20 Jul 2006 08:31:35 -0600 The Doctor <[EMAIL PROTECTED]> wrote: > Upon this mornings compile on my BSD boxes, > > camellia was found to have uint's and inttypes.h which has > to be corrected to U-int's and commenting out respectively. I think you can compile on the BSD with Camelli

Re: what the heck is with camellia update?

2007-01-12 Thread Masashi FUJITA
Hi, On Thu, 20 Jul 2006 17:02:37 +0200 Gisle Vanem <[EMAIL PROTECTED]> wrote: > One other thing is that cmll_loc.h includes for non-MSCV > targets. This header is not omni-present. A patch for djgpp at least: I think you can compile on non-MSVC with Camellia code which is included in OpenSSL af

Re: [openssl.org #1419] 0.9.8d on OpenVMS fails Camellia test

2007-01-12 Thread Masashi FUJITA
Hi, On Tue, 24 Oct 2006 18:37:49 +0200 (METDST) "Anthony Crowson via RT" <[EMAIL PROTECTED]> wrote: > Building OpenSSL 0.9.8d with DECC (Compaq C V6.5-001 on OpenVMS Alpha > 8.2) using makevms.com, the test suite fails on Camellia as shown: I think it can run appropriately on Camellia code which

[openssl.org #1458] garbage-in garbage-out - was OCSP response nonce extension encoding not DER

2007-01-12 Thread Simon McMahon via RT
Looks like OpenSSL has a problem/feature of garbage-in garbage-out. It's a problem because it does not comply with the RFC and a feature because it lets OpenSSL work with broken clients. My OCSP request from some time ago had the encoding error of encoding the default values and it looks like

[openssl.org #1458] garbage-in garbage-out - was OCSP response nonce extension encoding not DER

2007-01-12 Thread Stephen Henson via RT
This is to work around broken encodings and not just for OCSP. OpenSSL effectively uses the received encoding when computing signatures instead of converting it to DER. OpenSSL isn't alone in doing this and it is fairly common practice. In the past several (rather important) certificates would ha

[openssl.org #1459] Bug in quoting string expressions

2007-01-12 Thread Lutz Jaenicke via RT
The attached patch fixes an incorrect handling of special characters. Patch is against 0.9.8d. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@op

OPENSSL_NO_FP_API, OPENSSL_NO_STDIO

2007-01-12 Thread Brian Craft
Can someone explain the use of these two macros? There seem to be quite a few places where they are missing. For example... crypto/cryptlib.c crypto/conf/conf.h crypto/pem/pem.h crypto/engine/eng_openssl.c crypto/bio/bss_dgram.c crypto/rand/randfile.c crypto/asn1/a_strex.c crypto/x509v3/x509v3.h

"Configure" flags vs. depflags, 0.9.7 vs. 0.9.8

2007-01-12 Thread Brian Craft
In 0.9.7, "Configure no-ocsp" would set CFLAG, DEPFLAG, write the OPENSSL_NO_OCSP define to opensslconf.h, and prune ocsp from the crypto subdirs. In 0.9.8, it no longer sets CFLAG. Was this intentional? Unfortunately, it means the compile guards in crypto/x509v3/v3_ocsp.c don't work. The ma

Escape sequence for Configure script's colon-delimited lines.

2007-01-12 Thread Manish Mehta
Hello: I am trying to customize "aix-cc" configuration for myself. In the Configure script in OpenSSL, the line reads as follows: "aix-cc", "cc:-q32 -O -DB_ENDIAN -qmaxmem=16384::-qthreaded:AIX::BN_LLONG RC4_CHAR::aix_ppc32.o::dlfcn:aix-shared::-q32:.so.\$(SHLIB_MAJOR ).\$(SHLIB_M