Skip to content
  1. Oct 01, 2004
  2. Sep 28, 2004
  3. Sep 15, 2004
  4. Sep 13, 2004
  5. Sep 11, 2004
  6. Sep 10, 2004
  7. Sep 06, 2004
  8. Aug 23, 2004
  9. Aug 18, 2004
  10. Aug 11, 2004
  11. Aug 10, 2004
  12. Aug 09, 2004
  13. Aug 06, 2004
  14. Aug 05, 2004
  15. Aug 02, 2004
  16. Jul 30, 2004
    • 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
  17. Jul 29, 2004
  18. Jul 28, 2004
  19. Jul 27, 2004
  20. Jul 24, 2004
  21. Jul 23, 2004
  22. Jul 22, 2004