Skip to content
  1. Feb 05, 2005
  2. Feb 03, 2005
  3. Feb 01, 2005
  4. Jan 31, 2005
  5. Jan 28, 2005
  6. Jan 27, 2005
  7. Jan 26, 2005
    • 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
  8. Jan 18, 2005
  9. Jan 14, 2005
  10. Jan 12, 2005
  11. Jan 11, 2005
  12. Jan 09, 2005
  13. Jan 04, 2005
  14. Jan 03, 2005
  15. Dec 31, 2004
  16. Dec 30, 2004
  17. Dec 29, 2004
  18. Dec 27, 2004