1. 20 2月, 2016 1 次提交
    • E
      TLS: reject duplicate extensions · aa474d1f
      Emilia Kasper 提交于
      Adapted from BoringSSL. Added a test.
      
      The extension parsing code is already attempting to already handle this for
      some individual extensions, but it is doing so inconsistently. Duplicate
      efforts in individual extension parsing will be cleaned up in a follow-up.
      Reviewed-by: NStephen Henson <steve@openssl.org>
      aa474d1f
  2. 19 2月, 2016 2 次提交
    • R
      Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND · ce192ebe
      Richard Levitte 提交于
      All those flags existed because we had all the dependencies versioned
      in the repository, and wanted to have it be consistent, no matter what
      the local configuration was.  Now that the dependencies are gone from
      the versioned Makefile.ins, it makes much more sense to use the exact
      same flags as when compiling the object files.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      ce192ebe
    • R
      Remove outdated DEBUG flags. · d63a5e5e
      Rich Salz 提交于
      Add -DBIO_DEBUG to --strict-warnings.
      Remove comments about outdated debugging ifdef guards.
      Remove md_rand ifdef guarding an assert; it doesn't seem used.
      Remove the conf guards in conf_api since we use OPENSSL_assert, not assert.
      For pkcs12 stuff put OPENSSL_ in front of the macro name.
      Merge TLS_DEBUG into SSL_DEBUG.
      Various things just turned on/off asserts, mainly for checking non-NULL
      arguments, which is now removed: camellia, bn_ctx, crypto/modes.
      Remove some old debug code, that basically just printed things to stderr:
        DEBUG_PRINT_UNKNOWN_CIPHERSUITES, DEBUG_ZLIB, OPENSSL_RI_DEBUG,
        RL_DEBUG, RSA_DEBUG, SCRYPT_DEBUG.
      Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      d63a5e5e
  3. 18 2月, 2016 3 次提交
  4. 17 2月, 2016 1 次提交
  5. 15 2月, 2016 4 次提交
  6. 14 2月, 2016 1 次提交
    • R
      Prefer IO::Socket::INET6 over IO::Socket::IP · 98ac876f
      Richard Levitte 提交于
      While IO::Socket::IP is a core perl module (since Perl v5.19.8, or so
      says corelist), IO::Socket::INET6 has been around longer, is said to
      be more widely deployed, and most importantly, seems to have less bugs
      hitting us.  We therefore prefer IO::Socket::INET6, and only fall back
      to IO::Socket::IP if the former doesn't exist on the local system.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      98ac876f
  7. 13 2月, 2016 2 次提交
  8. 12 2月, 2016 5 次提交
  9. 11 2月, 2016 5 次提交
  10. 10 2月, 2016 5 次提交
  11. 09 2月, 2016 9 次提交
  12. 08 2月, 2016 1 次提交
  13. 07 2月, 2016 1 次提交