gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-252-g1db2d5a


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-252-g1db2d5a
Date: Tue, 22 Jun 2010 16:31:21 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=1db2d5aa93ae83654a71b1e0d20501b89c633175

The branch, master has been updated
       via  1db2d5aa93ae83654a71b1e0d20501b89c633175 (commit)
      from  546479ab62278c599679f2d77ceba674c060d95a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1db2d5aa93ae83654a71b1e0d20501b89c633175
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Jun 22 18:03:47 2010 +0200

    removed OPRFI extension functions.

-----------------------------------------------------------------------

Summary of changes:
 lib/includes/gnutls/gnutls.h.in |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 37b91e9..3c0889d 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -840,25 +840,6 @@ extern "C"
   /* Safe renegotiation */
   int gnutls_safe_renegotiation_status (gnutls_session_t session);
 
-  /* Opaque PRF Input
-   * http://tools.ietf.org/id/draft-rescorla-tls-opaque-prf-input-00.txt
-   */
-
-  void
-    gnutls_oprfi_enable_client (gnutls_session_t session,
-                               size_t len, unsigned char *data);
-
-  typedef int (*gnutls_oprfi_callback_func) (gnutls_session_t session,
-                                            void *userdata,
-                                            size_t oprfi_len,
-                                            const unsigned char *in_oprfi,
-                                            unsigned char *out_oprfi);
-
-  void
-    gnutls_oprfi_enable_server (gnutls_session_t session,
-                               gnutls_oprfi_callback_func cb,
-                               void *userdata);
-
   /**
    * gnutls_supplemental_data_format_type_t:
    * @GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: Supplemental user mapping data.


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]