diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2014-12-08 19:48:38 +0100 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2014-12-08 19:48:38 +0100 |
commit | a0fe9b0481eb85667e99b987070af13311a95e54 (patch) | |
tree | ef5074d24e3a02c6af9e8563fc1b23447647ce38 /src/ChangeLog | |
parent | c498441ee63747386e0055717d79b09f6d8a7209 (diff) | |
download | emacs-a0fe9b0481eb85667e99b987070af13311a95e54.tar.gz |
(Fgnutls_peer_status): Return the DH prime bits for the connection
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 70b1bb001a9..b791d18bccb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,6 +3,8 @@ * gnutls.c (gnutls_certificate_details): The :signature isn't that useful, so remove it. (gnutls_certificate_details): Clean up whitespace slightly. + (Fgnutls_peer_status): Return the Diffie-Hellman prime bits for + the connection. 2014-12-07 Jan Djärv <jan.h.d@swipnet.se> |