summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2008-05-31Stop warning about extra ';' outside of function.Dr. Stephen Henson
2008-05-30Fix from stable branch.Dr. Stephen Henson
2008-05-27Avoid "duplicate const" warnings.Dr. Stephen Henson
2008-05-27Avoid warning about empty structures and always define CHECKED_PTR_OFDr. Stephen Henson
2008-05-26C++ style comments fixed.Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-05-20Update from stable branch.Dr. Stephen Henson
2008-05-20Fix from stable branch.Dr. Stephen Henson
2008-05-20Correctly adjust location of commentLutz Jänicke
2008-05-19Fix two invalid memory reads in RSA OAEP mode.Dr. Stephen Henson
2008-05-19Change use of CRYPTO_THREADID so that we always use both the ulong andBodo Möller
2008-05-19Disable code that clearly doesn't currently serve any useful purpose.Bodo Möller
2008-05-16Another occurance of possible valgrind/purify "uninitialized memory"Lutz Jänicke
2008-05-09Add missing cast.Dr. Stephen Henson
2008-05-03Depict future Win64/x64 development.Andy Polyakov
2008-05-02Clarifying comment.Bodo Möller
2008-05-02New function CMS_add1_crl().Dr. Stephen Henson
2008-05-02Indicate support for digest init ctrl.Dr. Stephen Henson
2008-05-01Montgomery-related minor cleanups/documentationBodo Möller
2008-04-28Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/orGeoff Thorpe
2008-04-24Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bitAndy Polyakov
2008-04-24Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug.Andy Polyakov
2008-04-23Takanori Yanagisawa has shown how to correctly use pre-computed values.Andy Polyakov
2008-04-18Resolve __DECC warning and keep disclaiming support for 16-bit platforms.Andy Polyakov
2008-04-18Fix remaining BN_nist_mod_*.Andy Polyakov
2008-04-18Make certs argument work in CMS_sign() add test case.Dr. Stephen Henson
2008-04-18Synchronise with Unix.Richard Levitte
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
2008-04-12Further synchronisation with Unix build. I hadn't noticed pq_compat.hRichard Levitte
2008-04-12Provide other forms for symbols that are too long or that clash with othersRichard Levitte
2008-04-11Fix prototype for CMS_decrypt(), don't free up detached content.Dr. Stephen Henson
2008-04-11Revert argument swap change... oops CMS_uncompress() was consistent...Dr. Stephen Henson
2008-04-11Make CMS_uncompress() argument order consistent with other functions.Dr. Stephen Henson
2008-04-11Fix for compression and updated CMS_final().Dr. Stephen Henson
2008-04-11Synchronise with Unix buildRichard Levitte
2008-04-10Add additional parameter to CMS_final() to handle detached content.Dr. Stephen Henson
2008-04-10Ignore nonsensical flags for signed receipts.Dr. Stephen Henson
2008-04-09Clarifying comment.Andy Polyakov
2008-04-09Do BN_nist_mod_384 by the book, as cheating doesn't work. Other functionsAndy Polyakov
2008-04-07Implement CMS_NOCRL.Dr. Stephen Henson
2008-04-06Set contentType attribute just before signing to allow encapsulated contentDr. Stephen Henson
2008-04-06Fix typo and add header files to err library.Dr. Stephen Henson
2008-04-06Give consistent return value and add error code for duplicate certificates.Dr. Stephen Henson
2008-04-04Delete nonexistant function from pkcs7.h header file. WIN32 build fix fromDr. Stephen Henson
2008-04-02Since OID NIDs with 0.9.8.Dr. Stephen Henson
2008-04-01Avoid warnings.Dr. Stephen Henson
2008-04-01Fix fast reduction on NIST curves (as well BN_NIST_ADD_ONE macro).Andy Polyakov
2008-03-31Fix it properly this time....Dr. Stephen Henson
2008-03-31Fix macro.Dr. Stephen Henson
2008-03-31Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson