The ASN1_TIME_to_generalizedtime() function in openssl 0.9.7
generates a \0-terminated string instead of Z-terminated.
Problem becomes apparent when making an openssl
ocsp server and client communicate. The client
gives a OCSP_R_ERROR_IN_THISUPDATE_FIELD error.
Frederik
diff -ur openssl-0.9
The ASN1_TIME_to_generalizedtime() function in openssl-0.9.7
generates a \0-terminated string instead of Z-terminated.
Problem becomes apparent when making an openssl
ocsp server and client communicate. The client
gives a OCSP_R_ERROR_IN_THISUPDATE_FIELD error.
Frederik
diff -ur openssl-0.