]> granicus.if.org Git - p11-kit/log
p11-kit
7 years agotest: Rewrite test-server.sh in TAP style
Daiki Ueno [Wed, 28 Mar 2018 05:50:30 +0000 (07:50 +0200)]
test: Rewrite test-server.sh in TAP style

7 years agotest: Take advantage of TAP test driver
Daiki Ueno [Tue, 27 Mar 2018 14:23:12 +0000 (16:23 +0200)]
test: Take advantage of TAP test driver

7 years agocommon: Add assert_skip() and assert_todo()
Daiki Ueno [Tue, 27 Mar 2018 13:19:07 +0000 (15:19 +0200)]
common: Add assert_skip() and assert_todo()

7 years agotest-server.sh: Fix bashism
Andreas Metzler [Tue, 27 Feb 2018 18:02:03 +0000 (19:02 +0100)]
test-server.sh: Fix bashism

7 years agoRelease 0.23.10 0.23.10
Daiki Ueno [Tue, 27 Feb 2018 11:32:35 +0000 (12:32 +0100)]
Release 0.23.10

7 years agomaint: Point to the new URLs
Daiki Ueno [Tue, 27 Feb 2018 11:31:42 +0000 (12:31 +0100)]
maint: Point to the new URLs

7 years agotest-server: Add test for detecting address
Daiki Ueno [Tue, 27 Feb 2018 13:57:45 +0000 (14:57 +0100)]
test-server: Add test for detecting address

7 years agotest-server: Fix compilation error on FreeBSD
Daiki Ueno [Tue, 27 Feb 2018 14:45:57 +0000 (15:45 +0100)]
test-server: Fix compilation error on FreeBSD

7 years agocommon, client: Move runtime directory detection to libp11-common
Daiki Ueno [Tue, 27 Feb 2018 13:56:33 +0000 (14:56 +0100)]
common, client: Move runtime directory detection to libp11-common

7 years agocommon: Make p11_test_directory_delete() work recursively
Daiki Ueno [Tue, 27 Feb 2018 13:57:20 +0000 (14:57 +0100)]
common: Make p11_test_directory_delete() work recursively

7 years agotest: Improve temporary directory handling
Daiki Ueno [Tue, 27 Feb 2018 15:05:41 +0000 (16:05 +0100)]
test: Improve temporary directory handling

7 years agop11_kit_remote_serve_tokens: Read "write-protected" setting from URI
Daiki Ueno [Mon, 5 Feb 2018 10:10:01 +0000 (11:10 +0100)]
p11_kit_remote_serve_tokens: Read "write-protected" setting from URI

7 years agofilter: Respect CKF_WRITE_PROTECTED setting when allowing a token
Daiki Ueno [Mon, 5 Feb 2018 10:57:17 +0000 (11:57 +0100)]
filter: Respect CKF_WRITE_PROTECTED setting when allowing a token

7 years agotest: Add test for client-server interaction
Daiki Ueno [Mon, 26 Feb 2018 10:44:01 +0000 (11:44 +0100)]
test: Add test for client-server interaction

The test spawns a process running the server command and connects to
it through p11-kit-client.so.  It's is a bit tricky that the child
process requires to preload libasan.so when ASan is in in effect, to
properly load a mock module.

7 years agoserver: Print envvars even when running in foreground
Daiki Ueno [Mon, 26 Feb 2018 16:27:44 +0000 (17:27 +0100)]
server: Print envvars even when running in foreground

7 years agotest-transport: Make sure to initialize addrlen given to accept
Daiki Ueno [Mon, 26 Feb 2018 13:53:12 +0000 (14:53 +0100)]
test-transport: Make sure to initialize addrlen given to accept

7 years agoclient: Fix memleaks in the module
Daiki Ueno [Mon, 26 Feb 2018 13:51:43 +0000 (14:51 +0100)]
client: Fix memleaks in the module

