openssl/crypto/ocsp
Richard Levitte 0cd1b144f9 util/mkerr.pl: make it not depend on the function code
The output C code was made to use ERR_func_error_string() to see if a
string table was already loaded or not.  Since this function returns
NULL always, this check became useless.

Change it to use ERR_reason_error_string() instead, as there's no
reason to believe we will get rid of reason strings, ever.

To top it off, we rebuild all affected C sources.

Fixes #9756

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9756)
2019-09-12 17:59:52 +02:00
..
build.info
ocsp_asn.c Following the license change, modify the boilerplates in crypto/ocsp/ 2018-12-06 15:08:20 +01:00
ocsp_cl.c Following the license change, modify the boilerplates in crypto/ocsp/ 2018-12-06 15:08:20 +01:00
ocsp_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
ocsp_ext.c OCSP: fix memory leak in OCSP_url_svcloc_new method. 2019-05-27 08:11:50 +10:00
ocsp_ht.c Following the license change, modify the boilerplates in crypto/ocsp/ 2018-12-06 15:08:20 +01:00
ocsp_lcl.h Following the license change, modify the boilerplates in crypto/ocsp/ 2018-12-06 15:08:20 +01:00
ocsp_lib.c Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const params 2019-03-28 09:56:05 +00:00
ocsp_prn.c Following the license change, modify the boilerplates in crypto/ocsp/ 2018-12-06 15:08:20 +01:00
ocsp_srv.c Following the license change, modify the boilerplates in crypto/ocsp/ 2018-12-06 15:08:20 +01:00
ocsp_vfy.c Following the license change, modify the boilerplates in crypto/ocsp/ 2018-12-06 15:08:20 +01:00
v3_ocsp.c Join the x509 and x509v3 directories 2019-05-29 09:32:50 +02:00