1. 16 2月, 2011 1 次提交
  2. 13 2月, 2011 1 次提交
  3. 27 1月, 2011 1 次提交
  4. 26 1月, 2011 1 次提交
    • D
      And so it begins... again. · 2b4b28dc
      Dr. Stephen Henson 提交于
      Initial FIPS 140-2 code ported to HEAD. Doesn't even compile yet, may have
      missing files, extraneous files and other nastiness.
      
      In other words: it's experimental ATM, OK?
      2b4b28dc
  5. 01 9月, 2006 1 次提交
  6. 11 6月, 2006 1 次提交
  7. 29 1月, 2004 1 次提交
  8. 21 3月, 2003 1 次提交
  9. 31 5月, 2002 1 次提交
  10. 16 2月, 2002 1 次提交
    • R
      The AES modes OFB and CFB are defined with 128 feedback bits. This · a6cd8707
      Richard Levitte 提交于
      deviates from the "standard" 64 bits of feedback that all other
      algorithms are using.  Therefore, let's redo certain EVP macros to
      accept different amounts of feedback bits for these modes.
      
      Also, change e_aes.c to provide all usually available modes for AES.
      CTR isn't included yet.
      a6cd8707
  11. 03 1月, 2002 1 次提交
    • R
      Because Rijndael is more known as AES, use crypto/aes instead of · 6f9079fd
      Richard Levitte 提交于
      crypto/rijndael.  Additionally, I applied the AES integration patch
      from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work
      properly with the normal EVP constructs (and incidently work the same
      way as all other symmetric cipher implementations).
      
      This results in an API that looks a lot like the rest of the OpenSSL
      cipher suite.
      6f9079fd
  12. 25 9月, 2001 1 次提交
  13. 31 7月, 2001 1 次提交
  14. 08 4月, 2001 1 次提交
  15. 09 3月, 2001 1 次提交
    • D
      · 13588350
      Dr. Stephen Henson 提交于
      Change the EVP_somecipher() and EVP_somedigest()
      functions to return constant EVP_MD and EVP_CIPHER
      pointers.
      
      Update docs.
      13588350
  16. 08 2月, 2001 1 次提交
    • D
      · deb2c1a1
      Dr. Stephen Henson 提交于
      Fix AES code.
      
      Update Rijndael source to v3.0
      
      Add AES OIDs.
      
      Change most references of Rijndael to AES.
      
      Add new draft AES ciphersuites.
      deb2c1a1