Re: pubkey format

2008-12-20 Thread Kyle Hamilton
Can the source be made available? I would like to use it on MacOSX. -Kyle H On Fri, Dec 19, 2008 at 11:43 PM, Shahin Khorasani wrote: > Hi, > > You can download simple utility to transform PKCS#1 RSA public key to > opnessh public key format from here: > http://www.parssign.com/openssh_pk_linux

Re: pubkey format

2008-12-20 Thread Mounir IDRASSI
Hi, You can also use the well-known PuTTYgen that can import pem encoded keys and export the public key in OpenSSH authorized_keys file format. Concerning the ssh-rsa format itself, it's rather simple. Each line is as follows : ssh-rsa XX rsa-key-description where

Re: [PATCH] Support DTLS compatibility with Cisco AnyConnect VPN [openssl.org #1751]

2008-12-20 Thread David Woodhouse via RT
On Tue, 2008-10-07 at 10:12 +0100, David Woodhouse wrote: > This patch against the 0.9.8 branch adds an SSL option for compatibility > with the pre-RFC version of DTLS used by Cisco for their AnyConnect SSL > VPN. This is RT #1751. > > With this patch, and with the two bug fixes I just posted, I n