1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 28 9月, 2019 1 次提交
  6. 18 5月, 2016 1 次提交
  7. 19 2月, 2016 1 次提交
    • 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
  8. 22 1月, 2015 2 次提交
  9. 16 2月, 2011 1 次提交
  10. 05 5月, 2010 1 次提交
    • A
      "Jumbo" update for crypto/modes: · f472ec8c
      Andy Polyakov 提交于
      - introduce common modes_lcl.h;
      - ctr128.c: implement additional CRYPTO_ctr128_encrypt_ctr32 interface;
      - gcm128.c: add omitted ARM initialization, remove ctx.ctr;
      f472ec8c
  11. 14 4月, 2010 1 次提交
  12. 23 12月, 2008 1 次提交
  13. 16 12月, 2008 1 次提交
    • A
      128-bit block cipher modes consolidation. As consolidated functions · 85b2c0ce
      Andy Polyakov 提交于
      rely on indirect call to block functions, they are not as fast as
      non-consolidated routines. However, performance loss(*) is within
      measurement error and consolidation advantages are considered to
      outweigh it.
      
      (*) actually one can observe performance *improvement* on e.g.
          CBC benchmarks thanks to optimization, which also becomes
          shared among ciphers.
      85b2c0ce
  14. 01 11月, 2008 1 次提交
  15. 05 6月, 2006 1 次提交
  16. 13 11月, 2002 1 次提交
  17. 16 2月, 2002 1 次提交
  18. 24 1月, 2001 1 次提交
  19. 28 1月, 2000 1 次提交
  20. 06 3月, 1999 1 次提交
  21. 27 2月, 1999 1 次提交
  22. 23 12月, 1998 1 次提交
  23. 22 12月, 1998 2 次提交
  24. 21 12月, 1998 2 次提交