1. 26 2月, 2016 1 次提交
  2. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  3. 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
  4. 09 10月, 2015 1 次提交
  5. 22 1月, 2015 1 次提交
  6. 22 11月, 2006 1 次提交
  7. 27 4月, 2005 1 次提交
  8. 13 4月, 2005 1 次提交
  9. 28 2月, 2003 1 次提交
  10. 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
  11. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  12. 05 3月, 2000 1 次提交
  13. 24 4月, 1999 2 次提交
  14. 20 4月, 1999 1 次提交
  15. 22 12月, 1998 1 次提交
  16. 21 12月, 1998 3 次提交