1. 25 8月, 2016 1 次提交
  2. 22 8月, 2016 4 次提交
  3. 19 8月, 2016 1 次提交
  4. 18 8月, 2016 1 次提交
  5. 17 8月, 2016 2 次提交
  6. 16 8月, 2016 1 次提交
  7. 06 8月, 2016 1 次提交
  8. 21 7月, 2016 1 次提交
  9. 16 6月, 2016 1 次提交
  10. 24 5月, 2016 1 次提交
  11. 18 5月, 2016 1 次提交
  12. 07 5月, 2016 2 次提交
  13. 04 5月, 2016 1 次提交
  14. 28 4月, 2016 1 次提交
  15. 20 4月, 2016 1 次提交
  16. 21 3月, 2016 1 次提交
  17. 12 3月, 2016 1 次提交
  18. 08 3月, 2016 1 次提交
  19. 20 2月, 2016 1 次提交
    • R
      Always build library object files with shared library cflags · 45502bfe
      Richard Levitte 提交于
      This takes us away from the idea that we know exactly how our static
      libraries are going to get used.  Instead, we make them available to
      build shareable things with, be it other shared libraries or DSOs.
      
      On the other hand, we also have greater control of when the shared
      library cflags.  They will never be used with object files meant got
      binaries, such as apps/openssl or test/test*.
      
      With unified, we take this a bit further and prepare for having to
      deal with extra cflags specifically to be used with DSOs (dynamic
      engines), libraries and binaries (applications).
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      45502bfe
  20. 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
  21. 12 2月, 2016 1 次提交
  22. 09 2月, 2016 12 次提交
  23. 06 2月, 2016 1 次提交