1. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  2. 30 11月, 1999 1 次提交
  3. 12 9月, 1999 1 次提交
    • A
      Initial support for MacOS. · 17f389bb
      Andy Polyakov 提交于
      This will soon be complemented with MacOS specific source code files and
      INSTALL.MacOS.
      
      I (Andy) have decided to get rid of a number of #include <sys/types.h>.
      I've verified it's ok (both by examining /usr/include/*.h and compiling)
      on a number of Unix platforms. Unfortunately I don't have Windows box
      to verify this on. I really appreciate if somebody could try to compile
      it and contact me a.s.a.p. in case a problem occurs.
      
      Submitted by: Roy Wood <roy@centricsystems.ca>
      Reviewed by: Andy Polyakov <appro@fy.chalmers.se>
      17f389bb
  4. 08 8月, 1999 1 次提交
  5. 30 7月, 1999 1 次提交
  6. 22 7月, 1999 1 次提交
  7. 30 5月, 1999 1 次提交
  8. 21 5月, 1999 1 次提交
  9. 14 5月, 1999 1 次提交
  10. 13 5月, 1999 3 次提交
  11. 10 5月, 1999 2 次提交
  12. 09 5月, 1999 1 次提交
  13. 04 5月, 1999 1 次提交
  14. 01 5月, 1999 1 次提交
  15. 24 4月, 1999 1 次提交
  16. 20 4月, 1999 1 次提交
  17. 13 4月, 1999 1 次提交
  18. 22 3月, 1999 1 次提交
  19. 06 3月, 1999 1 次提交
  20. 03 3月, 1999 1 次提交
  21. 01 3月, 1999 1 次提交
  22. 27 2月, 1999 1 次提交
  23. 25 2月, 1999 1 次提交
    • R
      Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DH · 15d21c2d
      Ralf S. Engelschall 提交于
      private keys and/or callback functions which directly correspond to their
      SSL_CTX_xxx() counterparts but work on a per-connection basis. This is needed
      for applications which have to configure certificates on a per-connection
      basis (e.g. Apache+mod_ssl) instead of a per-context basis (e.g.
      s_server).
      
      For the RSA certificate situation is makes no difference, but for the DSA
      certificate situation this fixes the "no shared cipher" problem where the
      OpenSSL cipher selection procedure failed because the temporary keys were not
      overtaken from the context and the API provided no way to reconfigure them.
      
      The new functions now let applications reconfigure the stuff and they are in
      detail: SSL_need_tmp_RSA, SSL_set_tmp_rsa, SSL_set_tmp_dh,
      SSL_set_tmp_rsa_callback and SSL_set_tmp_dh_callback.  Additionally a new
      non-public-API function ssl_cert_instantiate() is used as a helper function
      and also to reduce code redundancy inside ssl_rsa.c.
      
      Submitted by: Ralf S. Engelschall
      Reviewed by: Ben Laurie
      15d21c2d
  24. 08 1月, 1999 1 次提交
  25. 22 12月, 1998 1 次提交
  26. 21 12月, 1998 3 次提交