Author: Pekka Riikonen <priikone@silcnet.org>
- Copyright (C) 2003 - 2006 Pekka Riikonen
+ Copyright (C) 2003 - 2007 Pekka Riikonen
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
*
* Defines the BER classes.
*
- */
+ ***/
typedef enum {
SILC_BER_CLASS_UNIVERSAL = 0x00, /* Universal */
SILC_BER_CLASS_APPLICATION = 0x01, /* Application */
*
* Defines the BER encoding type.
*
- */
+ ***/
typedef enum {
SILC_BER_ENC_PRIMITIVE = 0x00,
SILC_BER_ENC_CONSTRUCTED = 0x01,
*
* EXAMPLE
*
- * // Generate RSA key pair with 2048 bit key length, using PKCS #1
- * // no OID scheme.
- * silc_pkcs_silc_generate_key("rsa", 2048, rng, &public_key, &private_key);
+ * // Generate RSA key pair with 2048 bit key length
+ * silc_pkcs_silc_generate_key("rsa", 2048, ident_string, rng,
+ * &public_key, &private_key);
*
***/
SilcBool silc_pkcs_silc_generate_key(const char *algorithm,
@LIBRARY=SILC Key Exchange Library
@FILENAME=silcskelib.html
@LINK=silcske.html:SILC SKE Interface
+@LINK=silcconnauth.html:SILC Connection Authentication Interface
-->
<big><b>SILC Key Exchange Library</b></big>