timestr           697 ext/openssl/openssl.c static time_t asn1_time_to_time_t(ASN1_UTCTIME * timestr TSRMLS_DC) /* {{{ */
timestr           712 ext/openssl/openssl.c 	if (ASN1_STRING_type(timestr) != V_ASN1_UTCTIME && ASN1_STRING_type(timestr) != V_ASN1_GENERALIZEDTIME) {
timestr           717 ext/openssl/openssl.c 	if (ASN1_STRING_length(timestr) != strlen((const char*)ASN1_STRING_data(timestr))) {
timestr           722 ext/openssl/openssl.c 	if (ASN1_STRING_length(timestr) < 13) {
timestr           723 ext/openssl/openssl.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to parse time string %s correctly", timestr->data);
timestr           727 ext/openssl/openssl.c 	if (ASN1_STRING_type(timestr) == V_ASN1_GENERALIZEDTIME && ASN1_STRING_length(timestr) < 15) {
timestr           728 ext/openssl/openssl.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to parse time string %s correctly", timestr->data);
timestr           732 ext/openssl/openssl.c 	strbuf = estrdup((char *)ASN1_STRING_data(timestr));
timestr           738 ext/openssl/openssl.c 	thestr = strbuf + ASN1_STRING_length(timestr) - 3;
timestr           755 ext/openssl/openssl.c 	if( ASN1_STRING_type(timestr) == V_ASN1_UTCTIME ) {
timestr           762 ext/openssl/openssl.c 	} else if( ASN1_STRING_type(timestr) == V_ASN1_GENERALIZEDTIME ) {