1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 28 9月, 2019 1 次提交
  6. 28 5月, 2019 1 次提交
  7. 27 5月, 2019 1 次提交
  8. 18 10月, 2017 1 次提交
  9. 25 8月, 2016 1 次提交
  10. 23 8月, 2016 2 次提交
  11. 04 8月, 2016 1 次提交
  12. 18 5月, 2016 1 次提交
  13. 28 4月, 2016 1 次提交
  14. 06 2月, 2016 1 次提交
  15. 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
  16. 12 10月, 2015 1 次提交
  17. 14 5月, 2015 1 次提交
  18. 11 5月, 2015 1 次提交
  19. 02 5月, 2015 1 次提交
    • R
      free NULL cleanup -- coda · 25aaa98a
      Rich Salz 提交于
      After the finale, the "real" final part. :)  Do a recursive grep with
      "-B1 -w [a-zA-Z0-9_]*_free" to see if any of the preceeding lines are
      an "if NULL" check that can be removed.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      25aaa98a
  20. 01 5月, 2015 1 次提交
  21. 30 4月, 2015 1 次提交
    • R
      free NULL cleanup 8 · 2ace7450
      Rich Salz 提交于
      Do not check for NULL before calling a free routine.  This addresses:
          ASN1_BIT_STRING_free ASN1_GENERALIZEDTIME_free ASN1_INTEGER_free
          ASN1_OBJECT_free ASN1_OCTET_STRING_free ASN1_PCTX_free ASN1_SCTX_free
          ASN1_STRING_clear_free ASN1_STRING_free ASN1_TYPE_free
          ASN1_UTCTIME_free M_ASN1_free_of
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      2ace7450
  22. 25 3月, 2015 1 次提交
  23. 24 3月, 2015 1 次提交
  24. 05 3月, 2015 1 次提交
  25. 09 2月, 2015 1 次提交
  26. 22 1月, 2015 1 次提交
  27. 06 1月, 2015 1 次提交
  28. 07 6月, 2007 1 次提交
  29. 13 11月, 2006 1 次提交
  30. 31 3月, 2005 2 次提交
  31. 20 2月, 2004 1 次提交
  32. 20 2月, 2001 1 次提交
  33. 13 2月, 2001 1 次提交
  34. 09 2月, 2001 1 次提交
  35. 05 2月, 2001 1 次提交
  36. 08 1月, 2001 1 次提交
    • D
      · 0b33bc65
      Dr. Stephen Henson 提交于
      Add set of OCSP client functions. All experimental
      and subject to addition, modifcation or deletion.
      
      Add two OCSP nonce utility functions.
      
      Fix typo in status code name.
      0b33bc65
  37. 28 12月, 2000 1 次提交