1. 17 3月, 2008 1 次提交
  2. 16 3月, 2008 1 次提交
  3. 15 3月, 2008 2 次提交
  4. 14 3月, 2008 1 次提交
  5. 13 3月, 2008 1 次提交
    • D
      And so it begins... · 8931b30d
      Dr. Stephen Henson 提交于
      Initial support for CMS.
      
      Add zlib compression BIO.
      
      Add AES key wrap implementation.
      
      Generalize S/MIME MIME code to support CMS and/or PKCS7.
      8931b30d
  6. 11 5月, 2007 1 次提交
  7. 24 4月, 2007 1 次提交
  8. 13 4月, 2007 1 次提交
  9. 14 7月, 2006 1 次提交
  10. 09 6月, 2006 1 次提交
  11. 26 5月, 2006 1 次提交
  12. 22 5月, 2006 1 次提交
  13. 19 5月, 2006 1 次提交
  14. 18 5月, 2006 2 次提交
  15. 05 8月, 2005 1 次提交
  16. 06 4月, 2005 1 次提交
  17. 08 9月, 2004 1 次提交
  18. 07 9月, 2004 3 次提交
  19. 02 6月, 2003 1 次提交
  20. 26 2月, 2003 1 次提交
  21. 15 2月, 2003 1 次提交
  22. 31 1月, 2003 1 次提交
  23. 02 8月, 2002 1 次提交
  24. 18 7月, 2002 2 次提交
  25. 08 5月, 2002 1 次提交
  26. 02 5月, 2002 1 次提交
    • D
      · 253ef218
      Dr. Stephen Henson 提交于
      Add apps_startup and bio_err init code to smime.c
      253ef218
  27. 09 4月, 2002 1 次提交
  28. 26 2月, 2002 1 次提交
    • D
      · 31188ee1
      Dr. Stephen Henson 提交于
      Fix new -aes command argument handling
      31188ee1
  29. 22 2月, 2002 1 次提交
    • D
      Config code updates. · 3647bee2
      Dr. Stephen Henson 提交于
      CONF_modules_unload() now calls CONF_modules_finish()
      automatically.
      
      Default use of section openssl_conf moved to
      CONF_modules_load()
      
      Load config file in several openssl utilities.
      
      Most utilities now load modules from the config file,
      though in a few (such as version) this isn't done
      because it couldn't be used for anything.
      
      In the case of ca and req the config file used is
      the same as the utility itself: that is the -config
      command line option can be used to specify an
      alternative file.
      3647bee2
  30. 21 2月, 2002 1 次提交
  31. 12 9月, 2001 1 次提交
  32. 18 6月, 2001 1 次提交
  33. 30 5月, 2001 1 次提交
    • R
      Extend all the loading functions to take an engine pointer, a pass · 30b4c272
      Richard Levitte 提交于
      string (some engines may have certificates protected by a PIN!) and
      a description to put into error messages.
      
      Also, have our own password callback that we can send both a password
      and some prompt info to.  The default password callback in EVP assumes
      that the passed parameter is a password, which isn't always the right
      thing, and the ENGINE code (at least the nCipher one) makes other
      assumptions...
      
      Also, in spite of having the functions to load keys, some utilities
      did the loading all by themselves...  That's changed too.
      30b4c272
  34. 09 5月, 2001 1 次提交
  35. 11 4月, 2001 1 次提交