summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ocsp
AgeCommit message (Expand)Author
2024-08-28Add a comment to OCSP_id_issuer_cmp() to make blind use of X509_ALGOR_cmp()Theo Buehler
2024-08-28Clean up and simplify OCSP_cert_id_new()Theo Buehler
2024-08-28Avoid reaching into X509_ALGOR in ocsp_certid_print()Theo Buehler
2024-07-12Fix the horrible and undocumented behaviour of X509_check_trustBob Beck
2024-07-08Hide global _it variables in ocsp.hBob Beck
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2024-03-24Convert libressl to use the BoringSSL style time conversionsBob Beck
2024-03-02Remove beck's ASN.1 time API from public visibilityTheo Buehler
2023-11-28correct spelling of FALLTHROUGHJonathan Gray
2023-07-08Hide symbols in cast, idea, and ocspBob Beck
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-11-26Make internal header file names consistentTheo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2022-01-14Make structs in ocsp.h opaqueTheo Buehler
2022-01-07Add an essentially empty ocsp_local.h and include it in the filesTheo Buehler
2021-11-24Fix OCSP_basic_verify() cert chain construction in case theTheo Buehler
2021-11-24Simplify slightly by using X509_get0_pubkey() thus eliminating theTheo Buehler
2021-11-24Fix a whitespace error that has annoyed me for way too longTheo Buehler
2021-11-01Move the now internal X.509-related structs into x509_lcl.h.Theo Buehler
2021-11-01Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this isTheo Buehler
2021-10-24Prepare to provide a bunch of OCSP_resp_* getters.Theo Buehler
2020-10-09Fix leak or double free with OCSP_request_add0_id()Theo Buehler
2018-11-25spelling; from miodJason McIntyre
2018-08-24Add const to two arguments of OCSP_cert_to_id()Theo Buehler
2018-05-14wrap an overlong lineTheo Buehler
2018-05-13Add const qualifier to the path and url{,s} parameters ofTheo Buehler
2018-05-13Add const qualifier to the X509_NAME *, ASN1_BIT_STRING *, andTheo Buehler
2018-05-13Add const qualifier to the ASN1_OBJECT * argument of:Theo Buehler
2018-03-17Provide OCSP_SINGLERESP_get0_id().Joel Sing
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-12-30Expand ASN1_ITEM_rptr macros - no change in preprocessor output.Joel Sing
2016-12-30Expand ASN1_ITEM_rptr macros - no change in generated assembly.Joel Sing
2016-12-27Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have beenJoel Sing
2016-12-27Kill some #if 0 code that uses old-style ASN.1 encoding.Joel Sing
2016-12-21rewrite OCSP_parse_url to be sligthly less nasty and not have one byte buffer...Bob Beck
2016-11-05Check BIO_new*() for failure.Miod Vallat
2016-11-05X509_STORE_CTX_set_*() may fail, so check for errors.Miod Vallat
2016-11-04Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* withJoel Sing
2016-11-04make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenBob Beck
2016-09-04Expand DECLARE_ASN1_.*FUNCTIONS macros.Joel Sing
2016-07-16Clean up OCSP_check_validity() a bit more.Bob Beck
2016-07-05remove unneeded duplicate call - spotted by jsing@Bob Beck
2016-07-05Add several fixes from OpenSSL to make OCSP work with intermediateBob Beck
2016-06-25Fix from kinichiro.inoguchi@gmail.com to ensure that OCSP usesBob Beck
2016-06-25Fix the ocsp code to actually check for errors when comparing time valuesBob Beck
2015-09-26Use ASN1_item_dup() instead of ASN1_dup().Joel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-19Drop stupid (int) casts for the arguments of malloc() and friends. This isMiod Vallat