/[Apache-SVN]
ViewVC logotype

Revision 1909252


Jump to revision: Previous Next
Author: ivan
Date: Wed Apr 19 17:07:51 2023 UTC (12 months, 3 weeks ago)
Changed paths: 2
Log Message:
Do not use OpenSSL functions that operates with FILE to avoid potential CRT
versions mismatch. Use BIO based functions instead.

* test/MockHTTPinC/MockHTTP_server.c
  (initSSLCtx): Use PEM_read_bio_X509() instead of PEM_read_X509() to read
   certificates.
* test/test_ssl.c
  (verify_ocsp_response): Use PEM_read_bio_PrivateKey() instead of
   PEM_read_PrivateKey().
  

Changed paths

Path Details
Directoryserf/trunk/test/MockHTTPinC/MockHTTP_server.c modified , text changed
Directoryserf/trunk/test/test_ssl.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26