1. 08 2月, 2011 1 次提交
  2. 04 2月, 2011 1 次提交
  3. 26 1月, 2011 1 次提交
    • D
      FIPS mode EVP changes: · 7a4bd34a
      Dr. Stephen Henson 提交于
      Set EVP_CIPH_FLAG_FIPS on approved ciphers.
      
      Support "default ASN1" flag which avoids need for ASN1 dependencies in FIPS
      code.
      
      Include some defines to redirect operations to a "tiny EVP" implementation
      in some FIPS source files.
      
      Change m_sha1.c to use EVP_PKEY_NULL_method: the EVP_MD sign/verify functions
      are not used in OpenSSL 1.0 and later for SHA1 and SHA2 ciphers: the EVP_PKEY
      API is used instead.
      7a4bd34a
  4. 28 7月, 2010 1 次提交
  5. 09 7月, 2010 1 次提交
  6. 07 3月, 2010 2 次提交
  7. 24 2月, 2010 2 次提交
  8. 29 1月, 2004 1 次提交
  9. 21 3月, 2003 1 次提交
  10. 31 5月, 2002 1 次提交
  11. 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
  12. 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
  13. 25 9月, 2001 1 次提交
  14. 31 7月, 2001 1 次提交
  15. 08 4月, 2001 1 次提交
  16. 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
  17. 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