256 Commits (fd3ed85c67174a0d3b6639ba9b237351d1c2201f)

Author SHA1 Message Date
Matt Caswell fd3ed85c67 Fix safestack issues in ocsp.h
3 years ago
Matt Caswell b4780134df Fix safestack issues in asn1.h
3 years ago
Matt Caswell e144fd36ce Fix safestack issues in x509v3.h
3 years ago
Matt Caswell e6623cfbff Fix safestack issues in x509.h
3 years ago
Rich Salz 0495a3ec4a Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()
3 years ago
Pauli c51a8af8cc OCSP: Add return value checks.
3 years ago
Dr. David von Oheimb eeccc23723 Introduce X509_add_cert[s] simplifying various additions to cert lists
3 years ago
Matt Caswell 454afd9866 Update copyright year
3 years ago
Rich Salz 852c2ed260 In OpenSSL builds, declare STACK for datatypes ...
3 years ago
Matt Caswell 33388b44b6 Update copyright year
3 years ago
Matt Caswell be6aeda647 Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()
3 years ago
Dr. David von Oheimb 8cc86b81ac Constify various mostly X509-related parameter types in crypto/ and apps/
3 years ago
Dr. David von Oheimb e8d0819d52 Don't exclude quite so much in a no-sock build
3 years ago
Dr. David von Oheimb 29f178bddf Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c
3 years ago
Rich Salz 12a765a523 Explicitly test against NULL; do not use !p or similar
3 years ago
Dr. Matthias St. Pierre 706457b7bd Reorganize local header files
4 years ago
Dr. Matthias St. Pierre 25f2138b0a Reorganize private crypto header files
4 years ago
Richard Levitte 0cd1b144f9 util/mkerr.pl: make it not depend on the function code
4 years ago
Rich Salz cbfa5b0398 Regenerate mkerr files
4 years ago
Richard Levitte 878dc8dd95 Join the x509 and x509v3 directories
4 years ago
FdaSilvaYY 5b3accde60 OCSP: fix memory leak in OCSP_url_svcloc_new method.
4 years ago
Matt Caswell cc6d92619f Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const params
4 years ago
David von Oheimb 9fdcc21fdc constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION
4 years ago
Richard Levitte 0c49670063 Following the license change, modify the boilerplates in crypto/ocsp/
4 years ago
Matt Caswell 1212818eb0 Update copyright year
5 years ago
Paul Kehrer 20c3672174 add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESP
5 years ago
Pauli a8d3dbe19b Check for a failure return from EVP_MD_CTX_new() in OCSP_basic_sign().
5 years ago
Matt Caswell 6738bf1417 Update copyright year
5 years ago
FdaSilvaYY a699b8e4ca Small simplification in mkerr.pl
5 years ago
David Cooper cace14b8ef Add documentation for the OCSP_basic_sign() and OCSP_basic_sign_ctx() functions.
5 years ago
David Cooper 0494014781 Make editorial changes suggested by Matt Caswell and fixed Travis failures.
5 years ago
David Cooper 89623f8429 Make editorial changes suggested by Rich Salz and add the -rsigopt option to the man page for the ocsp command.
5 years ago
David Cooper b4dd21a7b8 Add -rsigopt option to ocsp command
5 years ago
Ben Kaduk eb48052ec9 Fix more OCSP_resp_get0_signer() nits
5 years ago
Benjamin Kaduk ce5886dda8 Add an API to get the signer of an OCSP response
5 years ago
FdaSilvaYY f479eab227 style : fix some if(...
5 years ago
Matt Caswell 9f5671c7e9 Remove 4 broken macros from ocsp.h
5 years ago
KaoruToda 26a7d938c9 Remove parentheses of return.
6 years ago
Pauli 07016a8a31 Move e_os.h to be the very first include.
6 years ago
Pauli a1df06b363 This has been added to avoid the situation where some host ctype.h functions
6 years ago
David von Oheimb 121738d1cb Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULL
6 years ago
Benjamin Kaduk c91ec01365 Fix return-value checks in OCSP_resp_get1_id()
6 years ago
Sascha Steinbiss db17e43d88 Add OCSP_resp_get1_id() accessor
6 years ago
Rich Salz 52df25cf2e make error tables const and separate header file
6 years ago
Bernd Edlinger 018fcbec38 Fix gcc-7 warnings.
6 years ago
Matt Caswell a671b3e64a Add OCSP_RESPID_match()
7 years ago
Matt Caswell e12c0beb5a Add the ability to set OCSP_RESPID fields
7 years ago
Matt Caswell cc06906707 Fix an uninitialised read on an error path
7 years ago
FdaSilvaYY a026fbf977 Constify some inputs buffers
7 years ago
Matt Caswell b197257d71 Check for error return from ASN1_object_size
7 years ago