summaryrefslogtreecommitdiff
path: root/src/serv.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-191-1/+1
* Corrected bug in gnutls_bye() which made it return an error codeNikos Mavrogiannopoulos2003-12-191-0/+1
* some fixes to comply with the SRP draft. The handshake is now repeated if an ...Nikos Mavrogiannopoulos2003-11-301-1/+2
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-7/+12
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-221-1/+1
* Some fixes pointed out by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr>Nikos Mavrogiannopoulos2003-11-211-0/+17
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-171-2/+2
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-2/+2
* Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.Nikos Mavrogiannopoulos2003-11-131-1/+2
* some code cleanups.Nikos Mavrogiannopoulos2003-11-091-24/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-071-12/+0
* some changes to compile in mingw32.Nikos Mavrogiannopoulos2003-11-061-5/+41
* some openpgp related changes.Nikos Mavrogiannopoulos2003-10-311-1/+1
* Added error checking to global_init() calls.Nikos Mavrogiannopoulos2003-10-301-6/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-031-0/+2
* Applied patch by Arne that fixes several possible NULL pointer dereferences.Nikos Mavrogiannopoulos2003-10-031-5/+18
* Rolled back some of Arne's changes. Now the ciphers can be set in the client/...gnutls_0_9_8Nikos Mavrogiannopoulos2003-10-021-6/+6
* A new patch by Arne. More bug fixes and optimizations.Nikos Mavrogiannopoulos2003-10-011-33/+40
* Added a hostname check with the certificate in the gnutls-cli.Nikos Mavrogiannopoulos2003-09-171-4/+3
* RIJNDAEL ciphersuites were renamed to AES.Nikos Mavrogiannopoulos2003-09-171-1/+1
* some more cleanups.Nikos Mavrogiannopoulos2003-09-141-5/+3
* Corrected the client's behaviour in the handshake handling. Some fixes in the...Nikos Mavrogiannopoulos2003-09-141-2/+4
* corrected bug in the session resumption detection in the gnutls-cli-debug, an...Nikos Mavrogiannopoulos2003-08-271-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-08-131-1/+1
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-1/+0
* Several fixes in several places. Patch by Sean Gao <sean.gao@sun.com>.Nikos Mavrogiannopoulos2003-05-081-13/+18
* * Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()Nikos Mavrogiannopoulos2003-04-181-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-04-141-1/+1
* Some fixes to allow proper compiling when --disable-srp-authentication and --...Nikos Mavrogiannopoulos2003-04-011-1/+21
* Added the --disable-extra-pki configure option, which disables all extra PKI ...Nikos Mavrogiannopoulos2003-04-011-0/+2
* Added the --debug option to the gnutls-serv.Nikos Mavrogiannopoulos2003-03-261-1/+9
* * Corrected a bug in 64 bit architectures, which affected theNikos Mavrogiannopoulos2003-03-041-8/+2
* The RSA and DH parameter handling has been updated.Nikos Mavrogiannopoulos2003-02-161-43/+6
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-121-1/+1
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-61/+15
* * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now useNikos Mavrogiannopoulos2003-02-031-13/+71
* updated some example and the server to use the new gnutls_malloc() in callbacks.Nikos Mavrogiannopoulos2002-12-131-1/+1
* updated to include a callback for receiving openpgp keys, using libopencdk.Nikos Mavrogiannopoulos2002-12-081-481/+518
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-071-4/+8
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-061-1/+57
* Added support for the DSS certificate SRP authenticated cipher suites (curren...Nikos Mavrogiannopoulos2002-11-191-77/+6
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-1/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-11-111-1/+1
* cleanupsNikos Mavrogiannopoulos2002-11-111-9/+9
* now does not require carriage returnNikos Mavrogiannopoulos2002-10-121-2/+4
* Improved the server name extension. Resumed sessions can now use it.Nikos Mavrogiannopoulos2002-10-111-1/+1
* Added server name extension, from draft-ietf-tls-extension-05.Nikos Mavrogiannopoulos2002-10-111-0/+9
* Separated alert checking from the example programs, to make them cleaner. Add...Nikos Mavrogiannopoulos2002-10-101-1/+2
* Added support for the LZO compression library in gnutls-extra. Some fixes in ...Nikos Mavrogiannopoulos2002-09-171-2/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-161-2/+2