1. 08 4月, 2009 1 次提交
  2. 05 1月, 2009 1 次提交
  3. 30 12月, 2008 1 次提交
  4. 27 12月, 2008 1 次提交
  5. 22 10月, 2008 1 次提交
  6. 20 10月, 2008 1 次提交
  7. 12 10月, 2008 1 次提交
  8. 15 9月, 2008 1 次提交
  9. 11 9月, 2008 1 次提交
  10. 05 8月, 2008 1 次提交
    • B
      Fix error codes for memory-saving patch. · 474b3b1c
      Bodo Möller 提交于
      Also, get rid of compile-time switch OPENSSL_NO_RELEASE_BUFFERS
      because it was rather pointless (the new behavior has to be explicitly
      requested by setting SSL_MODE_RELEASE_BUFFERS anyway).
      474b3b1c
  11. 03 6月, 2008 2 次提交
  12. 02 6月, 2008 1 次提交
  13. 06 10月, 2007 1 次提交
  14. 27 9月, 2007 1 次提交
  15. 21 9月, 2007 1 次提交
    • B
      Implement the Opaque PRF Input TLS extension · 761772d7
      Bodo Möller 提交于
      (draft-rescorla-tls-opaque-prf-input-00.txt), and do some cleanups and
      bugfixes on the way.  In particular, this fixes the buffer bounds
      checks in ssl_add_clienthello_tlsext() and in ssl_add_serverhello_tlsext().
      
      Note that the opaque PRF Input TLS extension is not compiled by default;
      see CHANGES.
      761772d7
  16. 31 8月, 2007 1 次提交
  17. 20 8月, 2007 1 次提交
  18. 13 8月, 2007 1 次提交
  19. 12 8月, 2007 1 次提交
  20. 05 6月, 2007 1 次提交
  21. 24 4月, 2007 1 次提交
  22. 24 3月, 2007 1 次提交
  23. 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
  24. 16 6月, 2006 1 次提交
  25. 15 6月, 2006 1 次提交
  26. 09 6月, 2006 1 次提交
  27. 30 3月, 2006 1 次提交
  28. 12 3月, 2006 1 次提交
  29. 11 3月, 2006 1 次提交
  30. 13 1月, 2006 1 次提交
  31. 03 1月, 2006 2 次提交
  32. 22 8月, 2005 1 次提交
  33. 15 8月, 2005 1 次提交
  34. 09 8月, 2005 1 次提交
  35. 06 8月, 2005 1 次提交
  36. 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
  37. 12 5月, 2005 1 次提交
  38. 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