7 years agotest: Fix unconditional jump in test-proxy.c
Daiki Ueno [Mon, 26 Feb 2018 11:46:13 +0000 (12:46 +0100)]
test: Fix unconditional jump in test-proxy.c

7 years agodoc: Replace links to freedesktop.org to github pages
Daiki Ueno [Fri, 16 Feb 2018 17:22:44 +0000 (18:22 +0100)]
doc: Replace links to freedesktop.org to github pages

7 years agotrust: Forcibly mark "Default Trust" read-only
Daiki Ueno [Fri, 19 Jan 2018 14:22:16 +0000 (15:22 +0100)]
trust: Forcibly mark "Default Trust" read-only

The "Default Trust" token is typically mounted as $datadir, which is
considered as read-only on modern OSes.

Suggestd by Kai Engert in:
https://bugzilla.redhat.com/show_bug.cgi?id=1523630

7 years agopo: Update translations from transifex
Daiki Ueno [Wed, 31 Jan 2018 15:51:23 +0000 (16:51 +0100)]
po: Update translations from transifex

7 years agobuild: Add more files to .gitignore
Daiki Ueno [Wed, 31 Jan 2018 14:15:07 +0000 (15:15 +0100)]
build: Add more files to .gitignore

7 years agotravis: Exclude generated files from coverage
Daiki Ueno [Wed, 31 Jan 2018 09:33:54 +0000 (10:33 +0100)]
travis: Exclude generated files from coverage

7 years agobuild: Split out generated code from p11-kit/virtual.c
Daiki Ueno [Wed, 31 Jan 2018 09:27:43 +0000 (10:27 +0100)]
build: Split out generated code from p11-kit/virtual.c

7 years agotrust: Filter out duplicate extensions
Daiki Ueno [Wed, 31 Jan 2018 13:07:51 +0000 (14:07 +0100)]
trust: Filter out duplicate extensions

The trust policy module keeps all the objects in the database, while
PKIX doesn't allow multiple extensions identified by the same OID can
be attached to a certificate.  Add a check to C_FindObjects to exclude
any duplicates and only return the first matching object.

It would be better if the module rejects such duplicates when loading,
but it would make startup slower.

https://bugzilla.redhat.com/show_bug.cgi?id=1141241

7 years agobuild: Delay compilation of test-related stuff
Daiki Ueno [Thu, 25 Jan 2018 12:00:06 +0000 (13:00 +0100)]
build: Delay compilation of test-related stuff

7 years agoproxy: Remove dead code
Daiki Ueno [Thu, 25 Jan 2018 10:43:52 +0000 (11:43 +0100)]
proxy: Remove dead code

Since the libffi became optional (commit 9f632bed), the fallback code
path in proxy.c has never taken.

7 years agoproxy: Reuse the existing slot ID mapping after fork
Daiki Ueno [Tue, 16 Jan 2018 15:17:22 +0000 (16:17 +0100)]
proxy: Reuse the existing slot ID mapping after fork

While the proxy module reassigns slot IDs in C_Initialize(), some
applications assume that valid slot IDs should never change across
multiple calls to C_Initialize().  This patch mitigates this by
preserving the slot IDs, if they are known to the proxy module.

7 years agoserver: Avoid null-dereference of timespec value on timeout
Daiki Ueno [Wed, 17 Jan 2018 12:23:28 +0000 (13:23 +0100)]
server: Avoid null-dereference of timespec value on timeout

Spotted by clang-analyzer.

7 years agoAdded p11-kit remoting page in manual
Nikos Mavrogiannopoulos [Fri, 22 Dec 2017 14:18:42 +0000 (15:18 +0100)]
Added p11-kit remoting page in manual

7 years agobuild: Add README.md to display build status
Daiki Ueno [Wed, 29 Nov 2017 09:30:38 +0000 (10:30 +0100)]
build: Add README.md to display build status

7 years agotravis: Exclude test programs from coveralls
Daiki Ueno [Tue, 28 Nov 2017 13:18:18 +0000 (14:18 +0100)]
travis: Exclude test programs from coveralls

