Re: gnutls_session_get_master_secret
Nikos Mavrogiannopoulos <[email protected]>
| Newsgroups | gmane.network.gnutls.general |
|---|---|
| Message-ID | <CAJU7za+5p0NP1VO8U+=zFDRBG9w9g49bbY1UveZNHv_x5JYejg@mail.gmail.com> |
On Mon, Apr 15, 2019 at 6:48 PM Jeremy Harris <[email protected]> wrote: > > On 15/04/2019 07:29, Nikos Mavrogiannopoulos wrote: > > Use the SSLKEYLOGFILE environment variable. It will create the > > necessary keys in the file > > Except for setuid programs? There seems to be some form of explicit > lockout in secure_getenv(). Yes, that's intentional, so that a user will not overwrite root-owned files. regards, Nikos