Re: Is crossplatform in-memory file or file descriptor possible ?
Handling keys & certificates.
2012/4/23, Martin Schreiber <mse00000@...>:
> On Monday 23 April 2012 10:34:20 Ivanko B wrote:
>> I still don't understand. Please be more verbose in future. openssl
>> stores
>> private key files in DER or PEM format where the key usually is
>> protected
>> by a symmetrical encryption for example des3.
>> =================
>> For instance, we have:
>> - private key => DES3 password protected
>> - certificate => plain text
>> - local CA file => plain text
>> It's the state OpnnSSL expects the files to be/
>>
>> And we need:
>> - certificate & local CA file => encrypted
>> - private key => possible one more encrypting pass (together with cert &
>> CA)
>>
>> The issue is that to have the files available to OpenSSL we'll need
>> to decrypt the encrypted ones, it'll result in their plain versions
>> available on file system. Me wonder is it possible to cope this threat
>> ?
>>
> For which openssl function? Sockets, file encryption, other?
>
> Martin
>
(Continue reading)