diff options
author | Martin Willi <martin@strongswan.org> | 2006-03-30 07:22:01 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-03-30 07:22:01 +0000 |
commit | efadbf79e9c864578bfd1277d824e69b2989aac5 (patch) | |
tree | cf5cde05d140a07f2ffe21c8e61a47610199145b /Source/charon/definitions.h | |
parent | 9c781c152ad66a73139447e40a2081c38080c651 (diff) | |
download | strongswan-efadbf79e9c864578bfd1277d824e69b2989aac5.tar.bz2 strongswan-efadbf79e9c864578bfd1277d824e69b2989aac5.tar.xz |
- rewrote a lot of RSA stuff
- done major work for ASN1/decoder
- allow loading of ASN1 der encoded private keys, public keys and certificates
- extracting public key from certificates
- passing certificates from stroke to charon
=> basic authentication with RSA certificates works!
Diffstat (limited to 'Source/charon/definitions.h')
-rw-r--r-- | Source/charon/definitions.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/charon/definitions.h b/Source/charon/definitions.h index 958b31302..06f0e6305 100644 --- a/Source/charon/definitions.h +++ b/Source/charon/definitions.h @@ -166,6 +166,13 @@ * * @ingroup transforms */ +/** + * @defgroup asn1 asn1 + * + * ASN1 structure definition, en-/decoder of for DER + * + * @todo Implement a der_encoder_t class. + */ /** * @defgroup utils utils |