1. 30 11月, 2012 1 次提交
    • D
      PR: 2803 · 2fceff5b
      Dr. Stephen Henson 提交于
      Submitted by: jean-etienne.schwartz@bull.net
      
      In OCSP_basic_varify return an error if X509_STORE_CTX_init fails.
      2fceff5b
  2. 30 12月, 2008 1 次提交
  3. 06 11月, 2008 1 次提交
  4. 04 12月, 2007 1 次提交
  5. 13 11月, 2006 1 次提交
  6. 05 3月, 2004 1 次提交
    • D
      Typos. · 91180d45
      Dr. Stephen Henson 提交于
      Reported by: Jose Castejon-Amenedo <Jose.Castejon-Amenedo@hp.com>
      91180d45
  7. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  8. 12 7月, 2001 1 次提交
  9. 27 2月, 2001 1 次提交
  10. 26 2月, 2001 1 次提交
    • D
      · fafc7f98
      Dr. Stephen Henson 提交于
      Enhance OCSP_request_verify() so it finds the signers certificate
      properly and supports several flags.
      fafc7f98
  11. 20 2月, 2001 1 次提交
  12. 02 2月, 2001 1 次提交
  13. 26 1月, 2001 1 次提交
  14. 19 1月, 2001 1 次提交
  15. 18 1月, 2001 1 次提交
  16. 17 1月, 2001 1 次提交
    • D
      · 81f169e9
      Dr. Stephen Henson 提交于
      Initial OCSP certificate verify. Not complete,
      it just supports a "trusted OCSP global root CA".
      81f169e9
  17. 11 1月, 2001 1 次提交
    • D
      · 9b4dc830
      Dr. Stephen Henson 提交于
      OCSP basic response verify. Very incomplete
      but will verify the signatures on a response
      and locate the signers certifcate.
      
      Still needs to implement a proper OCSP certificate
      verify.
      
      Fix warning in RAND_egd().
      9b4dc830
  18. 09 12月, 2000 1 次提交
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  19. 21 6月, 2000 1 次提交
    • D
      · 13083215
      Dr. Stephen Henson 提交于
      Fixes for Win32 build.
      
      This is mostly a work around for the old VC++ problem
      that it treats func() as func(void).
      
      Various prototypes had been added to 'compare' function
      pointers that triggered this. This could be fixed by removing
      the prototype, adding function pointer casts to every call or
      changing the passed function to use the expected arguments.
      I mostly did the latter.
      
      The mkdef.pl script was modified to remove the typesafe
      functions which no longer exist.
      
      Oh and some functions called OPENSSL_freeLibrary() were
      changed back to FreeLibrary(), wonder how that happened :-)
      13083215
  20. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  21. 16 5月, 2000 1 次提交
  22. 04 5月, 2000 1 次提交
  23. 07 6月, 1999 1 次提交
  24. 06 6月, 1999 1 次提交
  25. 27 4月, 1999 1 次提交
  26. 24 4月, 1999 2 次提交
  27. 23 4月, 1999 1 次提交
  28. 20 4月, 1999 1 次提交
  29. 30 3月, 1999 1 次提交
  30. 29 3月, 1999 1 次提交
  31. 27 3月, 1999 1 次提交
  32. 05 3月, 1999 1 次提交
  33. 22 2月, 1999 1 次提交
  34. 20 2月, 1999 1 次提交
  35. 19 2月, 1999 1 次提交
  36. 18 2月, 1999 1 次提交
  37. 10 2月, 1999 1 次提交
  38. 07 2月, 1999 1 次提交
  39. 24 1月, 1999 1 次提交