summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
AgeCommit message (Collapse)Author
2010-03-25Have an underscore before <ARCH> to make sure any future architectureRichard Levitte
name won't be mixed up with any crypto name.
2010-02-24Since crypto-lib.com is built to be executed in the crypto/ directory,Richard Levitte
there's no need to specify that directory in the include path.
2010-02-23Include [.CRYPTO.<ARCH>] instead of just [.<ARCH>]Richard Levitte
2009-11-12Updated from 1.0.0-stable.Richard Levitte
2009-08-25Make it possible to compile non-assembler routines on AXP as well.Richard Levitte
Submitted by Zoltan Arpadffy <arpadffy@polarhome.com>
2009-05-17Stupid typoRichard Levitte
2009-05-15Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte
Thank you\! (note: not tested for now, a few nightly builds should give indications though)
2009-01-28Add missing modulesRichard Levitte
2009-01-17A forgotten module...Richard Levitte
2008-12-25Further synchronisation with UnixRichard Levitte
2008-12-22Synchronise with Unixly build.Richard Levitte
2008-09-16FIPS merge "crypto" functions.Dr. Stephen Henson
2008-04-18Synchronise with UnixRichard Levitte
2008-04-11Synchronise with Unix buildRichard Levitte
2007-04-23Add SEED encryption algorithm.Bodo Möller
PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
2006-12-26From HEADRichard Levitte
2006-12-25Synchronise with Unixly buildRichard Levitte
2006-06-12Keep synchronised with UnixRichard Levitte
2006-06-10Keep synchronised with the Unix buildRichard Levitte
2006-01-11Forgot to initialize CC6DISABLEWARNINGS properly...Richard Levitte
2006-01-11Typo...Richard Levitte
2006-01-09Disable the Mixed Linkage warning for some selected modules. This isRichard Levitte
because the Compaq C compiler will not accept that a variable be declared extern then defined static without a warning.
2005-10-11Synchronise with Unixly make.Richard Levitte
2005-06-01Synchronise yet a little more with the Unixly buildRichard Levitte
2005-05-30Synchronise with Unixly buildRichard Levitte
2005-05-29We have some source with \r\n as line ends. DEC C informs about that,Richard Levitte
and I really can't be bothered...
2005-04-28Synchronise with Unix build system.Richard Levitte
2005-04-17Synchronise with ec/Makefile.Richard Levitte
2004-12-28Forgot to synchronise the VMS build scripts.Richard Levitte
2004-09-12Synchronise with Unix build.Richard Levitte
2004-09-08Synchronise VMS build files with Unixly Makefiles.Richard Levitte
2004-07-29We build the crypto stuff, not the ssl stuff, in this command procedure...Richard Levitte
2004-07-11o_dir needs to be compiler with the warnings about dollar signs inRichard Levitte
identities disabled.
2004-07-10Copy a few files from LPlib (a new project of mine), add a wrapper.Richard Levitte
Now we have directory reading capabilities for VMS as well, and all of it in a fairly general manner.
2004-05-26Synchronise VMS with the Unixly Malefiles.Richard Levitte
2004-03-23Sync the VMS build with Unix.Richard Levitte
2003-11-29Damnit, I'm sick of having to do something special every time a moduleRichard Levitte
that gets built before objects barfs all over the place because it uses a new NID that hasn't had a chance of getting defined yet (in this case, it was about a couple of new EC curves, and therefore a couple of new corresponding NIDs). I'm placing objects first in SDIRS! There.
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte
platforms that don't (necessarely) have it. In the case of VMS, this means moving a couple of functions from apps/ to crypto/ and make them general (although only used privately).
2003-05-01Add STORE support in ENGINE.Richard Levitte
2003-05-01Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte
crypto/store/README, crypto/store/store.h and crypto/store/str_locl.h.
2003-03-26Update VMS building systemRichard Levitte
2002-12-15Synchronise with Makefiles.Richard Levitte
2002-11-27Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte
and linker optimizations. PR: 343
2002-11-12Synchronise...Richard Levitte
2002-10-31Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte
a year.
2002-10-30New files have appeared, tell VMS.Richard Levitte
2002-10-24External engines aren't in crypto/engine/ any more, so don't try toRichard Levitte
build them there. A command procedure to build the external engines is on it's way.
2002-08-15Yet a couple of modules forgotten. These weren't important forRichard Levitte
OpenSSL itself, since they aren't used there (yet). It became quite visible qhen building a shared library, however...
2002-08-15Sometimes, the value of the variable containing the compiler call canRichard Levitte
become rather large. This becomes a problem when the default 1024 character large buffer that WRITE uses isn't enough. WRITE/SYMBOL uses a 2048 byte large buffer instead.
2002-08-13Comma forgotten.Richard Levitte