Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / heimdal / dist / lib / hx509 / doxygen.c
blob9aa8ef5fa29ccf827ed564bcf1d846ea893cafc4
1 /* $NetBSD: doxygen.c,v 1.1.1.1 2011/04/13 18:15:10 elric Exp $ */
3 /*
4 * Copyright (c) 2007 Kungliga Tekniska Högskolan
5 * (Royal Institute of Technology, Stockholm, Sweden).
6 * All rights reserved.
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:
12 * 1. Redistributions of source code must retain the above copyright
13 * notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
19 * 3. Neither the name of the Institute nor the names of its contributors
20 * may be used to endorse or promote products derived from this software
21 * without specific prior written permission.
23 * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
24 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
27 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 * SUCH DAMAGE.
36 /** @mainpage Heimdal PKIX/X.509 library
38 * @section intro Introduction
40 * Heimdal libhx509 library is a implementation of the PKIX/X.509 and
41 * related protocols.
43 * PKIX/X.509 is ...
46 * Sections in this manual are:
47 * - @ref page_name
48 * - @ref page_cert
49 * - @ref page_keyset
50 * - @ref page_error
51 * - @ref page_lock
52 * - @ref page_cms
53 * - @ref page_ca
54 * - @ref page_revoke
55 * - @ref page_print
56 * - @ref page_env
58 * The project web page:
59 * http://www.h5l.org/
63 /** @defgroup hx509 hx509 library */
65 /** @defgroup hx509_error hx509 error functions
66 * See the @ref page_error for description and examples. */
67 /** @defgroup hx509_cert hx509 certificate functions
68 * See the @ref page_cert for description and examples. */
69 /** @defgroup hx509_keyset hx509 certificate store functions
70 * See the @ref page_keyset for description and examples. */
71 /** @defgroup hx509_cms hx509 CMS/pkcs7 functions
72 * See the @ref page_cms for description and examples. */
73 /** @defgroup hx509_crypto hx509 crypto functions */
74 /** @defgroup hx509_misc hx509 misc functions */
75 /** @defgroup hx509_name hx509 name functions
76 * See the @ref page_name for description and examples. */
77 /** @defgroup hx509_revoke hx509 revokation checking functions
78 * See the @ref page_revoke for description and examples. */
79 /** @defgroup hx509_verify hx509 verification functions */
80 /** @defgroup hx509_lock hx509 lock functions
81 * See the @ref page_lock for description and examples. */
82 /** @defgroup hx509_query hx509 query functions */
83 /** @defgroup hx509_ca hx509 CA functions
84 * See the @ref page_ca for description and examples. */
85 /** @defgroup hx509_peer hx509 certificate selecting functions */
86 /** @defgroup hx509_print hx509 printing functions */
87 /** @defgroup hx509_env hx509 enviroment functions */