7 years agotravis: Supply necessary envvars to container for coveralls
Daiki Ueno [Mon, 27 Nov 2017 16:05:14 +0000 (17:05 +0100)]
travis: Supply necessary envvars to container for coveralls

7 years agotravis: Use in-tree build for coverage
Daiki Ueno [Wed, 15 Nov 2017 11:51:40 +0000 (12:51 +0100)]
travis: Use in-tree build for coverage

The coverage tools (gcov, cpp-coveralls, etc) cannot detect source
files if the project is built out-of-tree.  Use the same directory for
$srcdir and $builddir for the build with --enable-coverage.

7 years agotest: Improve code coverage of filter.c
Daiki Ueno [Mon, 2 Oct 2017 09:36:20 +0000 (11:36 +0200)]
test: Improve code coverage of filter.c

7 years agotravis: Use coveralls for measuring coverage
Daiki Ueno [Mon, 2 Oct 2017 08:53:32 +0000 (10:53 +0200)]
travis: Use coveralls for measuring coverage

7 years agop11_kit_override_system_files: introduced new function
Nikos Mavrogiannopoulos [Mon, 30 Oct 2017 17:02:42 +0000 (18:02 +0100)]
p11_kit_override_system_files: introduced new function

That allows overriding the default module and configuration
locations, for use in test suites, etc.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
7 years agop11_kit_modules_load*: enhanced documentation on flags
Nikos Mavrogiannopoulos [Mon, 30 Oct 2017 17:07:12 +0000 (18:07 +0100)]
p11_kit_modules_load*: enhanced documentation on flags

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
7 years agobuild: Take advantage of parallel-tests
Daiki Ueno [Fri, 6 Oct 2017 12:21:32 +0000 (14:21 +0200)]
build: Take advantage of parallel-tests

7 years agoserver: Better shell integration
Daiki Ueno [Fri, 6 Oct 2017 08:58:50 +0000 (10:58 +0200)]
server: Better shell integration

This adds -k, -c, and -s options to the "p11-kit server" command,
which allows you to terminate the server process, select which C-shell
or Bourne shell command line is printed on startup, respectively.

7 years agoserver: Make it possible to eval envvar settings
Daiki Ueno [Thu, 5 Oct 2017 08:59:02 +0000 (10:59 +0200)]
server: Make it possible to eval envvar settings

Previously, calling "eval $(p11-kit server)" from shell hung because
the program didn't properly close stdout before forking.

7 years agoRelease 0.23.9
Daiki Ueno [Mon, 2 Oct 2017 13:03:01 +0000 (15:03 +0200)]
Release 0.23.9

7 years agotrust: Respect anyExtendedKeyUsage in CA certificates
Daiki Ueno [Fri, 18 Aug 2017 15:26:30 +0000 (17:26 +0200)]
trust: Respect anyExtendedKeyUsage in CA certificates

7 years agorpc: Fix crash when retrieving attribute length
Daiki Ueno [Wed, 27 Sep 2017 15:29:58 +0000 (17:29 +0200)]
rpc: Fix crash when retrieving attribute length

It is possible that NULL is given to the serializers, when
C_GetAttributeValue() just wants to know the size of an attribute.
Previously, this resulted in giving NULL to memcpy().

7 years agoserver: Make it work only when token URI is provided
Daiki Ueno [Tue, 26 Sep 2017 14:37:34 +0000 (16:37 +0200)]
server: Make it work only when token URI is provided

Previously, when "p11-kit server" started only with a token URI, it
couldn't properly find and initialize the module which provides the
token.  This was because of the wrong order of cleanup of the modules.

7 years agocommon: Re-add placeholder definition of p11_debug
Daiki Ueno [Fri, 18 Aug 2017 09:54:05 +0000 (11:54 +0200)]
common: Re-add placeholder definition of p11_debug

This was mistakenly removed in commit efe6dc56c.
Pointed by Lars Wendler in issue #97.

