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