CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2010/06/26 12:32:34
Modified files: sbin/iked : ca.c iked.conf.5 iked.h ikev2.c ikev2.h ikev2_pld.c parse.y pfkey.c util.c Log message: Include the Id type in the generated SA tag that is passed to the kernel, just like isakmpd does it. In difference to isakmpd, the Id type is printed in capital letters, eg. FQDN/foo.example.com, because it is using the existing print_map() API. For consistency, rename a few Id types in grammar and code from the RFC-names to the OpenBSD-style names; including RFC822_ADDR to UFQDN, IPV4_ADDR to just IPV4, DER_ASN1_DN to ASN1_DN etc.