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. 02 6月, 2016 1 次提交
  7. 18 5月, 2016 1 次提交
  8. 23 2月, 2016 1 次提交
  9. 06 2月, 2016 1 次提交
  10. 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
  11. 24 10月, 2015 1 次提交
  12. 12 10月, 2015 2 次提交
  13. 11 5月, 2015 1 次提交
  14. 05 3月, 2015 1 次提交
  15. 22 1月, 2015 1 次提交
  16. 12 6月, 2010 1 次提交
  17. 12 3月, 2010 1 次提交
  18. 01 10月, 2009 1 次提交
    • D
      PR: 2063 · aec13c1a
      Dr. Stephen Henson 提交于
      Submitted by: Julia Lawall <julia@diku.dk>
      Approved by: steve@openssl.org
      
      Correct BIO_write error handling in ocsp_prn.c
      aec13c1a
  19. 13 10月, 2007 1 次提交
  20. 04 4月, 2003 1 次提交
  21. 19 1月, 2001 1 次提交
  22. 13 1月, 2001 1 次提交
    • D
      · 5782ceb2
      Dr. Stephen Henson 提交于
      New OCSP utility. This can generate, parse and print
      OCSP requests. It can also query reponders and parse or
      print out responses.
      
      Still needs some more work: OCSP response checks and
      of course documentation.
      5782ceb2
  23. 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
  24. 20 12月, 2000 1 次提交
    • D
      · 5755cab4
      Dr. Stephen Henson 提交于
      Fixes to OCSP print code.
      
      Don't try to print request certificates if signature is not present.
      
      Remove unnecessary test for certificates being NULL.
      
      Fix typos in printed output.
      
      Tidy up output.
      
      Fix for typo in OCSP_SERVICELOC ASN1 template.
      
      Also give a bit more info in CHANGES about the ASN1 revision.
      5755cab4
  25. 17 12月, 2000 1 次提交
    • D
      · 1f47ec53
      Dr. Stephen Henson 提交于
      Redo OCSP response printing. Remove duplicate or
      obsolete code. Delete some redundant files.
      1f47ec53
  26. 15 12月, 2000 1 次提交
  27. 14 12月, 2000 1 次提交
  28. 27 10月, 2000 1 次提交