Discussion:
cryptlib 3.2.3 released
Peter Gutmann
2006-07-10 12:53:22 UTC
Permalink
cryptlib 3.2.3 has been released, and is available for download from the usual
locations via the cryptlib download page,
http://www.cs.auckland.ac.nz/~pgut001/cryptlib/index.html.

With the release of cryptlib 3.2.3, cryptlib 3.1 has been end-of-lifed.
Anyone who has a support contract for cryptlib 3.1 will continue to receive
support until the contract is up for renewal, after which you must upgrade to
the next available release (currently 3.2.3). Anyone without a support
contract will no longer be able to receive support for 3.1 beyond the end-of-
life date.

Peter.

_______________________________________________
Cryptlib mailing list
***@mbsks.franken.de
Administration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.
Richard Outerbridge
2006-07-13 23:49:41 UTC
Permalink
Peter,

Hmmm. Mac OS X 10.4.7, gcc --version

powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc.
build 5341)

and then

[WuKUng:/Incoming!/cl323 Folder] outer% ls
COPYING crypt.ico crypt32bc.ide cryptkrn.h
io test
README crypt16.mak crypt32ce.vcp cryptlib.asn
kernel test16.mak
bcl32.lib crypt16bc.ide crypt32ce.vcw cryptlib.c
keyset test32.dsp
bindings crypt32.def cryptapi.c cryptlib.exp
makefile test32.dsw
bn crypt32.dsp cryptcfg.c cryptlib.h
mechs test32ce.vcp
cert crypt32.dsw cryptcrt.c cryptlib.sld
misc test32ce.vcw
cl32.dll crypt32.ico cryptctx.c cryptses.c
random testdata
context crypt32.rc cryptdev.c cryptusr.c
session testdatn
crypt crypt32.sln cryptenv.c device
shared-obj tools
crypt.h crypt32.vcproj cryptkey.c envelope
static-obj zlib
[WuKUng:/Incoming!/cl323 Folder] outer% make
: bad interpreter: No such file or directory
: bad interpreter: No such file or directory
cc -c -D__UNIX__ -DNDEBUG -I. -DOSVERSION= -DUSE_ODBC -fomit-frame-
pointer -O3 cert/certrev.c -o ./static-obj/certrev.o
In file included from ./io/stream.h:15,
from ./cert/cert.h:17,
from cert/certrev.c:13:
./crypt.h:108:38: error: operator '<=' has no left operand
In file included from ./crypt.h:253,
from ./io/stream.h:15,
from ./cert/cert.h:17,
from cert/certrev.c:13:
./misc/os_spec.h:371:38: error: operator '<=' has no left operand
./misc/os_spec.h:430:47: error: operator '&&' has no right operand
./misc/os_spec.h:484:36: error: operator '&&' has no right operand
./misc/os_spec.h:643:37: error: operator '==' has no left operand
./misc/os_spec.h:652:58: error: operator '==' has no left operand
In file included from ./misc/os_spec.h:681,
from ./crypt.h:253,
from ./io/stream.h:15,
from ./cert/cert.h:17,
from cert/certrev.c:13:
./misc/config.h:331:46: error: operator '<=' has no left operand
./misc/config.h:353:46: error: operator '&&' has no right operand
In file included from ./crypt.h:253,
from ./io/stream.h:15,
from ./cert/cert.h:17,
from cert/certrev.c:13:
./misc/os_spec.h:818:35: error: operator '<=' has no left operand
make[2]: *** [static-obj/certrev.o] Error 1
make[1]: *** [Darwin] Error 2
make: *** [default] Error 2

Not even ./tools/endian is being built.
Post by Peter Gutmann
cryptlib 3.2.3 has been released, and is available for download from the usual
locations via the cryptlib download page,
http://www.cs.auckland.ac.nz/~pgut001/cryptlib/index.html.
With the release of cryptlib 3.2.3, cryptlib 3.1 has been end-of-
lifed.
Anyone who has a support contract for cryptlib 3.1 will continue to receive
support until the contract is up for renewal, after which you must upgrade to
the next available release (currently 3.2.3). Anyone without a support
contract will no longer be able to receive support for 3.1 beyond the end-of-
life date.
Peter.
_______________________________________________
Cryptlib mailing list
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.
_______________________________________________
Cryptlib mailing list
***@mbsks.franken.de
Administration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.
Peter Gutmann
2006-07-14 05:42:22 UTC
Permalink
Post by Richard Outerbridge
Hmmm. Mac OS X 10.4.7, gcc --version
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5341)
Did you remember to use 'unzip -a'?

Peter.

_______________________________________________
Cryptlib mailing list
***@mbsks.franken.de
Administration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.
Richard Outerbridge
2006-07-14 09:50:25 UTC
Permalink
Never had to do that before :-)
Post by Peter Gutmann
Post by Richard Outerbridge
Hmmm. Mac OS X 10.4.7, gcc --version
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5341)
Did you remember to use 'unzip -a'?
Peter.
_______________________________________________
Cryptlib mailing list
***@mbsks.franken.de
Administration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.

Loading...