master
Add option to specify CKA_ID in generate-keypair and import-object
argv: Fix misinterpretation of backslash in quotes
Pull the argv parsing code into its own file
build: Include <stdint.h> for SIZE_MAX
common: New p11_array_insert function
common/asn1.c: memory management hardening
build: Move common files for handling ASN.1 to common
common/attrs.c: memory management hardening
common: Support copying attribute array recursively
common: Suppress -Wdiscarded-qualifiers warnings
Move pem.h and base64.h to common subdirectory
common: Pacify clang-analyzer
Relicense the buffer code appropriate for inclusion in p11-kit
Fix some compiler warnings
ci: cppcheck: Use compilation database generated with meson
Update pkcs11 header to version 3.2
Add command to list objects of a token
Handle both XSI and GNU versions of strerror_r
trust/parser.c: memory management hardening
build: Use calloc in a consistent manner
dict: Allow removal of current item in a p11_dict iteration
Do not use getauxval() on !linux systems
common: Use secure_getenv() implementation when setuid
Fix issues found by static analysis
Fix various issues highlighted by coverity scanner
Add support for using freebl3 for SHA1 and MD5 hashing
Add include for stdint.h to common/hex.c
build: Add header guards
common/lexer.c: memory management hardening
Avoid segfault if p11_library_init_impl/p11_library_uninit are called multiple times
common, p11-kit, trust: Use pthread_once only when necessary
common: Make libp11-asn1.a depend on libtasn1
Avoid using the non-thread-safe strerror() function
export-object: Recover public key from algorithm specific attributes
common: Rename tool.h to options.h
common: Add path encoding functions
Reject numerical attribute type that matches CKA_INVALID
Move persist files to Common subdirectory
list-modules: Do not embed module-name and module-path in URL
print: New interface p11_list_printer
p11-kit: Support PIN prompting from tty
common: Fix runtime directory detection when given prefix is long
common, client: Move runtime directory detection to libp11-common
Move to non-recursive Makefile for building bins and libs
Add more tests for recursive attributes
build: Pacify clang-analyzer warnings
Fix CI warnings and errors
Test for nonexistent tokens in p11-kit commands
build: Fix typo spotted by codespell
build: Don't use locale funcs if locale_t is not defined in locale.h
Remove more duplicate separators in p11_path_build
test: Avoid unnecessary memory allocation
Suppress memory test warning
url: Prefer upper-case letters in hex characters when encoding
Fix running of test teardown on failure
unix-peer: replace incorrect include1
common: New p11_get_upeer_id() function
common: Fix typo, and don't escape '6' in URL encoding
compat: Remove <unistd.h> inclusion from compat.h
rpc: Add vsock transport