Path: blob/main/crypto/heimdal/lib/hx509/doxygen.c
34878 views
/*1* Copyright (c) 2007 Kungliga Tekniska Högskolan2* (Royal Institute of Technology, Stockholm, Sweden).3* All rights reserved.4*5* Redistribution and use in source and binary forms, with or without6* modification, are permitted provided that the following conditions7* are met:8*9* 1. Redistributions of source code must retain the above copyright10* notice, this list of conditions and the following disclaimer.11*12* 2. Redistributions in binary form must reproduce the above copyright13* notice, this list of conditions and the following disclaimer in the14* documentation and/or other materials provided with the distribution.15*16* 3. Neither the name of the Institute nor the names of its contributors17* may be used to endorse or promote products derived from this software18* without specific prior written permission.19*20* THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND21* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE22* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE23* ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE24* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL25* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS26* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)27* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT28* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY29* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF30* SUCH DAMAGE.31*/3233/** @mainpage Heimdal PKIX/X.509 library34*35* @section intro Introduction36*37* Heimdal libhx509 library is a implementation of the PKIX/X.509 and38* related protocols.39*40* PKIX/X.509 is ...41*42*43* Sections in this manual are:44* - @ref page_name45* - @ref page_cert46* - @ref page_keyset47* - @ref page_error48* - @ref page_lock49* - @ref page_cms50* - @ref page_ca51* - @ref page_revoke52* - @ref page_print53* - @ref page_env54*55* The project web page:56* http://www.h5l.org/57*58*/5960/** @defgroup hx509 hx509 library */6162/** @defgroup hx509_error hx509 error functions63* See the @ref page_error for description and examples. */64/** @defgroup hx509_cert hx509 certificate functions65* See the @ref page_cert for description and examples. */66/** @defgroup hx509_keyset hx509 certificate store functions67* See the @ref page_keyset for description and examples. */68/** @defgroup hx509_cms hx509 CMS/pkcs7 functions69* See the @ref page_cms for description and examples. */70/** @defgroup hx509_crypto hx509 crypto functions */71/** @defgroup hx509_misc hx509 misc functions */72/** @defgroup hx509_name hx509 name functions73* See the @ref page_name for description and examples. */74/** @defgroup hx509_revoke hx509 revokation checking functions75* See the @ref page_revoke for description and examples. */76/** @defgroup hx509_verify hx509 verification functions */77/** @defgroup hx509_lock hx509 lock functions78* See the @ref page_lock for description and examples. */79/** @defgroup hx509_query hx509 query functions */80/** @defgroup hx509_ca hx509 CA functions81* See the @ref page_ca for description and examples. */82/** @defgroup hx509_peer hx509 certificate selecting functions */83/** @defgroup hx509_print hx509 printing functions */84/** @defgroup hx509_env hx509 enviroment functions */858687