In-memory SSL_CTX_use_certificate_chain_file?
Felipe Gasper
felipe at felipegasper.com
Mon Mar 18 00:17:45 UTC 2019
> On Mar 17, 2019, at 7:55 PM, J Decker <d3ck0r at gmail.com> wrote:
>
>> On Sun, Mar 17, 2019 at 4:46 PM Felipe Gasper <felipe at felipegasper.com> wrote:
>> Buffer, not buffet. Silly autocorrect!
>>
>> -F
>>
>> > On Mar 17, 2019, at 7:21 PM, Felipe Gasper <felipe at felipegasper.com> wrote:
>> >
>> > Hello,
>> >
>> > Is there any equivalent to SSL_CTX_use_certificate_chain_file for a PEM buffet that’s already in memory?
> SSL_CTX_use_certificate( ses->ctx, sk_X509_value( ses->cert->chain, 0 ) ); ?
> SSL_CTX_add_extra_chain_cert( ses->ctx, sk_X509_value( ses->cert->chain, n ) );
Yeah, but then I have to determine how many certs are in the bundle, parse it, etc. I was hoping to get a function that does all of that in one fell swoop like the ..._file() function.
I mean, I guess I can copy/paste and tweak for now. Would a refactor in a PR be of interest?
-FG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20190317/ccbcb2e3/attachment.html>
More information about the openssl-users
mailing list