Displaying 7 results from an estimated 7 matches for "valid_before".
2006 Aug 02
2
Problem with date_select
...ess it can''t
resolve local variables to set correctly selected date.
Small example:
<% @client.charge_regs.each do |creg| %>
<%= form_remote_tag with_progress(:url => { :action => ''foo'' }) %>
<%= date_select ''creg'', ''valid_before'' %>
<% end_form_tag %>
<% end %>
selected date will be assigned to current date instead of ''valid_before''
value of ''creg'' variable in loop.
Is it possible to fix it?
Thx in advance.
2016 Feb 17
3
Call for testing: OpenSSH 7.2
...u do a "print *key->cert" to see what is going wrong here?
>
> (gdb) print *key->cert
> $1 = {certblob = 0x7f7ff7b162a0, type = 2, serial = 5, key_id = 0x7f7ff7b18090
> "julius", nprincipals = 1,
> principals = 0xfffffffff7b180a0, valid_after = 915145200, valid_before =
> 1293836400, critical = 0x7f7ff7b162f0,
> extensions = 0x7f7ff7b16340, signature_key = 0x0}
Thanks, but nothing appears wrong there. How about
"print key->cert->principals[0]" - though I'm not sure how it could get
to this point without reallocarray() returning a bad...
2016 Jul 23
2
Call for testing: OpenSSH 7.3
...f9b120c0
> (gdb) p key->cert
> $2 = (struct sshkey_cert *) 0x7037f9b1b080
> (gdb) p *key->cert
> $3 = {certblob = 0x7037f9b162a0, type = 2, serial = 5, key_id = 0x7037f9b18090
> "julius", nprincipals = 1,
> principals = 0xfffffffff9b180a0, valid_after = 915145200, valid_before =
Thanks for taking the time to debug this.
The key->cert->principals pointer looks wrong - does NetBSD libc
provide a reallocarray function? We detect its presence during
configure:
checking for reallocarray... no
(that's on Linux)
Could you try commenting out the HAVE_REALLOCARRAY...
2016 Feb 17
2
Call for testing: OpenSSH 7.2
On Tue, 16 Feb 2016, Hisashi T Fujinaka wrote:
> On Wed, 17 Feb 2016, Darren Tucker wrote:
>
> > On Wed, Feb 17, 2016 at 3:51 AM, Hisashi T Fujinaka <htodd at twofifty.com>
> > wrote:
> > > Sorry, I haven't been paying too much attention here, but I'm having
> > > repeated failures when I tried this morning.
> > >
> > >
2017 Feb 02
2
[Bug 2675] New: When adding certificates to ssh-agent, use expiry date as upper bound for lifetime
https://bugzilla.mindrot.org/show_bug.cgi?id=2675
Bug ID: 2675
Summary: When adding certificates to ssh-agent, use expiry date
as upper bound for lifetime
Product: Portable OpenSSH
Version: 7.4p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
2010 Mar 03
2
Viewing cetificate details
Hi,
I don't see any way to view the details of a certificate once it is
generated. Having such a capability would be very handy for debugging
purposes to check what constraints, principals, and validity interval
are associated with a given cert.
--
Iain Morgan
2016 Jul 22
18
Call for testing: OpenSSH 7.3
Hi,
OpenSSH 5.3 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains some
substantial new features and a number of bugfixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is