unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master e9983b1b63: Add :pass and :flags to gnutls-boot for :keylist
       [not found] ` <20221230163910.F15FBC00A7F@vcs2.savannah.gnu.org>
@ 2022-12-31  1:13   ` Po Lu
  2022-12-31  7:28     ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Po Lu @ 2022-12-31  1:13 UTC (permalink / raw)
  To: emacs-devel; +Cc: Nikolaos Chatzikonstantinou

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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: master e9983b1b63: Add :pass and :flags to gnutls-boot for :keylist
  2022-12-31  1:13   ` master e9983b1b63: Add :pass and :flags to gnutls-boot for :keylist Po Lu
@ 2022-12-31  7:28     ` Eli Zaretskii
  2022-12-31 10:07       ` Po Lu
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2022-12-31  7:28 UTC (permalink / raw)
  To: Po Lu; +Cc: emacs-devel, nchatz314

> From: Po Lu <luangruo@yahoo.com>
> Cc: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
> Date: Sat, 31 Dec 2022 09:13:48 +0800
> 
> 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.

Should be fixed now, please test.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: master e9983b1b63: Add :pass and :flags to gnutls-boot for :keylist
  2022-12-31  7:28     ` Eli Zaretskii
@ 2022-12-31 10:07       ` Po Lu
  0 siblings, 0 replies; 3+ messages in thread
From: Po Lu @ 2022-12-31 10:07 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel, nchatz314

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Po Lu <luangruo@yahoo.com>
>> Cc: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
>> Date: Sat, 31 Dec 2022 09:13:48 +0800
>> 
>> 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.
>
> Should be fixed now, please test.

Seems to work now.  Thanks.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-31 10:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <167241835062.27962.3766135889228953493@vcs2.savannah.gnu.org>
     [not found] ` <20221230163910.F15FBC00A7F@vcs2.savannah.gnu.org>
2022-12-31  1:13   ` master e9983b1b63: Add :pass and :flags to gnutls-boot for :keylist Po Lu
2022-12-31  7:28     ` Eli Zaretskii
2022-12-31 10:07       ` Po Lu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).