Improved the certificate and key read functions. They can now read a PEM encoded key and certificate from the same file.
38 lines of code changed in:
cert_type abreviation was expanded to certificate_type.
45 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
Renamed all the constructed types to have more consisten names, and some other minor improvements.
2976 lines of code changed in:
removed PGPKEYS from the distribution.
1 lines of code changed in:
*** empty log message ***
341 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
Allow the NULL pointer for data in gnutls_record_send(), if the previous call was interrupted.
13 lines of code changed in:
Corrected possible bug in decompression code. Well compressed packets may have been rejected due to limited buffer.
4 lines of code changed in:
Added support for the new SRP draft by D. Taylor. This includes the
removal of the blowfish crypt hash option, and the change of SRP cipher
suite numbers.
796 lines of code changed in:
removed old FIXME stuff.
2 lines of code changed in:
*** empty log message ***
87 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
Renamed GNUTLS_CIPHER_ARCFOUR to GNUTLS_CIPHER_ARCFOUR_128
24 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
better export ciphersuite detection
6 lines of code changed in:
Update SSL_CIPHER_get_name() to use gnutls_cipher_suite_get_name()
3 lines of code changed in:
*** empty log message ***
5 lines of code changed in:
Improved the gnutls-cli-debug program
54 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
renamed ARCFOUR-EXPORT to ARCFOUR-40
13 lines of code changed in:
Added support for RSA_EXPORT_WITH_RC4_EXPORT_MD5 with RSA certificates with modulus less than 512 bits. This change made the code a bit messy.
137 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
improvements in server html output
42 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
*** empty log message ***
0 lines of code changed in:
changes for export cipher suites
62 lines of code changed in:
Added the first EXPORT-grade ciphersuite
2 lines of code changed in:
Corrected bug in DHE key exchange which prevented from parsing the given certificates properly.
932 lines of code changed in:
*** empty log message ***
292 lines of code changed in:
*** empty log message ***
10 lines of code changed in:
Exported gnutls_openpgp_extract_key_id(). This is the gnutls_openpgp_keyid() function renamed.
7 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
gnutls_handshake_set_exportable_detection() was obsoleted.
5 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
*** empty log message ***
693 lines of code changed in:
corrected bug in SSL3 random generation function. Now the export ciphersuite works in SSL3 mode too.
104 lines of code changed in:
Added the first exportable ciphersuite (TLS_RSA_WITH_RC4_EXPORT_MD5). This one only works in servers that have certificates of 512 bits length.
403 lines of code changed in:
*** empty log message ***
0 lines of code changed in:
Added some initials for the export cipher suites.
197 lines of code changed in:
updated openpgp draft
8 lines of code changed in:
included the change cipher specs in gnutls_handshake_get_direction().
8 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
gnutls_handshake_check_direction() renamed to gnutls_handshake_get_direction().
4 lines of code changed in:
Added verbose option to gnutls-cli-debug.
64 lines of code changed in:
Added the gnutls_handshake_set_exportable_detection() function, which
is used to control whether the handshake will check for exportable cipher
suites in the server. In that case an error of GNUTLS_E_EXPORT_CIPHER_SUITE
is returned.
54 lines of code changed in:
*** empty log message ***
6 lines of code changed in:
*** empty log message ***
33 lines of code changed in:
included cvs aliases into authors file
6 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
Added gnutls_cipher_suite_get_name(). This functions constructs the name of a cipher suite using the given algorithms.
29 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
Added new function gnutls_handshake_check_direction(), which returns the state where the handshake function was interrupted.
31 lines of code changed in:
Added the --enable-maintainer-mode configure option, and renamed the old one to --enable-developer-mode.
12 lines of code changed in:
added some missing consts
13 lines of code changed in: