summaryrefslogtreecommitdiff
path: root/crypto/ocsp/ocsp_srv.c
Commit message (Expand)AuthorAgeFilesLines
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-3/+3
* Add some additional NULL checks to prevent segfaults.Shane Lontis2021-04-141-0/+4
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-081-3/+4
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Make more use of X509_add_certs(); minor related code & comments cleanupDr. David von Oheimb2021-03-061-11/+2
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-181-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-4/+3
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Fix safestack issues in ocsp.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-8/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()Matt Caswell2020-03-271-14/+43
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/ocsp/Richard Levitte2018-12-061-1/+1
* Check for a failure return from EVP_MD_CTX_new() in OCSP_basic_sign().Pauli2018-09-031-0/+3
* Add documentation for the OCSP_basic_sign() and OCSP_basic_sign_ctx() functions.David Cooper2018-01-241-1/+1
* Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper2018-01-241-4/+15
* Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper2018-01-241-2/+3
* Add -rsigopt option to ocsp commandDavid Cooper2018-01-241-5/+23
* style : fix some if(...FdaSilvaYY2017-11-071-1/+1
* Add OCSP_RESPID_match()Matt Caswell2016-09-221-1/+27
* Add the ability to set OCSP_RESPID fieldsMatt Caswell2016-09-221-10/+37
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+4
* embed OCSP_CERTIDDr. Stephen Henson2015-10-111-3/+3
* Embed various OCSP fields.Dr. Stephen Henson2015-10-111-8/+8
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-10/+12
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* Make OCSP structures opaque.Dr. Stephen Henson2015-03-051-0/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-179/+186
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson2001-02-261-0/+6
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-1/+1
* Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson2001-02-041-4/+12
* Various OCSP responder utility functions.Dr. Stephen Henson2001-02-031-0/+250