diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-11-03 19:52:23 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-11-03 19:52:23 +0000 |
commit | 10d80ee8da6c67ecbb42f54778fc1b2b4036d32f (patch) | |
tree | fceb4fc79e5fcbd1769dfe3217e4bae3f5b8a6a0 /lib/libkeynote/keynote.3 | |
parent | 074acb47bb6c5e0b6a4438c1e4ca2f75dcbfb5f7 (diff) |
Handle multiple assertions per file in signature verification, better
detection of malformed credentials, update manpages, sync with release.
Diffstat (limited to 'lib/libkeynote/keynote.3')
-rw-r--r-- | lib/libkeynote/keynote.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libkeynote/keynote.3 b/lib/libkeynote/keynote.3 index f1fce699133..ee405941922 100644 --- a/lib/libkeynote/keynote.3 +++ b/lib/libkeynote/keynote.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.3,v 1.16 1999/10/11 04:39:00 angelos Exp $ +.\" $OpenBSD: keynote.3,v 1.17 1999/11/03 19:52:22 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -443,8 +443,13 @@ parses the string .Fa array of length .Fa arraylen -and returns an array of strings containing the assertions found in +and returns an array of pointers to strings containing copies of +the assertions found in .Fa array . +Both the array of pointers and the strings are allocated by +.Fn kn_read_asserts +dynamically, and thus should be freed by the programmer when they are +no longer needed. .Fa numassertions contains the number of assertions (and thus strings in the returned array) found in |