1. 03 12月, 2002 1 次提交
  2. 29 11月, 2002 1 次提交
  3. 26 11月, 2002 1 次提交
  4. 19 11月, 2002 1 次提交
  5. 16 11月, 2002 1 次提交
  6. 13 11月, 2002 1 次提交
  7. 05 11月, 2002 2 次提交
  8. 26 9月, 2002 1 次提交
  9. 14 8月, 2002 1 次提交
  10. 09 8月, 2002 1 次提交
    • B
      ECC ciphersuite support · ea262260
      Bodo Möller 提交于
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      (Authors: Vipul Gupta and Sumit Gupta, Sun Microsystems Laboratories)
      ea262260
  11. 29 4月, 2002 2 次提交
  12. 20 4月, 2002 1 次提交
  13. 14 3月, 2002 1 次提交
  14. 28 2月, 2002 1 次提交
  15. 23 2月, 2002 1 次提交
    • D
      · 3a3ca3f5
      Dr. Stephen Henson 提交于
      Fix for AIX.
      
      Submitted by Dawn Whiteside <dwhitesi@tiercel.uwaterloo.ca>
      3a3ca3f5
  16. 10 9月, 2001 1 次提交
    • B
      Fix apps/openssl.c and ssl/ssltest.c so that they use · 384eff87
      Bodo Möller 提交于
      CRYPTO_set_mem_debug_options() instead of CRYPTO_dbg_set_options(),
      which is the default implementation of the former and should usually
      not be directly used by applications (at least if we assume that the
      options accepted by the default implementation will also be meaningful
      to any other implementations).
      
      Also fix apps/openssl.c and ssl/ssltest such that environment variable
      setting 'OPENSSL_DEBUG_MEMORY=off' actively disables the compiled-in
      library defaults (i.e. such that CRYPTO_MDEBUG is ignored in this
      case).
      384eff87
  17. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  18. 31 7月, 2001 1 次提交
  19. 05 7月, 2001 1 次提交
  20. 11 3月, 2001 1 次提交
  21. 22 2月, 2001 1 次提交
  22. 20 2月, 2001 1 次提交
  23. 16 12月, 2000 1 次提交
  24. 01 12月, 2000 2 次提交
  25. 30 11月, 2000 3 次提交
  26. 22 10月, 2000 1 次提交
  27. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  28. 07 4月, 2000 1 次提交
  29. 26 3月, 2000 1 次提交
  30. 14 3月, 2000 2 次提交
  31. 13 3月, 2000 1 次提交
  32. 10 3月, 2000 1 次提交
    • B
      Always use fixed DH parameters created with 'dhparam -C', · e4589582
      Bodo Möller 提交于
      don't dynamically create them.  This allows using ssltest
      for approximate performance comparisons:
         $ time ./ssltest -num 50 -tls1 -cert ../apps/server2.pem \
           [-no_dhe|-dhe1024dsa|-dhe1024]
      (server2.pem contains a 1024 bit RSA key, the default has only
      512 bits.) Note that these timings contain both the server's and
      the client's computations, they are not a good indicator for
      server workload in different configurations.
      e4589582
  33. 04 2月, 2000 2 次提交