Re: [9fans] tls and iphones and ios9 (sigh)

2015-09-18 Thread Brantley Coile
And me, now. Ask jas. Sent from my iPad > On Sep 17, 2015, at 10:27 PM, erik quanstrom wrote: > >> On Thu Sep 17 12:49:37 PDT 2015, j...@corpus-callosum.com wrote: >> On Sep 17, 2015, at 12:46 PM, Skip Tavakkolian <9...@9netics.com> wrote: combover. I see what you did there.

Re: [9fans] tls and iphones and ios9 (sigh)

2015-09-18 Thread hiro
sigh

Re: [9fans] tls and iphones and ios9 (sigh)

2015-09-18 Thread Steve Simon
Sorry for not being clear. The problem is with TLS, and how I noticed is I use imaps (imap4 over a TLS encrypted socket) to access my email which is stored on plan9. I can still access my email but only over an cleartext connection, but this is not wise on the internet these days. https and pop3

Re: [9fans] tls and iphones and ios9 (sigh)

2015-09-18 Thread cinap_lenrek
so you need server side support for what cipher suits and protocol versions exactly? the work has been done in 9front libsec and devtls to support ecdhe and dhe and tls 1.2 on the *client* side at least. so you can start from there. whats missing is the signing and signature verification of the dh

Re: [9fans] p9p ssh-agent and unix keys

2015-09-18 Thread Rudolf Sykora
On 9 September 2015 at 17:55, Rudolf Sykora wrote: > Hello everyone, > > I have an ssh key, id_rsa, generated with the unix tools. > I want to have it put into factotum and use it via p9p ssh-agent. > I now the id_rsa key is ok, I can use it to get to the remote system. > > Now, I did this (in bas

Re: [9fans] tls and iphones and ios9 (sigh)

2015-09-18 Thread erik quanstrom
On Fri Sep 18 06:01:44 PDT 2015, cinap_len...@felloff.net wrote: > so you need server side support for what cipher suits and protocol > versions exactly? > > the work has been done in 9front libsec and devtls to support ecdhe > and dhe and tls 1.2 on the *client* side at least. so you can start >

Re: [9fans] tls and iphones and ios9 (sigh)

2015-09-18 Thread cinap_lenrek
bitcoin. -- cinap