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/doc/Architecture.txt | |
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/doc/Architecture.txt')
-rw-r--r-- | Source/charon/doc/Architecture.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/doc/Architecture.txt b/Source/charon/doc/Architecture.txt index fb7c28a41..81b3e2f97 100644 --- a/Source/charon/doc/Architecture.txt +++ b/Source/charon/doc/Architecture.txt @@ -4,8 +4,8 @@ IKEv1 and IKEv2 is handled in different keying daemons. The ole IKEv1 stuff is completely handled in pluto, as it was all the times. IKEv2 is handled in the new keying daemon, which is called charon. -Daemon control is done over unix sockets. Pluto uses whack, as it did all the -times. Charon uses another socket interface, called stroke. Stroke uses another +Daemon control is done over unix sockets. Pluto uses whack, as it did for years. +Charon uses another socket interface, called stroke. Stroke uses another format as whack and therefore is not compatible to whack. The starter utility, wich does fast configuration parsing, speaks both the protocols, whack and stroke. It also handles daemon startup and termination. |