summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2004-08-10make updateRichard Levitte
2004-08-09Correct typos and include directory specifications.Richard Levitte
2004-08-09In the fips directory, we use FIPS-LIB.COM, not CRYPTO-LIB.COM...Richard Levitte
2004-08-06In ca.c setup engine after autoconfig so any dynamic engines are visible.Dr. Stephen Henson
2004-08-05Stop compiler giving bogus shadow warning.Dr. Stephen Henson
2004-08-05Don't ignore return values of EVP_DigestInit_ex() in md BIOs and dgst.Dr. Stephen Henson
2004-08-02Let's lock a write lock when changing values, shall we?Richard Levitte
2004-07-30To protect FIPS-related global variables, add locking mechanismsRichard Levitte
2004-07-29We're building crypto stuff, not ssl stuff. Additionally, we're inRichard Levitte
2004-07-29We build the crypto stuff, not the ssl stuff, in this command procedure...Richard Levitte
2004-07-28Define OPENSSL_FIPS in opensslconf.h if a logical name with the sameRichard Levitte
2004-07-28From the FIPS directory, darnit!Richard Levitte
2004-07-27New cipher "strength" FIPS which specifies that aDr. Stephen Henson
2004-07-27TypoRichard Levitte
2004-07-27The compiler may complain about what looks like a double definition of aRichard Levitte
2004-07-27Rename libcrypto.sha1 to libcrypto.a.sha1Dr. Stephen Henson
2004-07-27Add FIPS name to error library.Dr. Stephen Henson
2004-07-27Stop compiler warnings.Dr. Stephen Henson
2004-07-24Add casts where casts due. It's "safe" to cast, because "wrong" castsAndy Polyakov
2004-07-23Convert to X9.31.Ben Laurie
2004-07-22Proper WinCE support for listing files. "Backported" from HEAD.Andy Polyakov
2004-07-21When in FIPS mode write private keys in PKCS#8 and PBES2 format toDr. Stephen Henson
2004-07-21Avoid compiler warnings.Dr. Stephen Henson
2004-07-21Make rand_win.c UNICODE savvy. "Backport" from HEAD.Andy Polyakov
2004-07-19Since version 7.0, The C RTL in VMS handles time in terms of UTCRichard Levitte
2004-07-17Sync with HEAD. Up to >20% overall performance improvement.Andy Polyakov
2004-07-17IA-64 is intolerant to misaligned access. It was a problem on Win64 asAndy Polyakov
2004-07-17Eliminate enforced -g from CFLAGS. It switches off optimization with someAndy Polyakov
2004-07-12Corrected test program.Ben Laurie
2004-07-12I think it could be a good thing to know what went wrong with the tests...Richard Levitte
2004-07-12improve wordingBodo Möller
2004-07-11BIS correction/additionBodo Möller
2004-07-08o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() andRichard Levitte
2004-07-06Delta CRL support in extension code.Dr. Stephen Henson
2004-07-06Ooops, missed part of PKCS#8 patch.Dr. Stephen Henson
2004-07-04Fix memory leak.Dr. Stephen Henson
2004-07-01Don't try to parse none string types.Dr. Stephen Henson
2004-07-01Explain a little better what BN_num_bits() and BN_num_bits_word() do.Richard Levitte
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte
2004-06-28Make sure the FIPS stuff is only really compiled when in FIPS mode.Richard Levitte
2004-06-28Make the tests of EVP operations without padding. As a consequence,Richard Levitte
2004-06-28Make sure that the buffers are large enough to contain padding.Richard Levitte
2004-06-28Linux on ARM needs -ldlRichard Levitte
2004-06-24Memory leak fixes from main branch.Dr. Stephen Henson
2004-06-24Reformat source for pkcs8.cDr. Stephen Henson
2004-06-24Return an error if an attempt is made to encode or decodeDr. Stephen Henson
2004-06-24Include <string.h> to get definition of strcmp.Dr. Stephen Henson
2004-06-21Standard sh doesn't tolerate ! as part of the conditional command.Richard Levitte
2004-06-21Make sure we don't try to loop over an empty EXHEADER. In theRichard Levitte
2004-06-19Add primality tester.Ben Laurie