7 years agobuild: Include <stdint.h> for SIZE_MAX
Daiki Ueno [Wed, 16 Aug 2017 12:59:59 +0000 (14:59 +0200)]
build: Include <stdint.h> for SIZE_MAX

Fixes issue #95.

7 years agoRelease 0.23.8
Daiki Ueno [Mon, 14 Aug 2017 11:20:18 +0000 (13:20 +0200)]
Release 0.23.8

7 years agobuild: Include <stdint.h> for SIZE_MAX
Daiki Ueno [Tue, 15 Aug 2017 11:55:02 +0000 (13:55 +0200)]
build: Include <stdint.h> for SIZE_MAX

7 years agoclient: Fix order of cleanup
Daiki Ueno [Fri, 11 Aug 2017 13:39:20 +0000 (15:39 +0200)]
client: Fix order of cleanup

In C_GetFunctionList, state->virt is wrapped with a destroyer function
free().  Thus p11_rpc_transport_free must be called before
p11_virtual_unwrap.

7 years agotest: Add checks for duplicate vendor attributes
Daiki Ueno [Tue, 8 Aug 2017 12:52:44 +0000 (14:52 +0200)]
test: Add checks for duplicate vendor attributes

7 years agouri: Make vendor query attribute handling reliable
Daiki Ueno [Tue, 8 Aug 2017 12:52:41 +0000 (14:52 +0200)]
uri: Make vendor query attribute handling reliable

Previously we used p11_dict to keep track of vendor query attributes.
This had a couple of limitations: duplicate attributes are not allowed
while they are actually allowed in RFC 7512, and the order of
attributes is unpredictable.

This patch switches to using an array instead of p11_dict and ensures
that the attributes are sorted in alphabetical order.

Fixes #88.

7 years agocommon: New p11_array_insert function
Daiki Ueno [Tue, 8 Aug 2017 12:52:37 +0000 (14:52 +0200)]
common: New p11_array_insert function

7 years agocommon: Use reallocarray instead of realloc as appropriate
Daiki Ueno [Tue, 8 Aug 2017 12:52:24 +0000 (14:52 +0200)]
common: Use reallocarray instead of realloc as appropriate

reallocarray is a new POSIX function added in glibc 2.26, with
built-in overflow checks.  Take advantage of that function for
internal array allocation.

7 years agopkcs11.h: updated information
Nikos Mavrogiannopoulos [Tue, 1 Aug 2017 06:48:18 +0000 (08:48 +0200)]
pkcs11.h: updated information

The scute project no longer exists, and the PKCS#11 standard is
from OASIS group.

7 years agopkcs11.h: added OTP-related mechanisms
Nikos Mavrogiannopoulos [Tue, 1 Aug 2017 06:43:45 +0000 (08:43 +0200)]
pkcs11.h: added OTP-related mechanisms

7 years agopkcs11.h: added definitions of GOST CKA attributes
Nikos Mavrogiannopoulos [Tue, 1 Aug 2017 06:16:06 +0000 (08:16 +0200)]
pkcs11.h: added definitions of GOST CKA attributes

7 years agopkcs11.h: added definitions of GOST mechanisms
Nikos Mavrogiannopoulos [Mon, 31 Jul 2017 12:15:52 +0000 (14:15 +0200)]
pkcs11.h: added definitions of GOST mechanisms

This follows the definitions in PKCS#11 v2.40:
  http://docs.oasis-open.org/pkcs11/pkcs11-curr/v2.40/os/pkcs11-curr-v2.40-os.html

8 years agotest: Fix failure on 32-bit big endian platform
Daiki Ueno [Mon, 3 Jul 2017 13:40:16 +0000 (15:40 +0200)]
test: Fix failure on 32-bit big endian platform

The value given to p11_rpc_buffer_add_ulong_value() must be a pointer
of CK_ULONG.  Similarly, the value returned from
p11_rpc_buffer_get_ulong_value() must be converted to CK_ULONG before
comparison.

Reported by Andreas Metzler in:
https://lists.freedesktop.org/archives/p11-glue/2017-July/000665.html

