1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 18 5月, 2016 1 次提交
  6. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  7. 18 12月, 2015 1 次提交
  8. 22 1月, 2015 1 次提交
  9. 23 12月, 2008 1 次提交
  10. 24 4月, 2007 1 次提交
  11. 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
  12. 14 6月, 2006 1 次提交
  13. 26 4月, 2005 1 次提交
  14. 25 2月, 2003 1 次提交
  15. 15 3月, 2002 1 次提交
  16. 24 1月, 2001 1 次提交
  17. 28 1月, 2000 1 次提交
  18. 06 3月, 1999 1 次提交
  19. 27 2月, 1999 1 次提交
  20. 23 12月, 1998 1 次提交
  21. 22 12月, 1998 2 次提交
  22. 21 12月, 1998 2 次提交