1. 17 2月, 2007 1 次提交
    • B
      Reorganize the data used for SSL ciphersuite pattern matching. · 52b8dad8
      Bodo Möller 提交于
      This change resolves a number of problems and obviates multiple kludges.
      A new feature is that you can now say "AES256" or "AES128" (not just
      "AES", which enables both).
      
      In some cases the ciphersuite list generated from a given string is
      affected by this change.  I hope this is just in those cases where the
      previous behaviour did not make sense.
      52b8dad8
  2. 16 6月, 2006 1 次提交
  3. 15 6月, 2006 1 次提交
  4. 09 6月, 2006 1 次提交
  5. 30 3月, 2006 1 次提交
  6. 12 3月, 2006 1 次提交
  7. 11 3月, 2006 1 次提交
  8. 13 1月, 2006 1 次提交
  9. 03 1月, 2006 2 次提交
  10. 22 8月, 2005 1 次提交
  11. 15 8月, 2005 1 次提交
  12. 09 8月, 2005 1 次提交
  13. 06 8月, 2005 1 次提交
  14. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  15. 12 5月, 2005 1 次提交
  16. 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
  17. 27 4月, 2005 3 次提交
  18. 14 4月, 2005 1 次提交
  19. 31 3月, 2005 1 次提交
  20. 30 3月, 2005 1 次提交
  21. 18 5月, 2004 1 次提交
  22. 20 4月, 2004 1 次提交
  23. 26 3月, 2004 1 次提交
  24. 16 3月, 2004 1 次提交
  25. 09 8月, 2002 2 次提交
  26. 02 8月, 2002 1 次提交
  27. 10 7月, 2002 1 次提交
  28. 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
  29. 09 3月, 2001 1 次提交
  30. 22 2月, 2001 1 次提交
  31. 20 2月, 2001 1 次提交
  32. 10 2月, 2001 1 次提交
  33. 08 2月, 2001 1 次提交
    • D
      · deb2c1a1
      Dr. Stephen Henson 提交于
      Fix AES code.
      
      Update Rijndael source to v3.0
      
      Add AES OIDs.
      
      Change most references of Rijndael to AES.
      
      Add new draft AES ciphersuites.
      deb2c1a1
  34. 06 2月, 2001 1 次提交
  35. 31 12月, 2000 1 次提交
  36. 15 12月, 2000 1 次提交