1. 16 10月, 2001 2 次提交
  2. 10 10月, 2001 1 次提交
  3. 04 10月, 2001 2 次提交
  4. 24 9月, 2001 2 次提交
  5. 21 9月, 2001 6 次提交
  6. 14 9月, 2001 1 次提交
  7. 11 9月, 2001 1 次提交
  8. 10 9月, 2001 1 次提交
    • B
      Fix apps/openssl.c and ssl/ssltest.c so that they use · 384eff87
      Bodo Möller 提交于
      CRYPTO_set_mem_debug_options() instead of CRYPTO_dbg_set_options(),
      which is the default implementation of the former and should usually
      not be directly used by applications (at least if we assume that the
      options accepted by the default implementation will also be meaningful
      to any other implementations).
      
      Also fix apps/openssl.c and ssl/ssltest such that environment variable
      setting 'OPENSSL_DEBUG_MEMORY=off' actively disables the compiled-in
      library defaults (i.e. such that CRYPTO_MDEBUG is ignored in this
      case).
      384eff87
  9. 03 9月, 2001 1 次提交
  10. 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
  11. 29 8月, 2001 1 次提交
  12. 28 8月, 2001 1 次提交
  13. 26 8月, 2001 1 次提交
  14. 25 8月, 2001 1 次提交
  15. 24 8月, 2001 1 次提交
  16. 21 8月, 2001 1 次提交
  17. 20 8月, 2001 1 次提交
  18. 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
  19. 07 8月, 2001 2 次提交
  20. 06 8月, 2001 1 次提交
  21. 03 8月, 2001 1 次提交
  22. 01 8月, 2001 1 次提交
  23. 31 7月, 2001 8 次提交
  24. 30 7月, 2001 1 次提交