Matt Caswell
fecb3aae22
Update copyright year
...
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Release: yes
2022-05-03 13:34:51 +01:00
Dimitris Apostolou
e304aa87b3
Fix typos
...
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17392 )
2022-01-05 12:37:20 +01:00
Matt Caswell
8020d79b40
Update copyright year
...
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14512 )
2021-03-11 13:27:36 +00:00
Dr. David von Oheimb
9b9d24f033
OCSP_resp_find_status.pod: Complete the RETURN VALUES section
...
Supersedes #11877 . Also make order in NAME section consistent.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14347 )
2021-03-06 13:02:33 +01:00
Matt Caswell
eec0ad10b9
Update copyright year
...
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13144 )
2020-10-15 14:10:06 +01:00
Dr. David von Oheimb
4ff993d791
Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()
...
Fixes #7761
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12947 )
2020-09-26 14:03:44 +02:00
Dr. David von Oheimb
37326895b7
OCSP_resp_find_status.pod: Slightly improve the documentation of various flags
...
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12947 )
2020-09-26 14:03:23 +02:00
Dr. David von Oheimb
7d5ea3fecb
OCSP_resp_find_status.pod: Replace function arg references B<...> by I<...>
...
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12947 )
2020-09-26 14:03:23 +02:00
Rich Salz
0495a3ec4a
Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()
...
This adds a flag, OCSP_PARTIAL_CHAIN, to the OCSP_basic_verify()
function. This is equivlent to X509_V_FLAG_PARTIAL_CHAIN, in that
if any certificate in the OCSP response is in the trust store, then
trust it.
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12666 )
2020-08-27 20:03:39 +02:00
Rich Salz
9c0586d5fc
Fix errors found by new find-doc-nits
...
Also patch find-doc-nits to ignore a Microsoft trademark and not
flag it as a spelling error.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10023 )
2019-10-03 10:33:54 +10:00
Richard Levitte
4746f25ac6
Following the license change, modify the boilerplates in doc/man3/
...
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7829 )
2018-12-06 15:34:13 +01:00
Matt Caswell
1212818eb0
Update copyright year
...
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7176 )
2018-09-11 13:45:17 +01:00
Paul Kehrer
6ad952ba75
add docs for OCSP_resp_get0_signature
...
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7082 )
2018-09-03 06:07:22 +02:00
Paul Kehrer
20c3672174
add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESP
...
fixes #7081
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7082 )
2018-09-03 06:07:22 +02:00
David von Oheimb
b8c32081e0
add documentation for OCSP_basic_verify()
...
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6227 )
2018-06-21 20:39:49 +02:00
Ben Kaduk
eb48052ec9
Fix more OCSP_resp_get0_signer() nits
...
Fix a typo for "retrieve" and some indentation.
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/4919 )
2017-12-12 16:46:11 -06:00
Rich Salz
b741fcd2dd
Fix typo that cause find-doc-nits failure
...
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4727 )
2017-11-12 19:32:52 -05:00
Benjamin Kaduk
ce5886dda8
Add an API to get the signer of an OCSP response
...
Add a new function OCSP_resp_get0_signer() that looks in the
certs bundled with the response as well as in additional certificates
provided as a function argument, returning the certificate that signed
the given response (if present).
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4573 )
2017-11-11 20:03:49 -06:00
Sascha Steinbiss
db17e43d88
Add OCSP_resp_get1_id() accessor
...
Adding a get1 style accessor as brought up in mailing list post
https://mta.openssl.org/pipermail/openssl-users/2016-November/004796.html
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1876 )
2017-06-21 15:01:54 -04:00
Richard Levitte
b97fdb57a2
Fix referenses in section 3 manuals
...
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1900 )
2016-11-11 13:06:43 +01:00
Rich Salz
99d63d4662
Move manpages to man[1357] structure.
...
Move manpages to manX directories
Add Windows/VMS install fix from Richard Levitte
Update README
Fix typo's
Remove some duplicates
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-10-26 13:59:52 -04:00