aboutsummaryrefslogtreecommitdiff
path: root/doc/doxygen/doc_data_crypto.h
diff options
context:
space:
mode:
authorSteffan Karger2014-12-07 19:48:15 +0100
committerGert Doering2014-12-07 19:57:04 +0100
commitb08c25dbaeffbdd80acc143a931a276163c851a3 (patch)
treeaddf9d6a25ced57aad897f02281d1b9c42606aba /doc/doxygen/doc_data_crypto.h
parent8a95f62e3114b8fdaf0fd3ce2d80ed82d5e0db20 (diff)
downloadopenvpn-b08c25dbaeffbdd80acc143a931a276163c851a3.zip
openvpn-b08c25dbaeffbdd80acc143a931a276163c851a3.tar.gz
Update doxygen (a bit)
This is not a full update, but just updates some data channel-related docs I came across. Other pages probably need a bit of attention too. Stuff that was changed: * Explain data channel crypto format in crypto.h * Add P_DATA_V1 and P_DATA_V2 packet format spec * Remove '2.1' from title * Update some OpenSSL-specific text Signed-off-by: Steffan Karger <steffan@karger.me> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1417978095-19427-1-git-send-email-steffan@karger.me> URL: http://article.gmane.org/gmane.network.openvpn.devel/9318 Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'doc/doxygen/doc_data_crypto.h')
-rw-r--r--doc/doxygen/doc_data_crypto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/doxygen/doc_data_crypto.h b/doc/doxygen/doc_data_crypto.h
index ee72b8c..640203f 100644
--- a/doc/doxygen/doc_data_crypto.h
+++ b/doc/doxygen/doc_data_crypto.h
@@ -69,7 +69,5 @@
*
* @par Crypto algorithms
* This module uses the crypto algorithm implementations of the external
- * OpenSSL library. More precisely, it uses the OpenSSL library's \c
- * EVP_Cipher* and \c HMAC_* set of functions to perform cryptographic
- * operations on data channel packets.
+ * crypto library (currently either OpenSSL (default), or PolarSSL).
*/