1. 21 Aug, 2001 7 commits
  2. 20 Aug, 2001 2 commits
  3. 19 Aug, 2001 3 commits
  4. 18 Aug, 2001 4 commits
  5. 17 Aug, 2001 17 commits
  6. 16 Aug, 2001 4 commits
  7. 13 Aug, 2001 1 commit
  8. 12 Aug, 2001 2 commits
    • Geoff Thorpe's avatar
      The indexes returned by ***_get_ex_new_index() functions are used when · 6982c0da
      Geoff Thorpe authored
      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.
      6982c0da
    • Geoff Thorpe's avatar
      The indexes returned by ***_get_ex_new_index() functions are used when · b7727ee6
      Geoff Thorpe authored
      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