Lines Matching defs:thisUpdate
439 tag = ber_skip_tag( ber, &len ); /* thisUpdate */
484 struct berval issuer_dn = BER_BVNULL, thisUpdate;
498 thisUpdate.bv_val = tubuf;
499 thisUpdate.bv_len = sizeof(tubuf);
500 if ( checkTime( &bvtu, &thisUpdate ) ) {
506 "certificateListValidate issuer=\"%s\", thisUpdate=%s: extra cruft past end of certificateList\n",
507 issuer_dn.bv_val, thisUpdate.bv_val );
3892 if ( in->bv_len < STRLENOF( "{issuer \"\",thisUpdate \"YYMMDDhhmmssZ\"}" ) ) return LDAP_INVALID_SYNTAX;
3907 /* should be at issuer or thisUpdate */
3956 } else if ( strncasecmp( x.bv_val, "thisUpdate", STRLENOF("thisUpdate") ) == 0 )
3960 /* parse thisUpdate */
3961 x.bv_val += STRLENOF("thisUpdate");
3962 x.bv_len -= STRLENOF("thisUpdate");
4110 out->bv_len = STRLENOF("{ issuer rdnSequence:\"\", thisUpdate \"\" }")
4123 p = lutil_strcopy( p, "\", thisUpdate \"" );
4175 out->bv_len = STRLENOF( "{ issuer rdnSequence:\"\", thisUpdate \"\" }" )
4189 p = lutil_strcopy( p, "\", thisUpdate \"" );
4219 thisUpdate, bvtu;
4260 tag = ber_skip_tag( ber, &len ); /* thisUpdate */
4272 thisUpdate.bv_val = tubuf;
4273 thisUpdate.bv_len = sizeof(tubuf);
4274 if ( checkTime( &bvtu, &thisUpdate ) ) {
4279 normalized->bv_len = STRLENOF( "{ issuer rdnSequence:\"\", thisUpdate \"\" }" )
4280 + issuer_dn.bv_len + thisUpdate.bv_len;
4287 p = lutil_strcopy( p, "\", thisUpdate \"" );
4288 p = lutil_strbvcopy( p, &thisUpdate );