1. 28 12月, 2004 1 次提交
  2. 05 12月, 2004 1 次提交
  3. 29 11月, 2004 1 次提交
    • R
      Make an explicit check during certificate validation to see that the · 30b415b0
      Richard Levitte 提交于
      CA setting in each certificate on the chain is correct.  As a side-
      effect always do the following basic checks on extensions, not just
      when there's an associated purpose to the check:
      - if there is an unhandled critical extension (unless the user has
        chosen to ignore this fault)
      - if the path length has been exceeded (if one is set at all)
      - that certain extensions fit the associated purpose (if one has been
        given)
      30b415b0
  4. 05 10月, 2004 1 次提交
  5. 01 10月, 2004 1 次提交
  6. 07 9月, 2004 1 次提交
  7. 28 3月, 2004 1 次提交
  8. 06 3月, 2004 1 次提交
  9. 01 10月, 2003 1 次提交
  10. 04 6月, 2003 1 次提交
  11. 10 12月, 2002 1 次提交
  12. 28 11月, 2002 1 次提交
  13. 18 11月, 2002 1 次提交
  14. 23 2月, 2002 1 次提交
  15. 21 10月, 2001 1 次提交
    • D
      · f1558bb4
      Dr. Stephen Henson 提交于
      Reject certificates with unhandled critical extensions.
      f1558bb4
  16. 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
  17. 13 8月, 2001 1 次提交
    • G
      The indexes returned by ***_get_ex_new_index() functions are used when · b7727ee6
      Geoff Thorpe 提交于
      setting stack (actually, array) values in ex_data. So only increment the
      global counters if the underlying CRYPTO_get_ex_new_index() call succeeds.
      This change doesn't make "ex_data" right (see the comment at the head of
      ex_data.c to know why), but at least makes the source code marginally less
      frustrating.
      b7727ee6
  18. 30 7月, 2001 1 次提交
  19. 09 5月, 2001 1 次提交
  20. 08 5月, 2001 1 次提交
    • D
      · b545dc67
      Dr. Stephen Henson 提交于
      Initial CRL based revocation checking.
      b545dc67
  21. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  22. 28 1月, 2001 1 次提交
  23. 20 1月, 2001 1 次提交
  24. 16 12月, 2000 1 次提交
  25. 23 9月, 2000 1 次提交
    • D
      · dbba890c
      Dr. Stephen Henson 提交于
      Only use the new informational verify codes if we
      specifically ask for them.
      
      Fix typo in docs.
      dbba890c
  26. 06 9月, 2000 5 次提交
  27. 22 8月, 2000 1 次提交
    • D
      Various fixes... · eaa28181
      Dr. Stephen Henson 提交于
      initialize ex_pathlen to -1 so it isn't checked if pathlen
      is not present.
      
      set ucert to NULL in apps/pkcs12.c otherwise it gets freed
      twice.
      
      remove extraneous '\r' in MIME encoder.
      
      Allow a NULL to be passed to X509_gmtime_adj()
      
      
      Make PKCS#7 code use definite length encoding rather then
      the indefinite stuff it used previously.
      eaa28181
  28. 26 7月, 2000 1 次提交
  29. 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
  30. 07 3月, 2000 1 次提交
  31. 02 3月, 2000 1 次提交
    • D
      · 582e5929
      Dr. Stephen Henson 提交于
      Fix bug which would free up a public key
      twice if the verify callback tried to
      continue after a signature failure.
      582e5929
  32. 26 2月, 2000 2 次提交
  33. 12 2月, 2000 1 次提交
  34. 31 1月, 2000 1 次提交
  35. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e