summaryrefslogtreecommitdiff
path: root/libextra
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***gnutls_0_8_1Nikos Mavrogiannopoulos2003-01-221-1/+0
* Improved the SRP support, to prevent attackers guessing theNikos Mavrogiannopoulos2003-01-224-83/+115
* GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERNikos Mavrogiannopoulos2003-01-133-14/+14
* Only the documented symbols are now exported.Nikos Mavrogiannopoulos2003-01-092-2/+45
* If liblzo is found in the system then libgnutls-extra will depend on it, inst...Nikos Mavrogiannopoulos2003-01-011-6/+7
* Added missing stub function.Nikos Mavrogiannopoulos2002-12-291-0/+8
* Dropped the support for the client key exchange message 0, and server key exc...Nikos Mavrogiannopoulos2002-12-163-42/+30
* Finished SRP-6 stuff. It should work fine now.Nikos Mavrogiannopoulos2002-12-161-1/+28
* First part of SRP-6 support. Follows draft-ietf-tls-srp-04 and does not need ...Nikos Mavrogiannopoulos2002-12-165-238/+237
* Added gnutls_openpgp_extract_key_name_string() which returnsNikos Mavrogiannopoulos2002-12-131-0/+85
* *** empty log message ***gnutls_0_6_0Nikos Mavrogiannopoulos2002-12-081-1/+0
* some cleanupsNikos Mavrogiannopoulos2002-12-081-2/+2
* minor cleanupsNikos Mavrogiannopoulos2002-12-081-3/+5
* Exported the more convenient gnutls_malloc() and gnutls_free() functions. Act...Nikos Mavrogiannopoulos2002-12-072-3/+3
* Some bug fixes for the OpenPGP code.Timo Schulz2002-12-071-49/+50
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-061-1/+1
* Changed the semantics of gnutls_pem_base64_encode_alloc()Nikos Mavrogiannopoulos2002-12-061-26/+12
* some cleanups.Nikos Mavrogiannopoulos2002-12-063-3/+4
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-063-17/+5
* more updates in the SRP parameter callback.Nikos Mavrogiannopoulos2002-12-064-19/+31
* Some updates in the srp codebase, to detect illegal usernames etc.Nikos Mavrogiannopoulos2002-12-062-2/+8
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-021-2/+2
* some updates on srp documentation.Nikos Mavrogiannopoulos2002-12-021-2/+2
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-027-25/+32
* Added the function gnutls_srp_server_set_credentials_function()Nikos Mavrogiannopoulos2002-12-017-179/+168
* Enabled the OpenPGP key retrieval callback function (untested yet).Nikos Mavrogiannopoulos2002-12-013-50/+24
* removed all files related to srpsha1 encoding. The are not needed any more.Nikos Mavrogiannopoulos2002-12-015-235/+3
* Added the functions:Nikos Mavrogiannopoulos2002-12-015-33/+203
* Some new code for the OpenPGP lib.Timo Schulz2002-12-011-191/+43
* Several cleanups and elimination of warnings.Nikos Mavrogiannopoulos2002-11-202-4/+1
* Moved the GNUTLS_X509KEY_* to gnutls_cert.h and renamed them to KEY_*. Improv...Nikos Mavrogiannopoulos2002-11-201-1/+3
* Added support for the DSS certificate SRP authenticated cipher suites (curren...Nikos Mavrogiannopoulos2002-11-193-9/+41
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-197-30/+277
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-123-23/+23
* Added callback for OpenPGP key retrieval.Nikos Mavrogiannopoulos2002-11-111-0/+27
* Applied patch to make the error handling with keyservers more easier.Timo Schulz2002-11-041-5/+9
* Some debug code for the OpenPGP part.Timo Schulz2002-11-041-2/+0
* Use the old error codes for OpenPGP again.Timo Schulz2002-11-031-67/+136
* Unification for the OpenPGP error code.Timo Schulz2002-11-031-33/+33
* Set the OpenPGP certificate status to GNUTLS_CERT_NOT_TRUSTED ifTimo Schulz2002-11-031-7/+9
* Bug fix for the OpenPGP secret key order.Timo Schulz2002-11-031-15/+4
* Add OpenPGP error descriptionTimo Schulz2002-11-031-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-11-021-2/+2
* fixed stubNikos Mavrogiannopoulos2002-11-021-1/+1
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-022-29/+29
* Adjust the keydb search code.Timo Schulz2002-11-012-18/+23
* Add new regression test for OpenPGP.Timo Schulz2002-10-292-782/+835
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-282-22/+22
* Fixed interlibrary dependencies. By Ivo Timmermans. This requires the debian ...Nikos Mavrogiannopoulos2002-10-141-1/+4
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-1310-37/+49