aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* More type-checking.Ben Laurie2008-06-0439-630/+1158
* Add support for client cert engine setting in s_client app.Dr. Stephen Henson2008-06-031-3/+3
* #undef OCSP_RESPONSE: CryptoAPI uses this too.Dr. Stephen Henson2008-06-021-0/+1
* Allow ENGINE client cert callback to specify a set of other certs, forDr. Stephen Henson2008-06-012-3/+4
* Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.hDr. Stephen Henson2008-06-013-2/+3
* Add support for ENGINE supplied SSL client auth.Dr. Stephen Henson2008-06-014-0/+56
* Update VC-32.pl and load CryptoAPI engine in the right place.Dr. Stephen Henson2008-05-311-1/+1
* More CryptoAPI engine code from stable branch.Dr. Stephen Henson2008-05-312-0/+6
* Stop warning about extra ';' outside of function.Dr. Stephen Henson2008-05-313-7/+7
* Fix from stable branch.Dr. Stephen Henson2008-05-301-1/+1
* Avoid "duplicate const" warnings.Dr. Stephen Henson2008-05-271-2/+2
* Avoid warning about empty structures and always define CHECKED_PTR_OFDr. Stephen Henson2008-05-272-3/+3
* C++ style comments fixed.Dr. Stephen Henson2008-05-261-2/+2
* LHASH revamp. make depend.Ben Laurie2008-05-2619-405/+730
* Update from stable branch.Dr. Stephen Henson2008-05-202-2/+4
* Fix from stable branch.Dr. Stephen Henson2008-05-201-0/+2
* Correctly adjust location of commentLutz Jänicke2008-05-201-1/+1
* Fix two invalid memory reads in RSA OAEP mode.Dr. Stephen Henson2008-05-191-8/+15
* Change use of CRYPTO_THREADID so that we always use both the ulong andBodo Möller2008-05-192-9/+10
* Disable code that clearly doesn't currently serve any useful purpose.Bodo Möller2008-05-191-1/+3
* Another occurance of possible valgrind/purify "uninitialized memory"Lutz Jänicke2008-05-161-0/+4
* Add missing cast.Dr. Stephen Henson2008-05-091-1/+1
* Depict future Win64/x64 development.Andy Polyakov2008-05-031-0/+117
* Clarifying comment.Bodo Möller2008-05-021-0/+5
* New function CMS_add1_crl().Dr. Stephen Henson2008-05-022-0/+10
* Indicate support for digest init ctrl.Dr. Stephen Henson2008-05-023-0/+3
* Montgomery-related minor cleanups/documentationBodo Möller2008-05-012-1/+3
* Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/orGeoff Thorpe2008-04-281-4/+4
* Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bitAndy Polyakov2008-04-242-32/+20
* Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug.Andy Polyakov2008-04-241-4/+4
* Takanori Yanagisawa has shown how to correctly use pre-computed values.Andy Polyakov2008-04-231-231/+219
* Resolve __DECC warning and keep disclaiming support for 16-bit platforms.Andy Polyakov2008-04-181-69/+3
* Fix remaining BN_nist_mod_*.Andy Polyakov2008-04-181-106/+121
* Make certs argument work in CMS_sign() add test case.Dr. Stephen Henson2008-04-181-4/+4
* Synchronise with Unix.Richard Levitte2008-04-181-2/+2
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-1714-27/+21
* Further synchronisation with Unix build. I hadn't noticed pq_compat.hRichard Levitte2008-04-121-1/+1
* Provide other forms for symbols that are too long or that clash with othersRichard Levitte2008-04-121-1/+18
* Fix prototype for CMS_decrypt(), don't free up detached content.Dr. Stephen Henson2008-04-112-8/+26
* Revert argument swap change... oops CMS_uncompress() was consistent...Dr. Stephen Henson2008-04-112-2/+2
* Make CMS_uncompress() argument order consistent with other functions.Dr. Stephen Henson2008-04-112-2/+2
* Fix for compression and updated CMS_final().Dr. Stephen Henson2008-04-111-1/+1
* Synchronise with Unix buildRichard Levitte2008-04-112-2/+5
* Add additional parameter to CMS_final() to handle detached content.Dr. Stephen Henson2008-04-102-9/+12
* Ignore nonsensical flags for signed receipts.Dr. Stephen Henson2008-04-101-1/+2
* Clarifying comment.Andy Polyakov2008-04-091-1/+9
* Do BN_nist_mod_384 by the book, as cheating doesn't work. Other functionsAndy Polyakov2008-04-091-59/+63
* Implement CMS_NOCRL.Dr. Stephen Henson2008-04-071-1/+2
* Set contentType attribute just before signing to allow encapsulated contentDr. Stephen Henson2008-04-061-12/+20
* Fix typo and add header files to err library.Dr. Stephen Henson2008-04-064-14/+16