1. 11 3月, 2006 1 次提交
  2. 11 1月, 2006 1 次提交
  3. 10 1月, 2006 1 次提交
  4. 06 1月, 2006 1 次提交
  5. 04 1月, 2006 1 次提交
  6. 03 1月, 2006 3 次提交
  7. 04 11月, 2005 1 次提交
  8. 08 10月, 2005 1 次提交
  9. 01 10月, 2005 1 次提交
  10. 15 8月, 2005 1 次提交
  11. 31 5月, 2005 1 次提交
  12. 28 4月, 2005 1 次提交
    • D
      Lots of Win32 fixes for DTLS. · 6c61726b
      Dr. Stephen Henson 提交于
      1. "unsigned long long" isn't portable changed: to BN_ULLONG.
      2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used.
      2. Avoid lots of compiler warnings about signed/unsigned mismatches.
      3. Include new library directory pqueue in mk1mf build system.
      4. Update symbols.
      6c61726b
  13. 27 4月, 2005 2 次提交
  14. 06 4月, 2005 1 次提交
  15. 04 1月, 2005 1 次提交
  16. 14 12月, 2004 1 次提交
  17. 17 11月, 2004 1 次提交
    • D
      PR: 910 · 826a42a0
      Dr. Stephen Henson 提交于
      Add command line options -certform, -keyform and -pass to s_client and
      s_server. This supports the use of alternative passphrase sources, key formats
      and keys handled by an ENGINE.
      
      Update docs.
      826a42a0
  18. 12 8月, 2004 1 次提交
  19. 28 6月, 2004 1 次提交
  20. 28 11月, 2003 1 次提交
  21. 04 11月, 2003 1 次提交
  22. 06 10月, 2003 1 次提交
  23. 28 9月, 2003 1 次提交
  24. 29 5月, 2003 1 次提交
  25. 31 1月, 2003 1 次提交
  26. 04 12月, 2002 1 次提交
  27. 28 11月, 2002 1 次提交
  28. 16 11月, 2002 1 次提交
  29. 14 11月, 2002 1 次提交
    • R
      Fix to build better with DJGPP. · 8d6e6048
      Richard Levitte 提交于
      PR: 338
      
      Here's the description, submitted by Gisle Vanem <giva@bgnett.no>:
      
      1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due
         to name-clash with Watt-32.
      
      2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash
         with <stdlib.h>
      
      3. Added calls to dbug_init()/sock_init() in some demo programs.
      
      4. Changed cflags/lflags in configure. Watt-32 install root now taken
         from $WATT_ROOT.
      8d6e6048
  30. 13 11月, 2002 1 次提交
  31. 16 7月, 2002 1 次提交
  32. 22 2月, 2002 1 次提交
    • D
      Config code updates. · 3647bee2
      Dr. Stephen Henson 提交于
      CONF_modules_unload() now calls CONF_modules_finish()
      automatically.
      
      Default use of section openssl_conf moved to
      CONF_modules_load()
      
      Load config file in several openssl utilities.
      
      Most utilities now load modules from the config file,
      though in a few (such as version) this isn't done
      because it couldn't be used for anything.
      
      In the case of ca and req the config file used is
      the same as the utility itself: that is the -config
      command line option can be used to specify an
      alternative file.
      3647bee2
  33. 14 11月, 2001 1 次提交
  34. 21 10月, 2001 1 次提交
    • B
      New functions SSL[_CTX]_set_msg_callback(). · a661b653
      Bodo Möller 提交于
      New macros SSL[_CTX]_set_msg_callback_arg().
      
      Message callback imlementation for SSL 3.0/TLS 1.0 (no SSL 2.0 yet).
      
      New '-msg' option for 'openssl s_client' and 'openssl s_server'
      that enable a message callback that displays all protocol messages.
      
      
      In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert if
      client_version is smaller than the protocol version in use.
      Also change ssl23_get_client_hello (ssl/s23_srvr.c) to select TLS 1.0
      if the client demanded SSL 3.0 but only TLS 1.0 is enabled; then the
      client will at least see that alert.
      
      Fix SSL[_CTX]_ctrl prototype (void * instead of char * for generic
      pointer).
      
      Add/update some OpenSSL copyright notices.
      a661b653
  35. 16 10月, 2001 1 次提交
  36. 12 9月, 2001 1 次提交
  37. 24 6月, 2001 1 次提交