X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcskr%2Fsilcskr.h;fp=lib%2Fsilcskr%2Fsilcskr.h;h=385b902cf190e464b89d816473da80dbef009eaf;hp=ba36bc3c3de9b70445be6a38e71598d0fea58b5c;hb=87f7fe2aac95581dbd3e6258b6276da08952c13d;hpb=bd548b5771a325d3dc051887d3fd0225550d4418 diff --git a/lib/silcskr/silcskr.h b/lib/silcskr/silcskr.h index ba36bc3c..385b902c 100644 --- a/lib/silcskr/silcskr.h +++ b/lib/silcskr/silcskr.h @@ -92,7 +92,7 @@ typedef enum { SILC_SKR_USAGE_IDENTIFICATION = 0x0008, /* Identifying key owner */ SILC_SKR_USAGE_SERVICE_AUTHORIZATION = 0x0010, /* Service authorization */ - /* From 0x0100 reserved for private/application use. */ + /* 0x0200 - 0x8000 reserved for private/application use. */ } SilcSKRKeyUsage; /***/ @@ -427,8 +427,8 @@ SilcBool silc_skr_find_set_realname(SilcSKRFind find, const char *realname); * * DESCRIPTION * - * Sets email address as search constraint. This specific address must be - * present in the key. + * Sets email address (user FQDN) as search constraint. This specific + * address must be present in the key. * * This may be used with SILC_PKCS_SILC PKCS type only. *