diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-07-10 15:49:24 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-07-10 15:49:24 +0000 |
commit | 8a7df609dd647d23d87fee1cdcb5e274d4a79f13 (patch) | |
tree | 49714fc062f1efdea55a84be0abb609cd74e615c /lib/auth_dhe.c | |
parent | f748fc23107a33a76efae82227ee0a724c4cfc15 (diff) | |
download | gnutls-8a7df609dd647d23d87fee1cdcb5e274d4a79f13.tar.gz |
Added some hints on the file purpose, and some other cleanups.
Diffstat (limited to 'lib/auth_dhe.c')
-rw-r--r-- | lib/auth_dhe.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/auth_dhe.c b/lib/auth_dhe.c index 62bfa09449..92abbe4d8e 100644 --- a/lib/auth_dhe.c +++ b/lib/auth_dhe.c @@ -16,8 +16,13 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ + * + */ +/* This file contains everything for the Ephemeral Diffie Hellman (DHE) + * key exchange. This is used in the handshake procedure of the certificate + * authentication. + */ #include "gnutls_int.h" #include "gnutls_auth_int.h" |