GnuTLS 2.3.4.netconf.0
    Simon Josefsson 
    simon at josefsson.org
       
    Sun Apr 13 11:28:02 CEST 2008
    
    
  
I've created a branch 'gnutls_with_netconf' that will implement support
for Netconf over TLS-PSK as per this IETF draft:
<http://tools.ietf.org/html/draft-ietf-netconf-tls-01>.  This is the
first release from this branch, and it adds the PSK key derivation
function and some PSK example code.  What remains is to fix the GnuTLS
PSK code to handle the 'psk_identity_hint' field, and to add a section
to the manual.
The goal is to merge this with the development branch eventually.
Here are the compressed sources:
  http://alpha.gnu.org/gnu/gnutls/gnutls-2.3.4.netconf.0.tar.bz2
  ftp://alpha.gnu.org/gnu/gnutls/gnutls-2.3.4.netconf.0.tar.bz2
Happy hacking,
Simon
* Version 2.3.4.netconf.0 (released 2008-04-13)
** Support Netconf PSK key derivation.
The function gnutls_psk_netconf_derive_key supports the PSK key
derivation as specified in draft-ietf-netconf-tls-01.txt.  New self
test netconf-psk.c.
** New PSK example client and server.
See doc/examples/ex-client-psk.c and doc/examples/ex-serv-psk.c.
** API and ABI modifications:
gnutls_psk_netconf_derive_key: ADDED
    
    
More information about the Gnutls-devel
mailing list