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. 11 9月, 2018 1 次提交
  7. 03 9月, 2018 1 次提交
  8. 27 6月, 2017 1 次提交
  9. 22 6月, 2017 1 次提交
  10. 17 8月, 2016 1 次提交
  11. 06 8月, 2016 1 次提交
  12. 20 7月, 2016 1 次提交
  13. 13 7月, 2016 1 次提交
  14. 06 7月, 2016 1 次提交
  15. 19 6月, 2016 1 次提交
  16. 18 5月, 2016 1 次提交
  17. 06 2月, 2016 1 次提交
  18. 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
  19. 18 1月, 2016 1 次提交
  20. 17 1月, 2016 1 次提交
    • R
      Add some accessors. · 9e5cd4ba
      Rich Salz 提交于
      Author: Remi Gacogne <rgacogne-github@coredump.fr>
      GH334: Add an OCSP_SINGLERESP_get0_id() accessor to the OCSP_CERTID of
      a OCSP_SINGLERESP. It is possible to do it the other way around using
      OCSP_resp_find(), but this is more efficient when you have a tree indexed
      by OCSP_CERTID, like haproxy does. (This is also RT4251)
      
      Author: Marek Klein <kleinmrk@gmail.com>
      GH556: OCSP_resp_get_produced_at() accessor to the producedAt of a
      OCSP_BASICRESP
      GH555: TS_STATUS_INFO_get_status(), TS_STATUS_INFO_get_text() and
      TS_STATUS_INFO_get_failure_info() accessors for a TS_STATUS_INFO
      Signed-off-by: NRich Salz <rsalz@openssl.org>
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      9e5cd4ba
  21. 10 11月, 2015 1 次提交
  22. 12 10月, 2015 1 次提交
  23. 01 9月, 2015 1 次提交
  24. 14 5月, 2015 1 次提交
  25. 11 5月, 2015 1 次提交
  26. 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
  27. 05 3月, 2015 1 次提交
  28. 22 1月, 2015 1 次提交
  29. 19 8月, 2014 1 次提交
  30. 04 12月, 2007 1 次提交
  31. 27 7月, 2005 1 次提交
  32. 24 2月, 2001 1 次提交
  33. 23 2月, 2001 1 次提交
  34. 04 2月, 2001 1 次提交
    • D
      · 2b916952
      Dr. Stephen Henson 提交于
      Fix ASN1_TIME_to_generlizedtime().
      
      Add protoype for OCSP_response_create().
      
      Add OCSP_request_sign() and OCSP_basic_sign()
      private key and certificate checks and make
      OCSP_NOCERTS consistent with PKCS7_NOCERTS
      2b916952
  35. 08 1月, 2001 2 次提交
    • D
      Add prototypes for new OCSP functions. · b5524a3a
      Dr. Stephen Henson 提交于
      Fix bug in OCSP_find_status().
      b5524a3a
    • 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