Home | History | Annotate | Download | only in nbsvtool
History log of /src/usr.bin/nbsvtool/Makefile
RevisionDateAuthorComments
 1.5  19-Oct-2025  riastradh openssl: Stop dragging libpthread into every libcrypto user.

With the new _NETBSD_PTHREAD_CREATE_WEAK, libcrypto can have a call
to pthread_create without linking against libpthread, so it is not
necessary to link all libcrypto users against libpthread too.

Applications that link against libcrypto but not libpthread can't use
threaded OpenSSL functionality, of course -- OSSL_set_max_threads
will always fail in such applications.

This reverts all the makefile churn that I found for unnecessary
libpthread linkage since the openssl 3.5 import.

PR lib/59685: libcrypto should not depend on libpthread
 1.4  19-Jul-2025  christos crypto needs threads
 1.3  06-Feb-2018  christos branches: 1.3.16;
use OPENSSL_API_COMPAT
 1.2  06-Feb-2018  christos use OpenSSL-1.1 apis
 1.1  11-May-2008  joerg branches: 1.1.2; 1.1.4;
Add nbsvtool, a simple and small program to create and verify detached
PKCS7 signatures. This was written by lha@ and discussed on
tech-security. I've slightly cleaned up the program and man page.
Contrary to the original version, this doesn't provide a default trust
anchor.
 1.1.4.2  17-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2. Pull in things that are new,
and pull in some things that were missed in the last sync.
 1.1.4.1  11-May-2008  wrstuden file Makefile was added on branch wrstuden-revivesa on 2008-09-17 04:43:59 +0000
 1.1.2.2  18-May-2008  yamt sync with head.
 1.1.2.1  11-May-2008  yamt file Makefile was added on branch yamt-pf42 on 2008-05-18 12:36:07 +0000
 1.3.16.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed