Daiki Ueno created a merge request: https://gitlab.com/gnutls/gnutls/-/merge_requests/2041
Project:Branches: dueno/gnutls:wip/dueno/release-3.8.11 to gnutls/gnutls:master Author: Daiki Ueno <!-- Add a description of the new feature/bug fix. Reference any relevant bugs. --> * Release 3.8.11 * tests/pkcs11-provider: match token with --provider when initializing Even if the "module-path" query attribute is given in the PKCS#11 URI, p11tool does not filter tokens based on that when called with --initialize. As this is not part of the pkcs11-provider functionality, use --provider option to specify the token. Also defer the settings of GNUTLS_SYSTEM_PRIORITY_FILE and GNUTLS_SYSTEM_PRIORITY_FAIL_ON_INVALID after the token initialization. * lib: clarify docs for gnutls_credentials_set Make it explicit that only a single credentials object of a given type may be set against a session. Any further attempts to set credentials for a type will replace previously set crdentials. The act of replacement also allows the previously set credentials to be freed by the caller. * lib/kx: Only report file open error if there is an error Previously all attempts to open a `SSLKEYLOGFILE` would result in a "unable to open keylog file" regardless of if the file was opened or not. Instead let's only report the issue if the file fails to open. * lib/Makefile: remove audit_int.h reference ## Checklist * [x] Commits have `Signed-off-by:` with name/author being identical to the commit author * [ ] Code modified for feature * [ ] Test suite updated with functionality tests * [ ] Test suite updated with negative tests * [ ] Documentation updated / NEWS entry present (for non-trivial changes) ## Reviewer's checklist: * [ ] Any issues marked for closing are addressed * [ ] There is a test suite reasonably covering new functionality or modifications * [ ] Function naming, parameters, return values, types, etc., are consistent and according to `CONTRIBUTION.md` * [ ] This feature/change has adequate documentation added * [ ] No obvious mistakes in the code -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2041 You're receiving this email because of your account on gitlab.com.
_______________________________________________ Gnutls-devel mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-devel
