On 12:44 pm, a...@roiban.ro wrote:
>On 13 June 2012 14:15, wrote:
>>On 10:39 am, a...@roiban.ro wrote:
>>>Hi,
>>>
>>>I work at an experimental FTPS implementation for
>>>twisted.protocol.ftp
>>>
>>>I use the following code for checking that the transport has TLS
>>>started and to get the client
On 13 June 2012 14:15, wrote:
> On 10:39 am, a...@roiban.ro wrote:
>>Hi,
>>
>>I work at an experimental FTPS implementation for twisted.protocol.ftp
>>
>>I use the following code for checking that the transport has TLS
>>started and to get the client certificate for certificate based
>>authentica
On 13/06/12 12:15, exar...@twistedmatrix.com wrote:
> Heh. :) Instead, use `transport.getPeerCertificate()`.
> `getPeerCertificate` is a method specified by `ISSLTransport`.
I've run into some oddities which this method call before; IIRC you have
to setup the context in a very particular way to
On 10:39 am, a...@roiban.ro wrote:
>Hi,
>
>I work at an experimental FTPS implementation for twisted.protocol.ftp
>
>I use the following code for checking that the transport has TLS
>started and to get the client certificate for certificate based
>authentication:
>
>@property
>def is_ftps_c
Hi,
I work at an experimental FTPS implementation for twisted.protocol.ftp
I use the following code for checking that the transport has TLS
started and to get the client certificate for certificate based
authentication:
@property
def is_ftps_command_active(self):
'''Return `True`