diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-11-29 15:29:54 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-11-29 15:29:54 +0000 |
commit | c89ee7ef6caff8f6929702db1859c22c1ec4adc3 (patch) | |
tree | d54067c4bc4ef3e6b8c5e9d1ba72f55ed225ab74 /NEWS | |
parent | 47580d3bd319cbacab763a9bb0f293e9a79ebed6 (diff) | |
download | gnutls-c89ee7ef6caff8f6929702db1859c22c1ec4adc3.tar.gz |
introduced gnutls_x509pki_get_certificate(). This function returns the
peer's certificate DER encoded. This certificate is also stored in the
resume db.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Version ?.?.? - gnutls_handshake(), gnutls_read() etc. functions no longer require the 'SOCKET cd' argument. This argument is set using the function gnutls_set_transport_ptr(). +- introduced gnutls_x509pki_get_certificate(). This function returns + the peer's certificate DER encoded. Version 0.2.11 (16/11/2001) - Changed the meaning of GNUTLS_E_REHANDSHAKE value. If this value |