summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-06-26Update from stable branch.Dr. Stephen Henson
2008-06-23avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()Bodo Möller
2008-06-21Fix from stable branch.Dr. Stephen Henson
2008-06-16Update from stable branch.Dr. Stephen Henson
2008-06-06Fix memory leak. The canonical X509_NAME_ENTRY STACK is reallocated ratherDr. Stephen Henson
2008-06-04Remove old non-safestack code.Dr. Stephen Henson
2008-06-04Make DSO WIN32 compile again.Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-06-03Add support for client cert engine setting in s_client app.Dr. Stephen Henson
2008-06-02#undef OCSP_RESPONSE: CryptoAPI uses this too.Dr. Stephen Henson
2008-06-01Allow ENGINE client cert callback to specify a set of other certs, forDr. Stephen Henson
2008-06-01Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.hDr. Stephen Henson
2008-06-01Add support for ENGINE supplied SSL client auth.Dr. Stephen Henson
2008-05-31Update VC-32.pl and load CryptoAPI engine in the right place.Dr. Stephen Henson
2008-05-31More CryptoAPI engine code from stable branch.Dr. Stephen Henson
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