1. 25 Oct, 2004 2 commits
  2. 20 Oct, 2004 3 commits
  3. 14 Oct, 2004 3 commits
  4. 08 Oct, 2004 1 commit
  5. 04 Oct, 2004 2 commits
  6. 01 Oct, 2004 1 commit
  7. 28 Sep, 2004 2 commits
  8. 15 Sep, 2004 1 commit
  9. 13 Sep, 2004 2 commits
  10. 11 Sep, 2004 1 commit
  11. 10 Sep, 2004 2 commits
  12. 06 Sep, 2004 2 commits
  13. 23 Aug, 2004 1 commit
  14. 18 Aug, 2004 1 commit
  15. 11 Aug, 2004 3 commits
  16. 10 Aug, 2004 4 commits
  17. 09 Aug, 2004 2 commits
  18. 06 Aug, 2004 1 commit
  19. 05 Aug, 2004 2 commits
  20. 02 Aug, 2004 1 commit
  21. 30 Jul, 2004 1 commit
    • Richard Levitte's avatar
      To protect FIPS-related global variables, add locking mechanisms · 7f9c3745
      Richard Levitte authored
      around them.
      
      NOTE: because two new locks are added, this adds potential binary
      incompatibility with earlier versions in the 0.9.7 series.  However,
      those locks will only ever be touched when FIPS_mode_set() is called
      and after, thanks to a variable that's only changed from 0 to 1 once
      (when FIPS_mode_set() is called).  So basically, as long as FIPS mode
      hasn't been engaged explicitely by the calling application, the new
      locks are treated as if they didn't exist at all, thus not becoming a
      problem.  Applications that are built or rebuilt to use FIPS
      functionality will need to be recompiled in any case, thus not being a
      problem either.
      7f9c3745
  22. 29 Jul, 2004 2 commits