1. 19 Feb, 2005 1 commit
  2. 14 Feb, 2005 1 commit
  3. 06 Feb, 2005 2 commits
  4. 05 Feb, 2005 2 commits
  5. 03 Feb, 2005 2 commits
  6. 01 Feb, 2005 1 commit
  7. 31 Jan, 2005 4 commits
  8. 28 Jan, 2005 1 commit
  9. 27 Jan, 2005 4 commits
  10. 26 Jan, 2005 3 commits
    • Dr. Stephen Henson's avatar
      make update · f60fc19a
      Dr. Stephen Henson authored
      f60fc19a
    • Dr. Stephen Henson's avatar
      FIPS algorithm blocking. · d0edffc7
      Dr. Stephen Henson authored
      Non FIPS algorithms are not normally allowed in FIPS mode.
      
      Any attempt to use them via high level functions will return an error.
      
      The low level non-FIPS algorithm functions cannot return errors so they
      produce assertion failures. HMAC also has to give an assertion error because
      it (erroneously) can't return an error either.
      
      There are exceptions (such as MD5 in TLS and non cryptographic use of
      algorithms) and applications can override the blocking and use non FIPS
      algorithms anyway.
      
      For low level functions the override is perfomed by prefixing the algorithm
      initalization function with "private_" for example private_MD5_Init().
      
      For high level functions an override is performed by setting a flag in
      the context.
      d0edffc7
    • Andy Polyakov's avatar
      Respect the fact that most interactive shells don't restore stty settings · 12dfa843
      Andy Polyakov authored
      and make it work in non-interactive mode...
      12dfa843
  11. 18 Jan, 2005 1 commit
  12. 14 Jan, 2005 5 commits
  13. 12 Jan, 2005 1 commit
  14. 11 Jan, 2005 3 commits
  15. 09 Jan, 2005 3 commits
  16. 04 Jan, 2005 1 commit
  17. 03 Jan, 2005 1 commit
  18. 31 Dec, 2004 1 commit
  19. 30 Dec, 2004 3 commits