From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Network Security Manager merge time? Date: Wed, 19 Nov 2014 23:18:26 +0200 Message-ID: <83h9xu7uu5.fsf@gnu.org> References: <87lhn7cfe0.fsf@lifelogs.com> <83ioia7wbd.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1416431947 14924 80.91.229.3 (19 Nov 2014 21:19:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2014 21:19:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 19 22:19:00 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XrCeR-0000JR-PP for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2014 22:18:59 +0100 Original-Received: from localhost ([::1]:60744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrCeR-0006G3-BE for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2014 16:18:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrCe6-0006Ew-22 for emacs-devel@gnu.org; Wed, 19 Nov 2014 16:18:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrCdz-0007E5-DT for emacs-devel@gnu.org; Wed, 19 Nov 2014 16:18:37 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:41511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrCdz-0007Dp-4u for emacs-devel@gnu.org; Wed, 19 Nov 2014 16:18:31 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NFB00M0016TKB00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Wed, 19 Nov 2014 23:18:29 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NFB00MUM1UTFX70@a-mtaout21.012.net.il>; Wed, 19 Nov 2014 23:18:29 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:177824 Archived-At: > From: Lars Magne Ingebrigtsen > Cc: emacs-devel@gnu.org > Date: Wed, 19 Nov 2014 21:54:33 +0100 > > Eli Zaretskii writes: > > > It won't: you are calling the GnuTLS functions directly, instead of > > through the fn_* macros. > > I can't see any such calls on the branch, but perhaps my grep-fu isn't > looking for the right thing. Which calls in particular? gnutls_x509_crt_get_serial gnutls_x509_crt_get_issuer_dn gnutls_x509_crt_get_activation_time gnutls_x509_crt_get_pk_algorithm gnutls_pk_algorithm_get_name gnutls_sec_param_get_name gnutls_x509_crt_get_issuer_unique_id gnutls_x509_crt_get_subject_unique_id gnutls_x509_crt_get_signature_algorithm gnutls_sign_algorithm_get_name gnutls_x509_crt_get_key_id > (And have you updated the branch? The cargo culting happened in a > commit earlier today.) I said "git diff ...origin/nsm", I hope that's the right command to see the diffs against the trunk.