[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master e9983b1b63: Add :pass and :flags to gnutls-boot for :keylist
From: |
Po Lu |
Subject: |
Re: master e9983b1b63: Add :pass and :flags to gnutls-boot for :keylist |
Date: |
Sat, 31 Dec 2022 09:13:48 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Robert Pluim <rpluim@gmail.com> writes:
> branch: master
> commit e9983b1b635cbbc5402279dbbe42878902b151db
> Author: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
> Commit: Robert Pluim <rpluim@gmail.com>
>
> 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'.
This breaks the build, complaining about GNUTLS_PKCS_PBES2_GOST_TC26Z,
GNUTLS_PKCS_PBES2_GOST_CPA, GNUTLS_PKCS_PBES2_GOST_CPB,
GNUTLS_PKCS_PBES2_GOST_CPC, being undefined, among others.
- Re: master e9983b1b63: Add :pass and :flags to gnutls-boot for :keylist,
Po Lu <=