openssl.git
2008-06-03 Dr. Stephen... Add support for client cert engine setting in s_client...
2008-06-03 Dr. Stephen... Add preliminary SSL client auth callback to CryptoAPI...
2008-06-03 Dr. Stephen... Prevent signed/unsigned warning on VC++
2008-06-03 Ben LaurieMemory saving patch.
2008-06-02 Dr. Stephen... Update year.
2008-06-02 Dr. Stephen... Windows batch file to rebuild error codes for CryptoAPI...
2008-06-02 Dr. Stephen... #undef OCSP_RESPONSE: CryptoAPI uses this too.
2008-06-02 Dr. Stephen... Fix indentation.
2008-06-02 Dr. Stephen... Avoid case in ca.c fix.
2008-06-02 Dr. Stephen... Revert, doesn't fix warning :-(
2008-06-02 Dr. Stephen... Avoid cast with wrapper function.
2008-06-01 Dr. Stephen... Free old store name (if any).
2008-06-01 Dr. Stephen... Add ctrl for alternative certificate store names.
2008-06-01 Dr. Stephen... Use keyspec for DSA too.
2008-06-01 Dr. Stephen... Get and note keyspec when signing.
2008-06-01 Dr. Stephen... Release engine reference when calling SSL_CTX_free().
2008-06-01 Dr. Stephen... Allow ENGINE client cert callback to specify a set...
2008-06-01 Dr. Stephen... Update error codes.
2008-06-01 Dr. Stephen... Add client cert engine to SSL routines.
2008-06-01 Dr. Stephen... Update error codes, move typedef of SSL, SSL_CTX to...
2008-06-01 Dr. Stephen... Add support for ENGINE supplied SSL client auth.
2008-06-01 Dr. Stephen... Update from stable branch.
2008-05-31 Dr. Stephen... Update from stable branch.
2008-05-31 Dr. Stephen... Update VC-32.pl and load CryptoAPI engine in the right...
2008-05-31 Dr. Stephen... More CryptoAPI engine code from stable branch.
2008-05-31 Dr. Stephen... Add CryptoAPI error file too.
2008-05-31 Dr. Stephen... Add CryptoAPI ENGINE from stable branch.
2008-05-31 Dr. Stephen... Recognize LHASH_OF().
2008-05-31 Dr. Stephen... Stop const mismatch warning.
2008-05-31 Dr. Stephen... Stop warning about extra ';' outside of function.
2008-05-31 Dr. Stephen... Stop const mismatch warning in VC++.
2008-05-31 Bodo MöllerEveryone's had a few years to port their favorite addit...
2008-05-30 Dr. Stephen... Fix from stable branch.
2008-05-28 Bodo Möllersync with 0.9.8 branch
2008-05-28 Bodo MöllerFrom HEAD:
2008-05-28 Bodo MöllerFrom HEAD:
2008-05-27 Bodo Möllergrammar
2008-05-27 Bodo Mölleryear 2008
2008-05-27 Dr. Stephen... Avoid "duplicate const" warnings.
2008-05-27 Dr. Stephen... Avoid warning about empty structures and always define...
2008-05-26 Dr. Stephen... C++ style comments fixed.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-05-26 Lutz JänickeAdd README about removed root CA certificates.
2008-05-26 Lutz JänickeReword comment to be much shorter to stop other people...
2008-05-23 Lutz JänickeClear error queue when starting SSL_CTX_use_certificate...
2008-05-23 Lutz JänickeRemove all root CA files (beyond test CAs including...
2008-05-20 Dr. Stephen... Typo.
2008-05-20 Dr. Stephen... Typo.
2008-05-20 Dr. Stephen... Update ordinals.
2008-05-20 Dr. Stephen... Update from stable branch.
2008-05-20 Dr. Stephen... Fix from stable branch.
2008-05-20 Lutz JänickeCorrectly adjust location of comment
2008-05-19 Dr. Stephen... Fix 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-19 Lutz JänickeDocument "openssl s_server" -crl_check* options
2008-05-19 Lutz JänickeProvide information about "openssl dgst" -hmac option.
2008-05-19 Lutz JänickeTypo. (From 0.9.8-stable/S. Henson)
2008-05-16 Lutz JänickeAnother occurance of possible valgrind/purify "uninitia...
2008-05-12 Dr. Stephen... Fix from stable branch.
2008-05-09 Dr. Stephen... Add missing cast.
2008-05-03 Andy PolyakovDepict future Win64/x64 development.
2008-05-02 Bodo MöllerClarifying comment.
2008-05-02 Dr. Stephen... New function CMS_add1_crl().
2008-05-02 Dr. Stephen... Indicate support for digest init ctrl.
2008-05-01 Dr. Stephen... Typo.
2008-05-01 Dr. Stephen... Use "cont" consistently in cms-examples.pl
2008-05-01 Bodo MöllerMontgomery-related minor cleanups/documentation
2008-04-30 Dr. Stephen... Update from stable branch.
2008-04-29 Dr. Stephen... Update from stable branch.
2008-04-29 Dr. Stephen... Oops!
2008-04-29 Dr. Stephen... Update from stable branch.
2008-04-29 Dr. Stephen... Update from stable branch.
2008-04-28 Geoff ThorpeFix auto-discovery of ENGINEs. See the CHANGES entry...
2008-04-27 Geoff ThorpePaul Sheer optimised the OpenSSL to/from libGMP convers...
2008-04-25 Dr. Stephen... Don't send zero length session ID if stateless session...
2008-04-25 Dr. Stephen... Disable debugging fprintf.
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... Make certs argument work in CMS_sign() add test case.
2008-04-18 Lutz JänickeAdd missing 'extern "C" {' to some _err.h files in...
2008-04-18 Lutz JänickeAnother minor update from the mingw development
2008-04-18 Richard LevitteSynchronise with Unix.
2008-04-17 Lutz JänickeFix incorrect return value in apps/apps.c:parse_yesno()
2008-04-17 Lutz JänickeCorrectly handle case of bad arguments supplied to...
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... Detached encrypt/decrypt example, fix decrypt sample.
2008-04-11 Dr. Stephen... Correct argument order for CMS_decrypt() in docs.
2008-04-11 Dr. Stephen... Fix prototype for CMS_decrypt(), don't free up detached...
2008-04-11 Dr. Stephen... Revert argument swap change... oops CMS_uncompress...
2008-04-11 Dr. Stephen... Fix comments.
2008-04-11 Dr. Stephen... Make CMS_uncompress() argument order consistent with...
2008-04-11 Dr. Stephen... CMS compressed data examples.
2008-04-11 Dr. Stephen... Fix for compression and updated CMS_final().
2008-04-11 Dr. Stephen... PKCS#7 examples converted to CMS.
next