1. 31 5月, 2000 2 次提交
    • B
      Improve PRNG robustness. · 361ee973
      Bodo Möller 提交于
      361ee973
    • D
      · 49528751
      Dr. Stephen Henson 提交于
      More EVP cipher revision.
      
      Change EVP_SealInit() and EVP_OpenInit() to
      handle cipher parameters.
      
      Make it possible to set RC2 and RC5 params.
      
      Make RC2 ASN1 code use the effective key bits
      and not the key length.
      
      TODO: document how new API works.
      49528751
  2. 30 5月, 2000 5 次提交
  3. 29 5月, 2000 5 次提交
  4. 28 5月, 2000 2 次提交
  5. 27 5月, 2000 2 次提交
    • D
      · be06a934
      Dr. Stephen Henson 提交于
      Second phase of EVP cipher overhaul.
      
      Change functions like EVP_EncryptUpdate() so they now return a
      value. These normally have software only implementations
      which cannot fail so this was acceptable. However ciphers
      can be implemented in hardware and these could return errors.
      be06a934
    • D
      · 7f060601
      Dr. Stephen Henson 提交于
      Beginnings of EVP cipher overhaul. This should eventually
      enhance and tidy up the EVP interface.
      
      This patch adds initial support for variable length ciphers
      and changes S/MIME code to use this.
      
      Some other library functions need modifying to support use
      of modified cipher parameters.
      
      Also need to change all the cipher functions that should
      return error codes, but currenly don't.
      
      And of course it needs extensive testing...
      7f060601
  6. 25 5月, 2000 4 次提交
  7. 24 5月, 2000 2 次提交
  8. 21 5月, 2000 5 次提交
  9. 19 5月, 2000 9 次提交
  10. 18 5月, 2000 1 次提交
  11. 17 5月, 2000 3 次提交