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