suggested doc & comment improvements for gnutls

Patrick Pelletier code at funwithsoftware.org
Wed Dec 28 12:16:18 CET 2011


Ugh, it looks like my mail client mangled that diff rather horribly.   
So, here is a pull-request that references my doc-fixes branch on  
github.  Sorry about the trouble.

--Patrick


The following changes since commit  
e943839de12ca459e298136af445f697de07d300:
   Nikos Mavrogiannopoulos (1):
         Added ciphersuites: GNUTLS_PSK_WITH_AES_256_GCM_SHA384 and  
GNUTLS_DHE_PSK_WITH_AES_256_GCM_SHA384.

are available in the git repository at:

   git://github.com/ppelleti/gnutls.git doc-fixes

Patrick Pelletier (1):
       minor doc and comment fixes

  doc/cha-gtls-app.texi      |   12 ++++++------
  doc/cha-gtls-examples.texi |    2 +-
  doc/cha-internals.texi     |    2 +-
  lib/algorithms/ciphers.c   |    4 ++--
  lib/algorithms/protocols.c |    2 +-
  lib/algorithms/secparams.c |    2 +-
  lib/gnutls_cert.c          |    2 +-
  lib/gnutls_cipher.c        |    2 +-
  lib/gnutls_db.c            |    8 ++++----
  lib/gnutls_global.c        |    4 ++--
  lib/gnutls_handshake.c     |    2 +-
  lib/gnutls_priority.c      |    4 ++--
  lib/gnutls_state.c         |    4 ++--
  lib/gnutls_ui.c            |    6 +++---
  lib/nettle/rnd.c           |    6 +++---
  15 files changed, 31 insertions(+), 31 deletions(-)


On Dec 28, 2011, at 2:00 AM, Patrick Pelletier wrote:

> Hi,
>
> I've been reading through the gnutls manual and code, and I've found  
> a few typos and phrases that sounded awkward, as well as a few minor  
> factual errors.  (Like the fact that entropy is refreshed every 20  
> minutes, not every minute.)
>
> Here's a diff of the changes I made to the manual and the comments  
> in the code.  Let me know if there's a better way to submit this,  
> such as by pushing it to Github so you could pull it down from there.
>
> Thanks,
>
> --Patrick





More information about the Gnutls-devel mailing list