Displaying 8 results from an estimated 8 matches for "509v3".
Did you mean:
x509v3
2003 Sep 17
0
X.509v3 certificates support in OpenSSH-3.7.1p1
Diff of "X.509v3 certificates support for OpenSSH" version g2 (code name
Compatibility) for OpenSSH-3.7.1p1 is ready for download.
Go to "http://roumenpetrov.info/openssh" and get it.
2004 Feb 26
0
X.509v3 certificates support in OpenSSH-3.8p1
X.509v3 certificates support in OpenSSH-3.8p1 is ready for download.
More information on "http://roumenpetrov.info/openssh".
2017 May 15
4
Golang CertChecker hostname validation differs to OpenSSH
...ot;check_host_cert()" does, and as far as I can tell,
OpenSSH only passes it the hostname (not "host:port"). See:
https://github.com/openssh/openssh-portable/blob/f382362e8dfb6b277f16779ab1936399d7f2af78/sshconnect.c#L866
(for better or for worse, this would be roughly inline with X.509v3
cert host matching, which also doesn't match on port numbers)
2017 Apr 28
2
SAN certificates for multiple domains and multiple services
Hi,
I'm currently installing and configuring CentOS 7 on a public server.
The machine will host a few small-to-midsize projects that are currently
running on a handful of Slackware servers: public library databases, our
public school's agenda, a small webradio, OwnCloud for myself and a
local non-profit, etc.
Until recently I've mostly used self-signed SSL certificates for stuff
2004 Aug 19
0
Announce: X.509 certificates support in OpenSSH-3.9p1
Hi All,
Diffs of "X.509v3 certificates support for OpenSSH" versions
g4(Compatibility) and h(Validator) for OpenSSH-3.9p1 are ready for
download.
Please visit "http://roumenpetrov.info/openssh" for more information.
Features:
* "x509v3-sign-rsa" and "x509v3-sign-dss" public key algorit...
2011 Sep 08
2
Announce: X.509 certificates support v7.0 for OpenSSH version 5.9p1
Hi All,
Version 7.0 of "X.509 certificates support in OpenSSH" is ready for
immediate download.
This version allow client to use certificates and keys stored into
external devices. The implementation is based on openssl dynamic engines.
For instance E_NSS engine ( http://developer.berlios.de/projects/enss )
will allow you to
use certificates and keys from Firefox, SeaMonkey,
2013 Aug 25
4
[Bug 2144] New: openssh-6.2_p2 compilation warnings
https://bugzilla.mindrot.org/show_bug.cgi?id=2144
Bug ID: 2144
Summary: openssh-6.2_p2 compilation warnings
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at
2017 May 15
5
Golang CertChecker hostname validation differs to OpenSSH
Hi all,
Last week I noticed that the CertChecker in the Go implementation of
x/crypto/ssh seems to be doing host principal validation incorrectly
and filed the following bug:
https://github.com/golang/go/issues/20273
By default they are looking for a principal named "host:port" inside
of the certificate presented by the server, instead of just looking
for the host as I believe OpenSSH