1. 30 May, 2000 3 commits
    • Bodo Möller's avatar
      Improve PRNG robustness. · 361ee973
      Bodo Möller authored
      361ee973
    • 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. 28 May, 2000 1 commit
  3. 27 May, 2000 2 commits
  4. 26 May, 2000 1 commit
    • 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. 25 May, 2000 1 commit
  6. 24 May, 2000 1 commit
  7. 18 May, 2000 2 commits
  8. 15 May, 2000 1 commit
  9. 04 May, 2000 2 commits
  10. 02 May, 2000 1 commit
  11. 29 Apr, 2000 1 commit
  12. 27 Apr, 2000 1 commit
    • Ulf Möller's avatar
      · 3973628e
      Ulf Möller authored
      Submitted by:
      Reviewed by:
      PR:
      3973628e
  13. 20 Apr, 2000 1 commit
  14. 19 Apr, 2000 1 commit
    • 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. 14 Apr, 2000 1 commit
  16. 10 Apr, 2000 1 commit
  17. 06 Apr, 2000 1 commit
  18. 04 Apr, 2000 1 commit
  19. 01 Apr, 2000 2 commits
  20. 30 Mar, 2000 1 commit
  21. 27 Mar, 2000 2 commits
  22. 22 Mar, 2000 1 commit
  23. 19 Mar, 2000 1 commit
  24. 14 Mar, 2000 1 commit
  25. 13 Mar, 2000 5 commits
  26. 10 Mar, 2000 1 commit
  27. 07 Mar, 2000 3 commits