• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ruby-106/ruby/test/openssl/

Lines Matching refs:now

25       cert = issue_cert(@ca, @rsa2048, s, Time.now, Time.now+3600, [],
46 cert = issue_cert(@ca, pk, 1, Time.now, Time.now+3600, exts,
57 now = Time.now until now && now.usec != 0
58 cert = issue_cert(@ca, @rsa2048, 1, now, now+3600, [],
60 assert_not_equal(now, cert.not_before)
61 assert_not_equal(now+3600, cert.not_after)
63 now = Time.at(now.to_i)
64 cert = issue_cert(@ca, @rsa2048, 1, now, now+3600, [],
66 assert_equal(now.getutc, cert.not_before)
67 assert_equal((now+3600).getutc, cert.not_after)
69 now = Time.at(0)
70 cert = issue_cert(@ca, @rsa2048, 1, now, now, [],
72 assert_equal(now.getutc, cert.not_before)
73 assert_equal(now.getutc, cert.not_after)
75 now = Time.at(0x7fffffff)
76 cert = issue_cert(@ca, @rsa2048, 1, now, now, [],
78 assert_equal(now.getutc, cert.not_before)
79 assert_equal(now.getutc, cert.not_after)
89 ca_cert = issue_cert(@ca, @rsa2048, 1, Time.now, Time.now+3600, ca_exts,
103 ee1_cert = issue_cert(@ee1, @rsa1024, 2, Time.now, Time.now+1800, ee1_exts,
118 ee2_cert = issue_cert(@ee2, @rsa1024, 3, Time.now, Time.now+1800, ee2_exts,
129 cert = issue_cert(@ca, @rsa2048, 1, Time.now, Time.now+3600, [],
138 cert = issue_cert(@ca, @rsa2048, 1, Time.now, Time.now+3600, [],
148 cert = issue_cert(@ca, @dsa512, 1, Time.now, Time.now+3600, [],
154 cert.not_after = Time.now
158 cert = issue_cert(@ca, @rsa2048, 1, Time.now, Time.now+3600, [],
170 issue_cert(@ca, @dsa512, 1, Time.now, Time.now+3600, [],
177 issue_cert(@ca, @rsa2048, 1, Time.now, Time.now+3600, [],
182 issue_cert(@ca, @dsa512, 1, Time.now, Time.now+3600, [],
189 cert = issue_cert(@ca, @dsa256, 1, Time.now, Time.now+3600, [],
199 cert = issue_cert(@ca, @dsa256, 1, Time.now, Time.now+3600, [],
205 cert = issue_cert(@ca, @rsa2048, 1, Time.now, Time.now+3600, [],