summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Corrected bugs in gnutls_x509_rdn_get(). Added a test to print the server's t...Nikos Mavrogiannopoulos2003-02-145-65/+135
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-141-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-122-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-121-2/+4
* Added test which prints the Diffie Hellman prime bits used.Nikos Mavrogiannopoulos2003-02-123-18/+40
* fixes in pkcs3 DH parameter generation.Nikos Mavrogiannopoulos2003-02-091-1/+23
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-098-228/+204
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-081-0/+4
* use options to print DH parameters.Nikos Mavrogiannopoulos2003-02-034-54/+107
* * Added gnutls_pkcs3_extract_dh_params() and gnutls_pkcs3_export_dh_params()Nikos Mavrogiannopoulos2003-02-031-9/+30
* * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now useNikos Mavrogiannopoulos2003-02-034-88/+178
* Added ability to send some messages back to the application usingNikos Mavrogiannopoulos2003-01-231-0/+6
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-231-3/+3
* The library notifies the application on empty and illegal SRP usernames,Nikos Mavrogiannopoulos2003-01-231-10/+8
* improved srp detectionNikos Mavrogiannopoulos2003-01-222-1/+6
* Improved the SRP support, to prevent attackers guessing theNikos Mavrogiannopoulos2003-01-222-2/+14
* some fixes in the gnutls-cli-debug programNikos Mavrogiannopoulos2002-12-292-1/+7
* 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