summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***gnutls_0_8_1Nikos Mavrogiannopoulos2003-01-221-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-221-1/+1
* Improved the SRP support, to prevent attackers guessing theNikos Mavrogiannopoulos2003-01-222-47/+0
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-2037-37/+38
* Prefixed with underscore some internal functions.Nikos Mavrogiannopoulos2003-01-166-23/+23
* GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERNikos Mavrogiannopoulos2003-01-135-15/+20
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-091-0/+2
* Only the documented symbols are now exported.Nikos Mavrogiannopoulos2003-01-0910-138/+188
* If the certificate does not contain the basicConstraints extension GNUTLS_E_R...Nikos Mavrogiannopoulos2003-01-091-5/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-082-3/+8
* Added gnutls_x509_extract_certificate_ca_status() which returnsNikos Mavrogiannopoulos2003-01-082-1/+69
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-071-0/+11
* If liblzo is found in the system then libgnutls-extra will depend on it, inst...Nikos Mavrogiannopoulos2003-01-012-4/+8
* Added a test for null (zero) integers in MPI scanning.Nikos Mavrogiannopoulos2002-12-301-2/+28
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-292-0/+13
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-281-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-2819-2/+5664
* Dropped the support for the client key exchange message 0, and server key exc...Nikos Mavrogiannopoulos2002-12-169-201/+21
* Finished SRP-6 stuff. It should work fine now.Nikos Mavrogiannopoulos2002-12-163-18/+22
* Added the gnutls_x509_extract_dn_string() function.Nikos Mavrogiannopoulos2002-12-122-13/+78
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-121-4/+4
* *** empty log message ***gnutls_0_6_0Nikos Mavrogiannopoulos2002-12-081-2/+6
* some cleanupsNikos Mavrogiannopoulos2002-12-085-6/+8
* some fixes in server_name extensionNikos Mavrogiannopoulos2002-12-071-4/+11
* Exported the more convenient gnutls_malloc() and gnutls_free() functions. Act...Nikos Mavrogiannopoulos2002-12-075-37/+39
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-072-6/+8
* *** 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-062-5/+10
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-0610-36/+71
* added error code to report illegal srp usernames. Some fixes in the extension...Nikos Mavrogiannopoulos2002-12-064-6/+25
* some optimizations in string handling of the x.509 asn.1 parsers.Nikos Mavrogiannopoulos2002-12-042-10/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-041-6/+10
* Corrected bug in extension parsing.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-0243-149/+162
* more fixes in gnutls_x509_extract_certificate_dn_string()Nikos Mavrogiannopoulos2002-12-011-10/+11
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-011-2/+2
* Added the function gnutls_srp_server_set_credentials_function()Nikos Mavrogiannopoulos2002-12-012-17/+17
* Enabled the OpenPGP key retrieval callback function (untested yet).Nikos Mavrogiannopoulos2002-12-011-1/+1
* Added the functions:Nikos Mavrogiannopoulos2002-12-011-39/+0
* gnutls_x509_extract_certificate_dn_string() now behaves as described in RFC2253.Nikos Mavrogiannopoulos2002-11-252-12/+37
* some changes in the callback function behaviour.Nikos Mavrogiannopoulos2002-11-231-5/+3
* linked against libgcrypt (I saw that in debian)Nikos Mavrogiannopoulos2002-11-221-1/+2
* Several cleanups and elimination of warnings.Nikos Mavrogiannopoulos2002-11-206-70/+79
* updated documentation to include record layer weaknesses and counter-measures...Nikos Mavrogiannopoulos2002-11-202-4/+21
* compat4.h was added, and is included by default in gnutls.h.Nikos Mavrogiannopoulos2002-11-201-0/+3
* Moved the GNUTLS_X509KEY_* to gnutls_cert.h and renamed them to KEY_*. Improv...Nikos Mavrogiannopoulos2002-11-207-52/+72
* added the AES ciphersuites for certificate srp authentication.Nikos Mavrogiannopoulos2002-11-201-0/+22
* Added support for the DSS certificate SRP authenticated cipher suites (curren...Nikos Mavrogiannopoulos2002-11-197-8/+24
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-1911-40/+72