diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-02 00:16:17 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-02 00:16:17 +0100 |
commit | 0a8d6e37937ad92856e69367b2a22887fcf33ef3 (patch) | |
tree | 19ad6832014deb3e4696f9f67d1025f16b5c3566 /doc | |
parent | 1491f0392fa904b1fd16a39d8aad084b43457892 (diff) | |
download | gnutls-0a8d6e37937ad92856e69367b2a22887fcf33ef3.tar.gz |
doc update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-cert-auth2.texi | 2 | ||||
-rw-r--r-- | doc/cha-gtls-app.texi | 1 | ||||
-rw-r--r-- | doc/cha-intro-tls.texi | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/doc/cha-cert-auth2.texi b/doc/cha-cert-auth2.texi index da00a4014a..088ec1b46e 100644 --- a/doc/cha-cert-auth2.texi +++ b/doc/cha-cert-auth2.texi @@ -359,8 +359,6 @@ functions below. @showfuncdesc{gnutls_pkcs12_simple_parse} @showfuncC{gnutls_pkcs12_bag_get_data,gnutls_pkcs12_bag_get_key_id,gnutls_pkcs12_bag_get_friendly_name} -@page - The functions below are used to generate a PKCS #12 structure. An example of their usage is also shown. diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index c853398bff..85c758a7d4 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -1049,7 +1049,6 @@ Finally the ciphersuites enabled by any priority string can be listed using the @code{gnutls-cli} application (see @ref{gnutls-cli Invocation}), or by using the priority functions as in @ref{Listing the ciphersuites in a priority string}. -@page Example priority strings are: @example The default priority without the HMAC-MD5: diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi index d72ae2b61f..b2b46def35 100644 --- a/doc/cha-intro-tls.texi +++ b/doc/cha-intro-tls.texi @@ -607,6 +607,10 @@ To enable use the following functions. @showfuncB{gnutls_srtp_set_profile,gnutls_srtp_set_profile_direct} +To obtain the negotiated keys use the function below. + +@showfuncdesc{gnutls_srtp_get_keys} + Other helper functions are listed below. @showfuncC{gnutls_srtp_get_selected_profile,gnutls_srtp_get_profile_name,gnutls_srtp_get_profile_id} |