summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-022-2/+2
* Rolled back some of Arne's changes. Now the ciphers can be set in the client/...gnutls_0_9_8Nikos Mavrogiannopoulos2003-10-023-12/+16
* A new patch by Arne. More bug fixes and optimizations.Nikos Mavrogiannopoulos2003-10-013-57/+81
* Applied Simos' patch for the SIGALRM triggered handshake.Nikos Mavrogiannopoulos2003-10-012-1/+30
* Added a hostname check with the certificate in the gnutls-cli.Nikos Mavrogiannopoulos2003-09-175-21/+36
* RIJNDAEL ciphersuites were renamed to AES.Nikos Mavrogiannopoulos2003-09-173-4/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-09-141-5/+3
* some more cleanups.Nikos Mavrogiannopoulos2003-09-142-495/+526
* Corrected the client's behaviour in the handshake handling. Some fixes in the...Nikos Mavrogiannopoulos2003-09-142-5/+11
* *** empty log message ***Nikos Mavrogiannopoulos2003-09-131-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-09-131-3/+3
* cleanups.Nikos Mavrogiannopoulos2003-09-111-6/+6
* Corrected and improved SRP support. The gnutls-srpcrypt now generates several...Nikos Mavrogiannopoulos2003-09-116-89/+65
* Improved the error handling in the gnutls-cli.Nikos Mavrogiannopoulos2003-09-111-17/+36
* Updated the SRP implementation to follow the latest draft.Nikos Mavrogiannopoulos2003-09-103-8/+117
* corrected bug which made some tests now to be compiled.Nikos Mavrogiannopoulos2003-09-012-0/+2
* More more fixes by Arne.Nikos Mavrogiannopoulos2003-09-011-2/+2
* corrected bug in the session resumption detection in the gnutls-cli-debug, an...Nikos Mavrogiannopoulos2003-08-276-13/+59
* *** empty log message ***Nikos Mavrogiannopoulos2003-08-251-1/+1
* minor cleanups.Nikos Mavrogiannopoulos2003-08-211-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-08-132-2/+3
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-2/+3
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-092-3/+0
* Corrected bug in SRP where a non allocated value was freed.Nikos Mavrogiannopoulos2003-06-092-1/+4
* Several fixes in several places. Patch by Sean Gao <sean.gao@sun.com>.Nikos Mavrogiannopoulos2003-05-083-16/+19
* * Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()Nikos Mavrogiannopoulos2003-04-181-2/+2
* Corrected a bug in gnutls-cli while resuming sessions. Reported by Ivo Timmer...Nikos Mavrogiannopoulos2003-04-151-2/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-04-143-3/+3
* Some fixes to allow proper compiling when --disable-srp-authentication and --...Nikos Mavrogiannopoulos2003-04-016-7/+68
* Added the --disable-extra-pki configure option, which disables all extra PKI ...Nikos Mavrogiannopoulos2003-04-013-1/+6
* Some fixes in the gnutls_x509_crt_to_xml() function.Nikos Mavrogiannopoulos2003-03-291-54/+71
* Added the --debug option to the gnutls-serv.Nikos Mavrogiannopoulos2003-03-264-94/+130
* Added bogus TLS record version check in the gnutls-cli-debug tool.Nikos Mavrogiannopoulos2003-03-263-3/+28
* Added the --debug option in the client.Nikos Mavrogiannopoulos2003-03-244-98/+131
* Allow for unencrypted PKCS #8 private keys.Nikos Mavrogiannopoulos2003-03-232-2/+2
* * The gnutls_certificate_set_rsa_params() was renamed toNikos Mavrogiannopoulos2003-03-202-2/+2
* * The RSA premaster secret version check can no longer be disabled.Nikos Mavrogiannopoulos2003-03-203-1/+32
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-2/+2
* Use mmap() if available to read files.Nikos Mavrogiannopoulos2003-03-121-0/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-111-14/+16
* * Corrected a bug in 64 bit architectures, which affected theNikos Mavrogiannopoulos2003-03-041-8/+2
* Added a flag to allow signing by v1 X.509 certificates. Also added a function...Nikos Mavrogiannopoulos2003-03-032-1/+5
* some fixes in testsNikos Mavrogiannopoulos2003-03-032-8/+10
* Added option to disable all TLS 1.0 extensions.Nikos Mavrogiannopoulos2003-02-256-91/+113
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-251-1/+4
* The client certificate selection callback is no longer called twice. It is ca...Nikos Mavrogiannopoulos2003-02-182-4/+0
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-161-2/+4
* works better in buggy servers.Nikos Mavrogiannopoulos2003-02-162-3/+3
* The RSA and DH parameter handling has been updated.Nikos Mavrogiannopoulos2003-02-162-98/+32
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-141-154/+180