Lines Matching refs:opts
133 my ($filename, $opts) = @_;
183 if (exists $opts->{lastupdate}) {
184 push @gencrl_opts, '-crl_lastupdate', $opts->{lastupdate};
187 if (exists $opts->{nextupdate}) {
188 push @gencrl_opts, '-crl_nextupdate', $opts->{nextupdate};
200 $opts->{should_succeed},
207 return unless $opts->{should_succeed};
210 if (exists $opts->{lastupdate}) {
213 rfc5280_time($opts->{lastupdate}),
228 if (exists $opts->{nextupdate}) {
231 rfc5280_time($opts->{nextupdate}),