8 years agotrust: Fix build error with -Werror=return-type
Daiki Ueno [Fri, 14 Jul 2017 08:14:14 +0000 (10:14 +0200)]
trust: Fix build error with -Werror=return-type

8 years agoconf: Introduce P11_KIT_NO_USER_CONFIG
Colin Walters [Fri, 7 Jul 2017 17:19:18 +0000 (13:19 -0400)]
conf: Introduce P11_KIT_NO_USER_CONFIG

Currently `ca-certificates.spec` in Fedora ends up doing in `%post`:
```
/usr/bin/p11-kit extract --format=openssl-bundle --filter=certificates --overwrite --comment $DEST/openssl/ca-bundle.trust.crt
```
etc.

And due to this bit of code in p11-kit, we end up looking for the home
directory for configuration.  In this case, `/root`.

It's categorically wrong to do this; the root user is distinct from
"the system".  This issue is equivalent to one I fixed in Pango:
https://git.gnome.org/browse/pango/commit/?id=aecbe27c1b08f517c0e05f03308d3ac55cef490c

Fast forward to today, and the reason I'm making this change is I'm working on
`rpm-ostree ex container`, which builds containers as *non-root* (like
gnome-continuous does, but now with RPMs), keeping the invoking uid. And this
bug causes the `ca-certificates` `%post` to fail because it's trying to look for
my uid 1000 which doesn't exist in the target rootfs' password database.

Again, there's no reason to be looking for a home directory for system triggers,
regadless of UID, so once this patch lands, I'll update `ca-certificates` to use
it, and traditional RPM `%post` will stop looking in `/root` too.

8 years agocommon: always use p11_dl_close wrapper
Fabian Groffen [Wed, 7 Jun 2017 12:37:27 +0000 (14:37 +0200)]
common: always use p11_dl_close wrapper

Solaris doesn't like it when dlclose is referenced using a define,
resulting in a linker error looking for a symbol version.  Simply
calling the function in a normal way (instead of storing its address)
solves this linking error.
The error message seen by GNU ld is:
  dlclose: invalid version 7 (max 0)

8 years agop11_get_upeer_id: implement case using ucred.h
Fabian Groffen [Wed, 7 Jun 2017 12:36:22 +0000 (14:36 +0200)]
p11_get_upeer_id: implement case using ucred.h

Solaris can retrieve this information via getpeerucred().

8 years agoconfigure: pull in -lnsl -lsocket for socket functions
Fabian Groffen [Wed, 7 Jun 2017 12:36:54 +0000 (14:36 +0200)]
configure: pull in -lnsl -lsocket for socket functions

Solaris has socket() etc. in these two libs.

8 years agoBe silent by default and do not print messages on stderr
Nikos Mavrogiannopoulos [Fri, 23 Jun 2017 14:33:14 +0000 (16:33 +0200)]
Be silent by default and do not print messages on stderr

As p11-kit is a library there are cases where it is not desirable
to log on stderr by default. See for example this report
https://bugzilla.redhat.com/show_bug.cgi?id=1464490
where wget prints an error due to an unconfigured pkcs11 module.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
8 years agodoc: Use correct PKCS#11 URI syntax
Daiki Ueno [Mon, 12 Jun 2017 13:38:21 +0000 (15:38 +0200)]
doc: Use correct PKCS#11 URI syntax

8 years agobuild: Allow use of _GNU_SOURCE
Daiki Ueno [Fri, 9 Jun 2017 12:44:04 +0000 (14:44 +0200)]
build: Allow use of _GNU_SOURCE

This reverts commit 6b457ffc, which forbids the use of GNU extension
for the incompatibility of strerror_r.  However, now that strerror_l
is used instead on glibc systems, it has no point to do that.

8 years agodebug: Add p11_debug_err to prevent use of strerror
Daiki Ueno [Mon, 12 Jun 2017 09:09:43 +0000 (11:09 +0200)]
debug: Add p11_debug_err to prevent use of strerror

