1. 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
  2. 07 4月, 2000 1 次提交
  3. 26 3月, 2000 1 次提交
  4. 14 3月, 2000 2 次提交
  5. 13 3月, 2000 1 次提交
  6. 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
  7. 04 2月, 2000 3 次提交
  8. 17 1月, 2000 1 次提交
  9. 16 1月, 2000 1 次提交
  10. 17 11月, 1999 1 次提交
  11. 26 10月, 1999 1 次提交
  12. 11 9月, 1999 1 次提交
  13. 10 9月, 1999 1 次提交
  14. 09 9月, 1999 1 次提交
  15. 08 9月, 1999 1 次提交
  16. 04 9月, 1999 1 次提交
  17. 10 8月, 1999 1 次提交
  18. 09 8月, 1999 1 次提交
  19. 05 8月, 1999 1 次提交
  20. 13 7月, 1999 1 次提交
  21. 10 7月, 1999 1 次提交
  22. 25 6月, 1999 1 次提交
  23. 12 6月, 1999 2 次提交
  24. 11 6月, 1999 1 次提交
  25. 10 6月, 1999 1 次提交
  26. 21 5月, 1999 2 次提交
  27. 13 5月, 1999 1 次提交
    • U
      VMS support. · 7d7d2cbc
      Ulf Möller 提交于
      Submitted by: Richard Levitte <richard@levitte.org>
      7d7d2cbc
  28. 27 4月, 1999 2 次提交
  29. 24 4月, 1999 1 次提交
  30. 20 4月, 1999 1 次提交
  31. 22 2月, 1999 1 次提交
  32. 16 2月, 1999 1 次提交
    • M
      Updates to the new SSL compression code · 413c4f45
      Mark J. Cox 提交于
           [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
      
      Fix so that the version number in the master secret, when passed
           via RSA, checks that if TLS was proposed, but we roll back to SSLv3
           (because the server will not accept higher), that the version number
           is 0x03,0x01, not 0x03,0x00
           [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
      
      Submitted by:
      Reviewed by:
      PR:
      413c4f45
  33. 21 12月, 1998 2 次提交