libdkimpp icon indicating copy to clipboard operation
libdkimpp copied to clipboard

libdkim++ is a lightweight and portable DKIM (RFC6376) library for *NIX, supporting both signing and DMARC/ARC/SDID verification, sponsored and used by Halon Security. libdkim++ has extensive unit tes...

Results 3 libdkimpp issues
Sort by recently updated
recently updated
newest added

I know they don't exist, but I would love to have a fast dkim implementation, so I'm hoping someone will write them for libdkimpp.

Hi, Do you think your code could be easy port to the Windows plateforms?

libdkimpp experiences FTBFS with CMake 4.0: https://bugzilla.redhat.com/show_bug.cgi?id=2380717 https://bugzilla.redhat.com/show_bug.cgi?id=2381251 ``` + /usr/bin/cmake -S . -B redhat-linux-build -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_DO_STRIP:BOOL=OFF -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_FULL_SBINDIR:PATH=/usr/bin -DCMAKE_INSTALL_SBINDIR:PATH=bin -DBUILD_SHARED_LIBS:BOOL=ON CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):...