> On Jan 9, 2018, at 1:56 PM, Patrick Schlangen wrote:
>
> Thanks a lot for the fast reply. I've submitted a pull request at
> https://github.com/openssl/openssl/pull/5046 and will mail the CLA ASAP.
Great! Appreciated. Are you at all at liberty to say how (really to what
end) you plan to us
> On Jan 9, 2018, at 19:25 PM, Viktor Dukhovni wrote:
> If you're enthusiastic to contribute, please feel free to file a githu
pull-request
Thanks a lot for the fast reply. I've submitted a pull request at
https://github.com/openssl/openssl/pull/5046 and will mail the CLA ASAP.
Best Regards,
Pa
> On Jan 9, 2018, at 12:56 PM, Patrick Schlangen wrote:
>
> Reading the docs, my impression ist hat SSL_dane_tlsa_add adds a TLSA record
> to the SSL object for later use during verification.
> What puzzles me is that the data argument of type unsigned char is not
> const.
It should have been
Hi,
please forgive me if this question has been asked before.
> int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector,
> uint8_t mtype, unsigned char *data, size_t dlen);
Reading the docs, my impression ist hat SSL_dane_tlsa_add adds a TLSA record
to the SSL object