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_11_6-82-g825c616


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-82-g825c616
Date: Wed, 02 Feb 2011 09:35:54 +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=825c616997bde56eafe4642d43f89b7efc495ad1

The branch, master has been updated
       via  825c616997bde56eafe4642d43f89b7efc495ad1 (commit)
       via  d09eaa578c979a2844e5ad36b0fc0c897be026c5 (commit)
      from  c75ffd30e43b1baf7909cb3c190eeb31f1471ce7 (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 825c616997bde56eafe4642d43f89b7efc495ad1
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Feb 2 10:35:46 2011 +0100

    updated coding style.

commit d09eaa578c979a2844e5ad36b0fc0c897be026c5
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Feb 2 10:31:11 2011 +0100

    documented gnutls_session_get_* deprecated functions.

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

Summary of changes:
 NEWS                    |    3 +++
 doc/README.CODING_STYLE |   22 +++++++++-------------
 2 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/NEWS b/NEWS
index abda399..7390792 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,9 @@ gnutls_session_set_finished_function: DEPRECATED
 gnutls_ext_register: DEPRECATED
 gnutls_certificate_get_x509_crls: DEPRECATED
 gnutls_certificate_get_x509_cas: DEPRECATED
+gnutls_session_get_server_random: DEPRECATED
+gnutls_session_get_client_random: DEPRECATED
+gnutls_session_get_master_secret: DEPRECATED
 gnutls_x509_crt_verify_hash: DEPRECATED (use: gnutls_pubkey_verify_hash)
 gnutls_x509_crt_verify_data: DEPRECATED (use: gnutls_pubkey_verify_data)
 gnutls_x509_crt_get_verify_algorithm: DEPRECATED (use: 
gnutls_pubkey_get_verify_algorithm)
diff --git a/doc/README.CODING_STYLE b/doc/README.CODING_STYLE
index 0f0ffd0..98c0260 100644
--- a/doc/README.CODING_STYLE
+++ b/doc/README.CODING_STYLE
@@ -3,17 +3,10 @@ The rules here are not always used, although we try to stick 
to them.
 
 
 *** File names:
-  All file names are usually prefixed with "gnutls_", "auth_", or
- "x509_", or something else that indicates the part of gnutls
- where this file refers to. The suffix should be more
- specific. I.e., "gnutls_record.c" refers to the TLS library
- and, more specifically, to the TLS record protocol. "auth_rsa.c"
- is the implementation of the RSA certificate authentication
- method.
-
- Another way to distinguish files might be using different
- subdirectories. Use the lib/x509/ directory, which contains
- all the X.509 certificate and crl stuff.
+  Files are split to directories according to the subsystem
+ they belong to. Examples are x509/, minitasn1/, openpgp/,
+ opencdk/ etc. The files in the root directory are of concern
+ to the main TLS protocol implementation.
 
 
 *** Function names:
@@ -36,8 +29,11 @@ The rules here are not always used, although we try to stick 
to them.
  Internal functions -- that are not exported in the API -- should
  be prefixed with an underscore. E.g. _gnutls_handshake_begin()
 
- All exported functions must be listed in gnutls.sym and gnutls-extra.sym
- in order to be exported. [this is not true for now]
+ Internal structures should not be exported. Especially pointers to
+ internal data. Doing so harms future reorganization/rewrite of subsystems.
+
+ All exported functions must be listed in libgnutls.map and libgnutls-extra.map
+ in order to be exported.
 
 *** Constructed types:
   The constructed types in gnutls always have the "gnutls_" prefix.


hooks/post-receive
-- 
GNU gnutls



reply via email to

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