Move SSL_MODE_RELEASE_BUFFERS into the read record layer
[openssl.git] / crypto / ocsp /
2022-05-03 Matt CaswellUpdate copyright year
2022-05-03 Matt CaswellFix OCSP_basic_verify signer certificate validation
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-10-25 Tomas MrazOCSP_sendreq_bio: Avoid doublefree of mem BIO
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Dr. David von OheimbHTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
2021-06-02 Pauliocsp: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-14 Dr. David von OheimbHTTP client: Rename 'maxline' parameter to 'buf_size...
2021-05-12 Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-04-28 Tomas MrazPrefer fetch over legacy get_digestby/get_cipherby
2021-04-22 Matt CaswellUpdate copyright year
2021-04-20 Pauliocsp: remove references to EVP_sha1()
2021-04-14 Shane LontisAdd some additional NULL checks to prevent segfaults.
2021-04-08 Shane LontisFix more certificate related lib_ctx settings.
2021-03-31 Dr. David von OheimbHTTP: Fix method_POST param by moving it to OSSL_HTTP_R...
2021-03-26 Dr. David von OheimbHTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_C...
2021-03-18 Shane LontisAdd ossl_v3 symbols
2021-03-11 Matt CaswellUpdate copyright year
2021-03-06 Dr. David von OheimbSimplify OCSP_sendreq_bio()
2021-03-06 Dr. David von OheimbMake more use of X509_add_certs(); minor related code...
2021-03-06 Dr. David von Oheimbcrypto/ocsp/ocsp_cl.c: coding style improvements
2021-02-18 Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-02-18 Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-04 Dr. David von OheimbAllow NULL arg to OPENSSL_sk_{dup,deep_copy} returning...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-23 Dr. David von OheimbOCSP HTTP: Restore API of undocumented and recently...
2021-01-19 Rich SalzDeprecate OCSP_xxx API for OSSL_HTTP_xxx
2021-01-12 Dr. Matthias St... v3_ocsp.c: fix indentation of include directives
2020-12-15 Rich SalzDeprecate OCSP_REQ_CTX_set1_req
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-26 Dr. David von OheimbImplement treatment of id-pkix-ocsp-no-check extension...
2020-09-20 Dr. David von Oheimbocsp_vfy.c: Clean up code w.r.t. coding guidelines...
2020-09-13 Matt CaswellFix safestack issues in ocsp.h
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-27 Rich SalzAdd OCSP_PARTIAL_CHAIN to OCSP_basic_verify()
2020-08-19 PauliOCSP: Add return value checks.
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-27 Matt CaswellAdd OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-02-21 Dr. David von OheimbDon't exclude quite so much in a no-sock build
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-07-16 Rich SalzRegenerate mkerr files
2019-05-29 Richard LevitteJoin the x509 and x509v3 directories
2019-05-26 FdaSilvaYYOCSP: fix memory leak in OCSP_url_svcloc_new method.
2019-03-28 Matt CaswellMake OCSP_id_cmp and OCSP_id_issuer_cmp accept const...
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11 Matt CaswellUpdate copyright year
2018-09-03 Paul Kehreradd getter for tbsResponseData and signatureAlgorithm...
2018-09-02 PauliCheck for a failure return from EVP_MD_CTX_new() in...
2018-02-13 Matt CaswellUpdate copyright year
2018-02-09 FdaSilvaYYSmall simplification in mkerr.pl
2018-01-24 David CooperAdd documentation for the OCSP_basic_sign() and OCSP_ba...
2018-01-24 David CooperMake editorial changes suggested by Matt Caswell and...
2018-01-24 David CooperMake editorial changes suggested by Rich Salz and add...
2018-01-24 David CooperAdd -rsigopt option to ocsp command
2017-12-12 Ben KadukFix more OCSP_resp_get0_signer() nits
2017-11-12 Benjamin KadukAdd an API to get the signer of an OCSP response
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-11-07 Matt CaswellRemove 4 broken macros from ocsp.h
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-16 David von OheimbFix OCSP_basic_verify() cert chain construction in...
2017-06-27 Benjamin KadukFix return-value checks in OCSP_resp_get1_id()
2017-06-21 Sascha SteinbissAdd OCSP_resp_get1_id() accessor
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2016-09-22 Matt CaswellAdd OCSP_RESPID_match()
2016-09-22 Matt CaswellAdd the ability to set OCSP_RESPID fields
2016-08-25 Matt CaswellFix an uninitialised read on an error path
2016-08-23 FdaSilvaYYConstify some inputs buffers
2016-08-22 Matt CaswellCheck for error return from ASN1_object_size
2016-08-19 Dr. Stephen HensonAdd X509_get0_serialNumber() and constify OCSP_cert_to_id()
2016-08-17 Matt CaswellConvert OCSP* functions to use const getters
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-04 FdaSilvaYYConstify some ASN1_OBJECT *obj input parameters
2016-07-30 Richard J. MooreIgnore the serial number for now and just do the rest.
2016-07-30 Richard J. MooreMake some more X509 functions const.
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20 Todd ShortOCSP_request_add0_id() inconsistent error return
2016-07-13 Dr. Stephen HensonAdd OCSP accessors.
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
next