| History log of /src/usr.bin/nbsvtool |
| Revision | Date | Author | Comments |
| 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
|
| 1.6 | 28-Apr-2011 |
wiz | New sentence, new line.
|
| 1.5 | 11-Mar-2009 |
joerg | Fix markup
|
| 1.4 | 15-Jul-2008 |
wiz | branches: 1.4.2; 1.4.6; 1.4.8; Remove trailing whitespace. Fix formatting. Remove superfluous .Pp.
|
| 1.3 | 15-Jul-2008 |
dillo | Improve with information provided by Joerg.
There are some formatting errors, someone with mandoc clue please correct.
Also, this man page assumes familiarity with the concepts uesd. While fully describing these concepts is outside the scope of this man page, a pointer to such a description should be included. Someone who knows of such a description, please provide pointers.
Finally, we should have a companion tool to create the peaces needed to use this tool: set up a CA, create a certificate chain and a private key/certificate pair for signing.
|
| 1.2 | 22-May-2008 |
wiz | Formatting improvements. Use standard headers and macros. Fix typos. Bump date for import.
|
| 1.1 | 11-May-2008 |
joerg | branches: 1.1.2; 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.2.3 | 04-Jun-2008 |
yamt | sync with head
|
| 1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
| 1.1.2.1 | 11-May-2008 |
yamt | file nbsvtool.1 was added on branch yamt-pf42 on 2008-05-18 12:36:07 +0000
|
| 1.4.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.4.6.1 | 15-Mar-2009 |
snj | Pull up following revision(s) (requested by joerg in ticket #561): usr.bin/nbsvtool/nbsvtool.1: revision 1.5 Fix markup
|
| 1.4.2.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.4.2.1 | 15-Jul-2008 |
wrstuden | file nbsvtool.1 was added on branch wrstuden-revivesa on 2008-09-17 04:43:59 +0000
|
| 1.5 | 31-May-2022 |
andvar | fix various typos in comments, documentation and messages.
|
| 1.4 | 06-Feb-2018 |
christos | mark old compat functions.
|
| 1.3 | 06-Feb-2018 |
christos | use OpenSSL-1.1 apis
|
| 1.2 | 11-Jun-2008 |
joerg | branches: 1.2.2; If key usage validation is requested, ensure that all bits exist. Check the certificates before printing that the signature is valid. Improvide wording of error message as suggested by Love.
|
| 1.1 | 11-May-2008 |
joerg | branches: 1.1.2; 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.2.3 | 17-Jun-2008 |
yamt | sync with head.
|
| 1.1.2.2 | 18-May-2008 |
yamt | sync with head.
|
| 1.1.2.1 | 11-May-2008 |
yamt | file nbsvtool.c was added on branch yamt-pf42 on 2008-05-18 12:36:07 +0000
|
| 1.2.2.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.2.2.1 | 11-Jun-2008 |
wrstuden | file nbsvtool.c was added on branch wrstuden-revivesa on 2008-09-17 04:43:59 +0000
|