1. 24 5月, 2016 1 次提交
  2. 19 5月, 2016 1 次提交
  3. 23 3月, 2016 1 次提交
  4. 03 3月, 2016 1 次提交
  5. 27 2月, 2016 1 次提交
  6. 17 2月, 2016 1 次提交
  7. 11 1月, 2016 1 次提交
  8. 10 12月, 2015 2 次提交
  9. 21 11月, 2015 1 次提交
  10. 22 10月, 2015 1 次提交
    • R
      Handle CT error macros separately · cc79f06c
      Richard Levitte 提交于
      Because the default error macro generator assumes the header file with
      error macros is in include/openssl and therefore generates a C file
      with error texts that include <openssl/{name}.h>, we need to generate
      the error macros and texts for CT separately, since the CT module
      doesn't follow the default criteria.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      cc79f06c
  11. 09 10月, 2015 1 次提交
  12. 01 4月, 2015 1 次提交
  13. 08 12月, 2014 1 次提交
  14. 04 12月, 2014 1 次提交
  15. 15 10月, 2014 2 次提交
  16. 19 7月, 2012 1 次提交
  17. 08 3月, 2011 1 次提交
  18. 01 2月, 2011 1 次提交
  19. 27 10月, 2008 1 次提交
  20. 06 4月, 2008 1 次提交
  21. 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
  22. 11 4月, 2007 1 次提交
  23. 13 2月, 2006 1 次提交
  24. 09 1月, 2006 1 次提交
  25. 01 5月, 2003 1 次提交
  26. 15 1月, 2003 1 次提交
  27. 09 8月, 2002 1 次提交
    • B
      Add ECDH support. · e172d60d
      Bodo Möller 提交于
      Additional changes:
       - use EC_GROUP_get_degree() in apps/req.c
       - add ECDSA and ECDH to apps/speed.c
       - adds support for EC curves over binary fields to ECDSA
       - new function EC_KEY_up_ref() in crypto/ec/ec_key.c
       - reorganize crypto/ecdsa/ecdsatest.c
       - add engine support for ECDH
       - fix a few bugs in ECDSA engine support
      
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      e172d60d
  28. 14 2月, 2002 1 次提交
  29. 12 9月, 2001 1 次提交
  30. 07 5月, 2001 1 次提交
  31. 08 3月, 2001 1 次提交
  32. 06 3月, 2001 1 次提交
  33. 09 11月, 2000 1 次提交
  34. 27 10月, 2000 2 次提交
  35. 05 4月, 2000 1 次提交
    • G
      This commit ties the new DSO code (crypto/dso/) into the build for a · 9ec0126e
      Geoff Thorpe 提交于
      variety of platforms. A few are missing, and they will be added in
      eventually, but as this is new stuff, it was better to not break lots of
      platforms in one go that we can't easily test. The changes to "Configure"
      should illustrate how to add support to other systems if you feel like
      having a go.
      
      NB: I'll add something shortly to allow you to add "dlfcn.h" support on
      those platforms that don't have (or need) a dlfcn.h header file. (The
      symbol for Configure will probably by "dlfcn_no_h").
      
      Thanks to Richard Levitte, who is responsible for the dso_dl.c support,
      understanding the trickier aspects of the build process, and giving great
      feedback on everything else.
      
      [Don't use this stuff if you're easily offended by changes to the
      interface or behaviour - it's still work in progress.]
      
      PR:
      9ec0126e
  36. 25 2月, 2000 1 次提交
  37. 14 1月, 2000 1 次提交