1. 29 4月, 2016 1 次提交
  2. 22 3月, 2016 1 次提交
  3. 06 2月, 2016 1 次提交
  4. 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
  5. 21 1月, 2016 1 次提交
    • V
      Check Suite-B constraints with EE DANE records · 6e328256
      Viktor Dukhovni 提交于
      When DANE-EE(3) matches or either of DANE-EE/PKIX-EE fails, we don't
      build a chain at all, but rather succeed or fail with just the leaf
      certificate.  In either case also check for Suite-B violations.
      
      As unlikely as it may seem that anyone would enable both DANE and
      Suite-B, we should do what the application asks.
      
      Took the opportunity to eliminate the "cb" variables in x509_vfy.c,
      just call ctx->verify_cb(ok, ctx)
      Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
      6e328256
  6. 20 1月, 2016 1 次提交
  7. 01 1月, 2016 1 次提交
  8. 15 12月, 2015 1 次提交
  9. 08 12月, 2015 2 次提交
  10. 15 10月, 2015 1 次提交
  11. 18 9月, 2015 1 次提交
  12. 17 9月, 2015 2 次提交
  13. 01 9月, 2015 1 次提交
  14. 14 5月, 2015 1 次提交
  15. 28 3月, 2015 1 次提交
    • R
      free NULL cleanup · c5ba2d99
      Rich Salz 提交于
      EVP_.*free; this gets:
              EVP_CIPHER_CTX_free EVP_PKEY_CTX_free EVP_PKEY_asn1_free
              EVP_PKEY_asn1_set_free EVP_PKEY_free EVP_PKEY_free_it
              EVP_PKEY_meth_free; and also EVP_CIPHER_CTX_cleanup
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      c5ba2d99
  16. 25 3月, 2015 1 次提交
  17. 23 3月, 2015 1 次提交
  18. 28 1月, 2015 1 次提交
    • R
      OPENSSL_NO_xxx cleanup: SHA · 474e469b
      Rich Salz 提交于
      Remove support for SHA0 and DSS0 (they were broken), and remove
      the ability to attempt to build without SHA (it didn't work).
      For simplicity, remove the option of not building various SHA algorithms;
      you could argue that SHA_224/256/384/512 should be kept, since they're
      like crypto algorithms, but I decided to go the other way.
      So these options are gone:
      	GENUINE_DSA         OPENSSL_NO_SHA0
      	OPENSSL_NO_SHA      OPENSSL_NO_SHA1
      	OPENSSL_NO_SHA224   OPENSSL_NO_SHA256
      	OPENSSL_NO_SHA384   OPENSSL_NO_SHA512
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      474e469b
  19. 22 1月, 2015 1 次提交
  20. 27 1月, 2014 1 次提交
  21. 18 8月, 2013 1 次提交
  22. 03 8月, 2012 2 次提交
  23. 14 11月, 2011 1 次提交
  24. 22 6月, 2011 1 次提交
  25. 03 5月, 2010 1 次提交
    • D
      PR: 2250 · a033c3c7
      Dr. Stephen Henson 提交于
      Submitted By: Ger Hobbelt <ger@hobbelt.com>
      
      Don't overwrite return value with strlen(f).
      a033c3c7
  26. 13 1月, 2010 1 次提交
    • D
      PR: 2136 · 0e0c6821
      Dr. Stephen Henson 提交于
      Submitted by: Willy Weisz <weisz@vcpc.univie.ac.at>
      
      Add options to output hash using older algorithm compatible with OpenSSL
      versions before 1.0.0
      0e0c6821
  27. 24 9月, 2009 1 次提交
  28. 31 5月, 2009 1 次提交
  29. 17 2月, 2009 1 次提交
  30. 15 1月, 2009 1 次提交
  31. 24 7月, 2006 1 次提交
  32. 18 7月, 2006 1 次提交
  33. 28 4月, 2006 1 次提交
  34. 01 12月, 2004 1 次提交
  35. 04 4月, 2003 1 次提交
  36. 13 11月, 2002 2 次提交