8 years agocompat: Prefer strerror_l to strerror_r
Daiki Ueno [Fri, 9 Jun 2017 12:41:13 +0000 (14:41 +0200)]
compat: Prefer strerror_l to strerror_r

strerror_r is being obsolete in the next POSIX specification:
http://austingroupbugs.net/view.php?id=655

8 years agoRelease 0.23.7 0.23.7
Daiki Ueno [Mon, 29 May 2017 15:56:47 +0000 (17:56 +0200)]
Release 0.23.7

8 years agotrust: Suppress dead-assignment warnings from clang-analyzer
Daiki Ueno [Mon, 29 May 2017 15:16:58 +0000 (17:16 +0200)]
trust: Suppress dead-assignment warnings from clang-analyzer

8 years agorpc: Avoid use-after-free when creating socket base directory
Daiki Ueno [Mon, 29 May 2017 15:16:25 +0000 (17:16 +0200)]
rpc: Avoid use-after-free when creating socket base directory

Spotted by clang-analyzer.

8 years agorpc: Avoid calling memcmp() on NULL buffer
Daiki Ueno [Mon, 29 May 2017 15:15:19 +0000 (17:15 +0200)]
rpc: Avoid calling memcmp() on NULL buffer

Spotted by clang-analyzer.

8 years agoproxy: Don't call realloc() with size 0
Daiki Ueno [Mon, 29 May 2017 15:14:14 +0000 (17:14 +0200)]
proxy: Don't call realloc() with size 0

Spotted by clang-analyzer.

8 years agobuild: Delay building test programs until "make check"
Daiki Ueno [Mon, 29 May 2017 13:06:04 +0000 (15:06 +0200)]
build: Delay building test programs until "make check"

This is to disable clang-analyzer against test programs, which can
contain several false-positives.

8 years agotravis: Enable clang-analyzer
Daiki Ueno [Mon, 29 May 2017 09:52:19 +0000 (11:52 +0200)]
travis: Enable clang-analyzer

8 years agoserver: Avoid use-after-free
Daiki Ueno [Mon, 29 May 2017 11:20:15 +0000 (13:20 +0200)]
server: Avoid use-after-free

Reported by Mantas Mikulėnas in:
https://bugs.freedesktop.org/show_bug.cgi?id=101212

8 years agoRelease 0.23.6 0.23.6
Daiki Ueno [Fri, 26 May 2017 09:47:27 +0000 (11:47 +0200)]
Release 0.23.6

8 years agotest: Check the size of unsigned long
Daiki Ueno [Fri, 26 May 2017 12:47:35 +0000 (14:47 +0200)]
test: Check the size of unsigned long

8 years agorpc: Load advapi32.dll on the fly
Daiki Ueno [Fri, 26 May 2017 10:00:33 +0000 (12:00 +0200)]
rpc: Load advapi32.dll on the fly

8 years agoremote: Remove unnecessary declaration
Daiki Ueno [Fri, 26 May 2017 08:36:43 +0000 (10:36 +0200)]
remote: Remove unnecessary declaration

8 years agodoc: Clarify p11-kit server documentation
Daiki Ueno [Fri, 26 May 2017 08:30:12 +0000 (10:30 +0200)]
doc: Clarify p11-kit server documentation

8 years agoserver: Port to Windows
Daiki Ueno [Thu, 9 Mar 2017 16:45:31 +0000 (17:45 +0100)]
server: Port to Windows

Instead of a Unix domain socket on Unix, use a named pipe on Windows.

8 years agorpc: New p11_kit_remote_serve_tokens function
Daiki Ueno [Fri, 10 Mar 2017 08:53:50 +0000 (09:53 +0100)]
rpc: New p11_kit_remote_serve_tokens function

8 years agoremote: Name command line options consistently
Daiki Ueno [Fri, 10 Mar 2017 13:22:59 +0000 (14:22 +0100)]
remote: Name command line options consistently

