1. 06 4月, 2006 1 次提交
  2. 29 1月, 2004 1 次提交
  3. 16 8月, 2002 1 次提交
  4. 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
  5. 03 1月, 2002 1 次提交
  6. 31 7月, 2001 1 次提交
  7. 21 7月, 2001 1 次提交
  8. 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
  9. 11 6月, 2000 1 次提交
  10. 03 6月, 2000 1 次提交
  11. 30 5月, 2000 1 次提交
    • D
      Fourth phase EVP revision. · 5da2f69f
      Dr. Stephen Henson 提交于
      Declare ciphers in terms of macros. This reduces
      the amount of code and places each block cipher EVP
      definition in a single file instead of being spread
      over 4 files.
      5da2f69f