1. 23 5月, 2017 1 次提交
  2. 22 5月, 2017 2 次提交
  3. 19 5月, 2017 1 次提交
    • M
      Try to be more consistent about the alerts we send · fb34a0f4
      Matt Caswell 提交于
      We are quite inconsistent about which alerts get sent. Specifically, these
      alerts should be used (normally) in the following circumstances:
      
      SSL_AD_DECODE_ERROR = The peer sent a syntactically incorrect message
      SSL_AD_ILLEGAL_PARAMETER = The peer sent a message which was syntactically
      correct, but a parameter given is invalid for the context
      SSL_AD_HANDSHAKE_FAILURE = The peer's messages were syntactically and
      semantically correct, but the parameters provided were unacceptable to us
      (e.g. because we do not support the requested parameters)
      SSL_AD_INTERNAL_ERROR = We messed up (e.g. malloc failure)
      
      The standards themselves aren't always consistent but I think the above
      represents the best interpretation.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3480)
      fb34a0f4
  4. 17 5月, 2017 1 次提交
  5. 12 5月, 2017 1 次提交
  6. 11 5月, 2017 3 次提交
  7. 08 5月, 2017 1 次提交
  8. 26 4月, 2017 1 次提交
  9. 25 4月, 2017 1 次提交
  10. 07 4月, 2017 1 次提交
  11. 04 4月, 2017 2 次提交
  12. 29 3月, 2017 3 次提交
  13. 24 3月, 2017 3 次提交
  14. 18 3月, 2017 1 次提交
  15. 16 3月, 2017 3 次提交
  16. 08 3月, 2017 1 次提交
  17. 03 3月, 2017 3 次提交
  18. 28 2月, 2017 1 次提交
    • E
      Clean up references to FIPS · b53338cb
      Emilia Kasper 提交于
      This removes the fips configure option. This option is broken as the
      required FIPS code is not available.
      
      FIPS_mode() and FIPS_mode_set() are retained for compatibility, but
      FIPS_mode() always returns 0, and FIPS_mode_set() can only be used to
      turn FIPS mode off.
      Reviewed-by: NStephen Henson <steve@openssl.org>
      b53338cb
  19. 17 2月, 2017 8 次提交
  20. 15 2月, 2017 2 次提交