8 years agorpc: Convert mechanism parameters for portability
Daiki Ueno [Tue, 23 May 2017 09:51:33 +0000 (11:51 +0200)]
rpc: Convert mechanism parameters for portability

This is similar to commit ba49b85e, but for mechanism parameters.

8 years agopkcs11: Define RSA-PSS mechanism parameter
Daiki Ueno [Tue, 23 May 2017 09:51:03 +0000 (11:51 +0200)]
pkcs11: Define RSA-PSS mechanism parameter

8 years agopkcs11: Make CK_RSA_PKCS_OAEP_PARAMS useful
Daiki Ueno [Tue, 23 May 2017 09:55:25 +0000 (11:55 +0200)]
pkcs11: Make CK_RSA_PKCS_OAEP_PARAMS useful

8 years agorpc: Fix typo in encoding CK_DATE value
Daiki Ueno [Tue, 23 May 2017 09:57:48 +0000 (11:57 +0200)]
rpc: Fix typo in encoding CK_DATE value

8 years agorpc: Factor out attribute value serializer definitions
Daiki Ueno [Tue, 23 May 2017 16:18:07 +0000 (18:18 +0200)]
rpc: Factor out attribute value serializer definitions

8 years agorpc: Add a comment why we call _get_attribute() twice
Daiki Ueno [Wed, 24 May 2017 09:03:24 +0000 (11:03 +0200)]
rpc: Add a comment why we call _get_attribute() twice

8 years agorpc: Convert attribute value for portability
Daiki Ueno [Thu, 11 May 2017 13:26:36 +0000 (15:26 +0200)]
rpc: Convert attribute value for portability

When using the RPC across multiple architectures, where data models
are different, say LP64 vs ILP32, there can be unwanted truncation of
attribute values.

This patch converts the values into portable format for the known
attributes.

Co-authored-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
8 years agorpc: Return early if call_id of request is ERROR
Daiki Ueno [Mon, 22 May 2017 13:44:50 +0000 (15:44 +0200)]
rpc: Return early if call_id of request is ERROR

Otherwise it will cause assertion failure in a few lines below.
Spotted by amrican fuzzy lop.

8 years agobuild: Add fuzzer using AFL
Daiki Ueno [Mon, 22 May 2017 13:31:23 +0000 (15:31 +0200)]
build: Add fuzzer using AFL

8 years agotrust: Simplify the check for the magic
Daiki Ueno [Thu, 18 May 2017 12:27:36 +0000 (14:27 +0200)]
trust: Simplify the check for the magic

Instead of reusing the CKA_X_GENERATED attribute, check the file
contents directly in the caller side.

8 years agotrust: Check magic comment in persist file for modifiablity
Daiki Ueno [Thu, 18 May 2017 09:11:45 +0000 (11:11 +0200)]
trust: Check magic comment in persist file for modifiablity

A persistent file written by the trust module starts with the line "#
This file has been auto-generated and written by p11-kit".  This can
be used as a magic word to determine whether the objects read from a
.p11-kit file are read-only.

8 years agoRevert "trust: Honor "modifiable" setting in persist file"
Daiki Ueno [Thu, 18 May 2017 08:45:26 +0000 (10:45 +0200)]
Revert "trust: Honor "modifiable" setting in persist file"

This reverts commit 8eed1e60b0921d05872e2f43eee9088cef038d7e, which
broke "trust anchor --remove".

8 years agoremote: Fix typo when writing a credential byte
Daiki Ueno [Thu, 9 Mar 2017 14:55:49 +0000 (15:55 +0100)]
remote: Fix typo when writing a credential byte

out_fd is not always 1 when p11_kit_remote_serve_module() is used for
writing a custom server.

8 years agocorrect text for --user-config option
Daniel Black [Sun, 5 Mar 2017 22:35:45 +0000 (09:35 +1100)]
correct text for --user-config option

8 years agoRelease 0.23.5 0.23.5
Daiki Ueno [Wed, 1 Mar 2017 08:58:40 +0000 (09:58 +0100)]
Release 0.23.5