1. 28 5月, 2000 1 次提交
  2. 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
  3. 25 5月, 2000 1 次提交
  4. 24 5月, 2000 1 次提交
  5. 19 5月, 2000 1 次提交
  6. 18 5月, 2000 1 次提交
  7. 16 5月, 2000 1 次提交
  8. 05 5月, 2000 1 次提交
  9. 04 5月, 2000 1 次提交
  10. 03 5月, 2000 1 次提交
  11. 30 4月, 2000 1 次提交
  12. 27 4月, 2000 1 次提交
    • U
      · 3973628e
      Ulf Möller 提交于
      Submitted by:
      Reviewed by:
      PR:
      3973628e
  13. 20 4月, 2000 2 次提交
    • G
      Previously, the default RSA_METHOD was NULL until the first RSA structure was · deb4d50e
      Geoff Thorpe 提交于
      initialised, at which point an appropriate default was chosen. This meant a
      call to RSA_get_default_method might have returned FALSE.
      
      This change fixes that; now any called to RSA_new(), RSA_new_method(NULL), or
      RSA_get_default_method() will ensure that a default is chosen if it wasn't
      already.
      deb4d50e
    • G
      This change facilitates name translation for shared libraries. The · b9e63915
      Geoff Thorpe 提交于
      technique used is far from perfect and alternatives are welcome.
      Basically if the translation flag is set, the string is not too
      long, and there appears to be no path information in the string,
      then it is converted to whatever the standard should be for the
      DSO_METHOD in question, eg;
          blah --> libblah.so   on *nix, and
          blah --> blah.dll     on win32.
      
      This change also introduces the DSO_ctrl() function that is used
      by the name translation stuff.
      b9e63915
  14. 15 4月, 2000 1 次提交
  15. 10 4月, 2000 1 次提交
  16. 07 4月, 2000 1 次提交
  17. 05 4月, 2000 1 次提交
  18. 01 4月, 2000 2 次提交
  19. 30 3月, 2000 1 次提交
  20. 28 3月, 2000 1 次提交
  21. 27 3月, 2000 1 次提交
  22. 22 3月, 2000 1 次提交
  23. 19 3月, 2000 1 次提交
  24. 14 3月, 2000 6 次提交
  25. 10 3月, 2000 1 次提交
  26. 07 3月, 2000 3 次提交
  27. 06 3月, 2000 1 次提交
  28. 05 3月, 2000 1 次提交
  29. 04 3月, 2000 2 次提交