Page MenuHome GnuPG

collinfunk (Collin Funk)
User

Projects

User does not belong to any projects.

User Details

User Since
Apr 7 2024, 10:01 AM (59 w, 14 h)
Availability
Available

Recent Activity

Sat, May 24

collinfunk added a comment to T7649: gnupg: Use KEM interface for encryption/decryption.

@werner I think these changes caused an ASAN failure that I reported in T7664. I think it would be good to get that sorted before a release.

Sat, May 24, 9:13 PM · gnupg26
collinfunk created T7664: tests/openpgp/ecc.scm fails when building GPG with address sanitizer.
Sat, May 24, 9:10 PM · Bug Report
collinfunk created T7662: GPG's uncompress_ecc_q_in_canon_sexp reads past a constant string into rodata.
Sat, May 24, 8:46 AM · Bug Report
collinfunk added a comment to rMd7267db472a4: Refactor gpgme-json for future re-use..

Hi Werner, one minor issue in this commit as can be seen by the following GCC warnings:

Sat, May 24, 2:34 AM

Sat, May 17

collinfunk added a comment to T7647: cipher/simd-common-riscv.h missing from libgcrypt 1.11.1 tarball.

I can confirm this. Here is the build error:

make[2]: Entering directory '/home/collinfunk/libgcrypt-1.11.1/cipher'
`echo /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/home/collinfunk/tmp/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -O2 -march=rv64imafdcv -mstrict-align -c rijndael-vp-riscv.c | sed -e 's/-fsanitize[=,\-][=,a-z,A-Z,0-9,\,,\-]*//g' -e 's/-fprofile[=,\-][=,a-z,A-Z,0-9,\,,\-]*//g' -e 's/-fcoverage[=,\-][=,a-z,A-Z,0-9,\,,\-]*//g' `
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/home/collinfunk/tmp/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -O2 -march=rv64imafdcv -mstrict-align -c rijndael-vp-riscv.c  -fPIC -DPIC -o .libs/rijndael-vp-riscv.o
rijndael-vp-riscv.c:58:10: fatal error: simd-common-riscv.h: No such file or directory
   58 | #include "simd-common-riscv.h"
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:1730: rijndael-vp-riscv.lo] Error 1

Patch here: https://lists.gnupg.org/pipermail/gcrypt-devel/2025-May/005854.html

Sat, May 17, 6:13 AM · riscv, libgcrypt, Bug Report

Wed, May 7

collinfunk added a comment to T7638: gpg on Solaris does not print a signal description.

Hi Werner, I submitted a patch right after this bug report using AC_CHECK_DECLS([_sys_siglist]) [1].

Wed, May 7, 3:03 AM · Solaris, gnupg, Bug Report

Tue, May 6

collinfunk added a comment to T7638: gpg on Solaris does not print a signal description.

Interesting, that sounds like a portable method. I am not very familiar with GPG internals, but to me that sounds like quite a bit of work. Unless there is another benefit to doing so, I don't think it is worth it just to print signal names.

Tue, May 6, 4:26 AM · Solaris, gnupg, Bug Report
collinfunk added a comment to T7631: Building libassuan on AIX warns about missing function declarations..

Yep, I wrote a small client and server just to verify that it is functional.

Tue, May 6, 4:18 AM · AIX, libassuan, Bug Report

Sun, May 4

collinfunk created T7638: gpg on Solaris does not print a signal description.
Sun, May 4, 8:43 PM · Solaris, gnupg, Bug Report

Fri, May 2

collinfunk created T7634: libgcrypt's test t-thread-local fails to link on some platforms..
Fri, May 2, 7:14 AM · NetBSD, libgcrypt, Bug Report
collinfunk created T7633: libgcrypt fails to build on NetBSD due to the systems bswap32 macro defintion..
Fri, May 2, 7:02 AM · NetBSD, libgcrypt, Bug Report
collinfunk added a project to T7629: gcc 15 warns about -Wunterminated-string-initialization in gnupg: gnupg.
Fri, May 2, 6:50 AM · gnupg, Bug Report
collinfunk added a project to T7632: gnupg test suite fails to build on AIX.: gnupg.
Fri, May 2, 6:49 AM · AIX, gnupg, Bug Report
collinfunk added a project to T7631: Building libassuan on AIX warns about missing function declarations.: libassuan.
Fri, May 2, 6:49 AM · AIX, libassuan, Bug Report

Thu, May 1

collinfunk created T7632: gnupg test suite fails to build on AIX..
Thu, May 1, 8:18 AM · AIX, gnupg, Bug Report
collinfunk added a comment to T7631: Building libassuan on AIX warns about missing function declarations..

Correction, the _ALL_SOURCE definition only applies if __cplusplus is defined... Strange platform...

Thu, May 1, 6:12 AM · AIX, libassuan, Bug Report
collinfunk created T7631: Building libassuan on AIX warns about missing function declarations..
Thu, May 1, 5:56 AM · AIX, libassuan, Bug Report

Wed, Apr 30

collinfunk added a comment to T7617: libgcrypt: Add __nonstring__ attribute for data for GCC 15 or later.

I think you are correct.

Wed, Apr 30, 6:05 AM · libgcrypt, Bug Report
collinfunk created T7629: gcc 15 warns about -Wunterminated-string-initialization in gnupg.
Wed, Apr 30, 5:32 AM · gnupg, Bug Report