summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***gnutls_0_5_4Nikos Mavrogiannopoulos2002-08-272-2/+87
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-262-3/+3
* added figures used in the documentation. Figures were generated by DIA.Nikos Mavrogiannopoulos2002-08-263-0/+0
* Renamed GNUTLS_CIPHER_ARCFOUR to GNUTLS_CIPHER_ARCFOUR_128Nikos Mavrogiannopoulos2002-08-2614-30/+32
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-262-5/+3
* better export ciphersuite detectionNikos Mavrogiannopoulos2002-08-261-2/+6
* Update SSL_CIPHER_get_name() to use gnutls_cipher_suite_get_name()Andrew McDonald2002-08-261-2/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-261-0/+5
* Improved the gnutls-cli-debug programNikos Mavrogiannopoulos2002-08-266-24/+54
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-262-1/+2
* renamed ARCFOUR-EXPORT to ARCFOUR-40Nikos Mavrogiannopoulos2002-08-268-14/+14
* Added support for RSA_EXPORT_WITH_RC4_EXPORT_MD5 with RSA certificates with m...Nikos Mavrogiannopoulos2002-08-266-30/+137
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-251-2/+2
* improvements in server html outputNikos Mavrogiannopoulos2002-08-254-18/+42
* changes in order to keep up with the addition of export-grade ciphersuiteNikos Mavrogiannopoulos2002-08-253-4/+9
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-251-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-251-3/+0
* changes for export cipher suitesNikos Mavrogiannopoulos2002-08-252-11/+62
* Added the first EXPORT-grade ciphersuiteNikos Mavrogiannopoulos2002-08-251-0/+2
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-2520-29/+932
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-241-198/+292
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-231-1/+10
* Exported gnutls_openpgp_extract_key_id(). This is the gnutls_openpgp_keyid() ...Nikos Mavrogiannopoulos2002-08-233-5/+7
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-221-0/+2
* gnutls_handshake_set_exportable_detection() was obsoleted.Nikos Mavrogiannopoulos2002-08-223-3/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-221-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-211-1/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-211-361/+693
* corrected bug in SSL3 random generation function. Now the export ciphersuite ...Nikos Mavrogiannopoulos2002-08-212-76/+104
* Added the first exportable ciphersuite (TLS_RSA_WITH_RC4_EXPORT_MD5). This on...Nikos Mavrogiannopoulos2002-08-217-253/+402
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-211-1/+0
* Added some initials for the export cipher suites.gnutls_0_5_x_with_export_ciphersuitesNikos Mavrogiannopoulos2002-08-219-67/+198
* updated openpgp draftgnutls_0_5_x_before_export_ciphersuitesNikos Mavrogiannopoulos2002-08-211-32/+32
* included the change cipher specs in gnutls_handshake_get_direction().Nikos Mavrogiannopoulos2002-08-201-0/+8
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-191-0/+1
* gnutls_handshake_check_direction() renamed to gnutls_handshake_get_direction().Nikos Mavrogiannopoulos2002-08-183-4/+4
* Added verbose option to gnutls-cli-debug.Nikos Mavrogiannopoulos2002-08-184-23/+64
* Added the gnutls_handshake_set_exportable_detection() function, whichNikos Mavrogiannopoulos2002-08-185-19/+54
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-181-2/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-171-0/+33
* included cvs aliases into authors fileNikos Mavrogiannopoulos2002-08-171-2/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-171-2/+2
* Added gnutls_cipher_suite_get_name(). This functions constructs the name of a...Nikos Mavrogiannopoulos2002-08-172-1/+29
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-151-0/+3
* Added new function gnutls_handshake_check_direction(), which returns the stat...Nikos Mavrogiannopoulos2002-08-153-0/+31
* Added the --enable-maintainer-mode configure option, and renamed the old one ...Nikos Mavrogiannopoulos2002-08-153-10/+12
* added some missing constsNikos Mavrogiannopoulos2002-08-154-9/+13
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-241-0/+7
* add ability to use separate file descriptors for send() and recv()Andrew McDonald2002-07-213-5/+17
* some initial support for TLS/SSL server applicationsAndrew McDonald2002-07-212-5/+153