1. 22 Feb, 2003 5 commits
  2. 21 Feb, 2003 5 commits
  3. 20 Feb, 2003 3 commits
  4. 19 Feb, 2003 6 commits
  5. 18 Feb, 2003 2 commits
  6. 16 Feb, 2003 1 commit
  7. 15 Feb, 2003 5 commits
  8. 14 Feb, 2003 8 commits
  9. 13 Feb, 2003 3 commits
  10. 12 Feb, 2003 2 commits
    • Bodo Möller's avatar
      new lock for EC_PRE_COMP structures · abd22c9c
      Bodo Möller authored
      Submitted by: Nils Larsch
      abd22c9c
    • Bodo Möller's avatar
      Allow EC_GROUP objects to share precomputation for improved memory · ba729265
      Bodo Möller authored
      efficiency (EC_PRE_COMP objects are now constant once completed).
      
      Extend 'extra_data' API to support arbitrarily many slots (although we
      need only one at the moment).
      
      Modify EC internal 'extra_data' API: EC_GROUP_[clear_]free_extra_data
      now frees only a single slot (the previous functions are available as
      EC_GROUP_[clear_]free_all_extra_data).
      
      Submitted by: Nils Larsch
      Reviewed by: Bodo Moeller
      ba729265