*** empty log message ***
13 lines of code changed in:
more doc for the gnutls_set_dh_prime_bits().
5 lines of code changed in:
removed backward compatibility functions for 0.9.0 version.
14 lines of code changed in:
*** empty log message ***
6 lines of code changed in:
*** empty log message ***
7 lines of code changed in:
use RECEIVED_ILLEGAL_PARAMETER instead of SRP_PROTOCOL_FAILURE, when
the SRP protocol fails.
1 lines of code changed in:
*** empty log message ***
6 lines of code changed in:
The gcrypt log handler is only set when we are in debugging mode.
3 lines of code changed in:
*** empty log message ***
4 lines of code changed in:
*** empty log message ***
37 lines of code changed in:
Added ability to send some messages back to the application using
the gnutls_global_set_log_function(). This is quite experimental.
46 lines of code changed in:
Added check and error code for some SRP fatal protocol failures.
32 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
more cleanups.
3 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
The library notifies the application on empty and illegal SRP usernames,
so that proper notification (via an alert) is sent to the peer. Currently when
the SRP ciphersuite is advertized but no username is sent by the peer, the
library returns GNUTLS_E_EMPTY_SRP_USERNAME, and the alert associated with
this is GNUTLS_A_ACCESS_DENIED (to be changed when the srp draft defines something
more appropriate).
30 lines of code changed in:
Some cleanups.
22 lines of code changed in:
*** empty log message ***
448 lines of code changed in:
*** empty log message ***
5 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
improved srp detection
6 lines of code changed in:
Improved the SRP support, to prevent attackers guessing the
available usernames by brute force. The g,n values sent are now
obtained by the password conf file. (they were static ones)
132 lines of code changed in:
*** empty log message ***
482 lines of code changed in:
*** empty log message ***
38 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
*** empty log message ***
7 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
Prefixed with underscore some internal functions.
23 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
*** empty log message ***
11 lines of code changed in:
GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ER
and GNUTLS_E_SRP_PWD_PARSING_ERROR. GNUTLS_E_ASCII_ARMOR_ERROR was also
replaced by GNUTLS_E_BASE64_DECODING_ERROR.
34 lines of code changed in:
*** empty log message ***
7 lines of code changed in:
Added some information about the SRP patents in the documentation.
2 lines of code changed in:
*** empty log message ***
18 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
Only the documented symbols are now exported.
59 lines of code changed in:
If the certificate does not contain the basicConstraints extension GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE will be returned by gnutls_x509_extract_certificate_ca_status().
3 lines of code changed in:
*** empty log message ***
8 lines of code changed in:
*** empty log message ***
7 lines of code changed in:
Added gnutls_x509_extract_certificate_ca_status() which returns
the CA status of the given certificate.
71 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
*** empty log message ***
11 lines of code changed in:
*** empty log message ***
7 lines of code changed in:
If liblzo is found in the system then libgnutls-extra will depend on it, instead of including minilzo.
86 lines of code changed in: