remove a doubled entry for '-binary' in the usage message
[openssl.git] / crypto /
2008-07-22 Andy Polyakovperlasm update: implement dataseg directive.
2008-07-22 Andy Polyakovx86_64-xlate.pl: implement indirect jump/calls, support...
2008-07-17 Bodo MöllerWe should check the eight bytes starting at p[-9] for...
2008-07-17 Andy Polyakovmem_dbg.c: avoid compiler warnings.
2008-07-17 Andy PolyakovRemove junk argument to function_begin in sha/asm/...
2008-07-17 Andy Polyakovx86masm.pl: harmonize functions' alignment.
2008-07-16 Bodo MöllerMake sure not to read beyond end of buffer
2008-07-15 Andy Polyakovx86_64cpuid.pl cosmetics: harmonize $dir treatment...
2008-07-15 Andy Polyakovdes-596.pl update: short-circuit reference to DES_SPtrans.
2008-07-15 Andy Polyakovx86masm.pl cosmetics.
2008-07-15 Andy Polyakovx86nasm.pl update: use pre-defined macros and allow...
2008-07-13 Dr. Stephen HensonZero is a valid value for any_skip and map_skip
2008-07-13 Dr. Stephen HensonWe support inhibit any policy extension, add to table.
2008-07-13 Dr. Stephen HensonX509 verification fixes.
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-26 Dr. Stephen HensonUpdate from stable branch.
2008-06-23 Bodo Mölleravoid potential infinite loop in final reduction round...
2008-06-21 Dr. Stephen HensonFix from stable branch.
2008-06-16 Dr. Stephen HensonUpdate from stable branch.
2008-06-06 Dr. Stephen HensonFix memory leak. The canonical X509_NAME_ENTRY STACK...
2008-06-04 Dr. Stephen HensonRemove old non-safestack code.
2008-06-04 Dr. Stephen HensonMake DSO WIN32 compile again.
2008-06-04 Ben LaurieMore type-checking.
2008-06-03 Dr. Stephen HensonAdd support for client cert engine setting in s_client...
2008-06-02 Dr. Stephen Henson#undef OCSP_RESPONSE: CryptoAPI uses this too.
2008-06-01 Dr. Stephen HensonAllow ENGINE client cert callback to specify a set...
2008-06-01 Dr. Stephen HensonUpdate error codes, move typedef of SSL, SSL_CTX to...
2008-06-01 Dr. Stephen HensonAdd support for ENGINE supplied SSL client auth.
2008-05-31 Dr. Stephen HensonUpdate VC-32.pl and load CryptoAPI engine in the right...
2008-05-31 Dr. Stephen HensonMore CryptoAPI engine code from stable branch.
2008-05-31 Dr. Stephen HensonStop warning about extra ';' outside of function.
2008-05-30 Dr. Stephen HensonFix from stable branch.
2008-05-27 Dr. Stephen HensonAvoid "duplicate const" warnings.
2008-05-27 Dr. Stephen HensonAvoid warning about empty structures and always define...
2008-05-26 Dr. Stephen HensonC++ style comments fixed.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-05-20 Dr. Stephen HensonUpdate from stable branch.
2008-05-20 Dr. Stephen HensonFix from stable branch.
2008-05-20 Lutz JänickeCorrectly adjust location of comment
2008-05-19 Dr. Stephen HensonFix two invalid memory reads in RSA OAEP mode.
2008-05-19 Bodo MöllerChange use of CRYPTO_THREADID so that we always use...
2008-05-19 Bodo MöllerDisable code that clearly doesn't currently serve any...
2008-05-16 Lutz JänickeAnother occurance of possible valgrind/purify "uninitia...
2008-05-09 Dr. Stephen HensonAdd missing cast.
2008-05-03 Andy PolyakovDepict future Win64/x64 development.
2008-05-02 Bodo MöllerClarifying comment.
2008-05-02 Dr. Stephen HensonNew function CMS_add1_crl().
2008-05-02 Dr. Stephen HensonIndicate support for digest init ctrl.
2008-05-01 Bodo MöllerMontgomery-related minor cleanups/documentation
2008-04-28 Geoff ThorpeFix auto-discovery of ENGINEs. See the CHANGES entry...
2008-04-24 Andy PolyakovAdd 64-bit support to BN_nist_mod_244 and engage BN_nis...
2008-04-24 Andy PolyakovCompensate inline assembler in sha512.c for gcc 2.7...
2008-04-23 Andy PolyakovTakanori Yanagisawa has shown how to correctly use...
2008-04-18 Andy PolyakovResolve __DECC warning and keep disclaiming support...
2008-04-18 Andy PolyakovFix remaining BN_nist_mod_*.
2008-04-18 Dr. Stephen HensonMake certs argument work in CMS_sign() add test case.
2008-04-18 Richard LevitteSynchronise with Unix.
2008-04-17 Lutz JänickeApply mingw patches as supplied by Roumen Petrov an...
2008-04-12 Richard LevitteFurther synchronisation with Unix build. I hadn't...
2008-04-12 Richard LevitteProvide other forms for symbols that are too long or...
2008-04-11 Dr. Stephen HensonFix prototype for CMS_decrypt(), don't free up detached...
2008-04-11 Dr. Stephen HensonRevert argument swap change... oops CMS_uncompress...
2008-04-11 Dr. Stephen HensonMake CMS_uncompress() argument order consistent with...
2008-04-11 Dr. Stephen HensonFix for compression and updated CMS_final().
2008-04-11 Richard LevitteSynchronise with Unix build
2008-04-10 Dr. Stephen HensonAdd additional parameter to CMS_final() to handle detac...
2008-04-10 Dr. Stephen HensonIgnore nonsensical flags for signed receipts.
2008-04-09 Andy PolyakovClarifying comment.
2008-04-09 Andy PolyakovDo BN_nist_mod_384 by the book, as cheating doesn't...
2008-04-07 Dr. Stephen HensonImplement CMS_NOCRL.
2008-04-06 Dr. Stephen HensonSet contentType attribute just before signing to allow...
2008-04-06 Dr. Stephen HensonFix typo and add header files to err library.
2008-04-06 Dr. Stephen HensonGive consistent return value and add error code for...
2008-04-04 Dr. Stephen HensonDelete nonexistant function from pkcs7.h header file...
2008-04-02 Dr. Stephen HensonSince OID NIDs with 0.9.8.
2008-04-01 Dr. Stephen HensonAvoid warnings.
2008-04-01 Andy PolyakovFix fast reduction on NIST curves (as well BN_NIST_ADD_...
2008-03-31 Dr. Stephen HensonFix it properly this time....
2008-03-31 Dr. Stephen HensonFix macro.
2008-03-31 Dr. Stephen HensonUse correct headers for signed receipts. Use consistent...
2008-03-29 Dr. Stephen HensonUpdate dependencies.
2008-03-29 Dr. Stephen HensonRemove unnecessary header.
2008-03-28 Dr. Stephen HensonSigned receipt generation code.
2008-03-28 Dr. Stephen HensonSupport for verification of signed receipts.
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-03-26 Dr. Stephen HensonAdd support for signed receipt request printout and...
2008-03-26 Dr. Stephen HensonSigned Receipt Request utility functions and option...
2008-03-24 Dr. Stephen HensonAdd signed receipt ASN1 structures. Initial GENERAL_NAM...
2008-03-23 Dr. Stephen HensonFix duplicate asn1 ctrl values.
2008-03-22 Dr. Stephen HensonUpdate dependencies.
2008-03-19 Geoff ThorpeComment out a (currently) unused CMS function. (Sorry...
2008-03-19 Dr. Stephen HensonAllow alternate eContentType oids to be set in cms...
2008-03-19 Dr. Stephen HensonRebuild CMS error codes.
2008-03-19 Dr. Stephen HensonAdd support for KEK decrypt in cms utility.
2008-03-19 Dr. Stephen HensonProduce meaningful error if sanity check fails.
2008-03-19 Dr. Stephen HensonAdditional sanity check.
2008-03-19 Dr. Stephen HensonAdd support for KEKRecipientInfo in cms application.
2008-03-18 Dr. Stephen HensonUninitialized variable bug fix.
2008-03-18 Dr. Stephen HensonVarious tidies/fixes:
next