]> git.eshelyaron.com Git - emacs.git/commit
Add :pass and :flags to gnutls-boot for :keylist
authorNikolaos Chatzikonstantinou <nchatz314@gmail.com>
Mon, 26 Sep 2022 15:08:18 +0000 (11:08 -0400)
committerRobert Pluim <rpluim@gmail.com>
Fri, 30 Dec 2022 16:32:01 +0000 (17:32 +0100)
commite9983b1b635cbbc5402279dbbe42878902b151db
treea7979f65c5f964d457131238ce4f6193cf63e44b
parent7493b4026fc74a51c76c5b614bc83b864af9bc31
Add :pass and :flags to gnutls-boot for :keylist

* lisp/net/gnutls.el (gnutls-boot-parameters): Add the keys :pass and
:flags, and update the documentation.
* src/gnutls.c (gnutls-boot): Add the keys :pass and :flags, and
update the documentation.
(syms_of_gnutls): Add the symbols :pass, :flags, and the symbols that
correspond to the enumeration constants of the GnuTLS enum
`gnutls_pkcs_encrypt_flags_t'.
(key_file2_aux): Private helper function that translates a list of
symbols to its corresponding `unsigned int' value of the GnuTLS C enum
`gnutls_pkcs_encrypt_flags_t'.

(Bug#50507)
lisp/net/gnutls.el
src/gnutls.c