Skip to content
  1. May 30, 2000
    • Dr. Stephen Henson's avatar
      · 49528751
      Dr. Stephen Henson authored
      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
    • Dr. Stephen Henson's avatar
      Fourth phase EVP revision. · 57ae2e24
      Dr. Stephen Henson authored
      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.
      57ae2e24
  2. May 28, 2000
  3. May 27, 2000
  4. May 26, 2000
    • Dr. Stephen Henson's avatar
      · 7f060601
      Dr. Stephen Henson authored
      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
  5. May 25, 2000
  6. May 24, 2000
  7. May 18, 2000
  8. May 15, 2000
  9. May 04, 2000
  10. May 02, 2000
  11. Apr 29, 2000
  12. Apr 27, 2000
    • Ulf Möller's avatar
      · 3973628e
      Ulf Möller authored
      Submitted by:
      Reviewed by:
      PR:
      3973628e
  13. Apr 20, 2000
  14. Apr 19, 2000
    • Geoff Thorpe's avatar
      This change facilitates name translation for shared libraries. The · b9e63915
      Geoff Thorpe authored
      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
  15. Apr 14, 2000
  16. Apr 10, 2000
  17. Apr 06, 2000
  18. Apr 04, 2000
  19. Apr 01, 2000
  20. Mar 30, 2000
  21. Mar 27, 2000
  22. Mar 22, 2000
  23. Mar 19, 2000
  24. Mar 14, 2000
  25. Mar 13, 2000
  26. Mar 10, 2000
  27. Mar 07, 2000
  28. Mar 06, 2000