summaryrefslogtreecommitdiff
path: root/lib/gnutls_ui.c
Commit message (Expand)AuthorAgeFilesLines
* added function to access the DH (peer's) public key.Nikos Mavrogiannopoulos2004-06-041-0/+43
* Added news functions to allow access to the ephemeralNikos Mavrogiannopoulos2004-06-041-6/+93
* Added gnutls_certificate_set_params_function() andNikos Mavrogiannopoulos2004-03-111-2/+37
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-10/+4
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-2/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-041-1/+1
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+1
* Some changes in types.Nikos Mavrogiannopoulos2003-10-081-1/+1
* Corrected a null pointer dereference in gnutls_certificate_get_ours(). Report...Nikos Mavrogiannopoulos2003-06-281-1/+1
* * The gnutls_certificate_set_rsa_params() was renamed toNikos Mavrogiannopoulos2003-03-201-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-111-2/+2
* The fingerprint now accepts a pointer to an int instead of a ptr to a size_t.Nikos Mavrogiannopoulos2003-03-111-1/+2
* * Corrected a bug in 64 bit architectures, which affected theNikos Mavrogiannopoulos2003-03-041-1/+3
* Added a flag to allow signing by v1 X.509 certificates. Also added a function...Nikos Mavrogiannopoulos2003-03-031-4/+17
* Null, as the data value, is now an acceptable value in functions that may ret...Nikos Mavrogiannopoulos2003-02-151-6/+8
* added gnutls_x509_certificate_get_fingerprint(). Untested yet.Nikos Mavrogiannopoulos2003-02-121-3/+9
* renamed gnutls_x509_fingerprint to gnutls_fingerprint.Nikos Mavrogiannopoulos2003-02-101-5/+6
* more doc for the gnutls_set_dh_prime_bits().Nikos Mavrogiannopoulos2003-01-301-0/+5
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-11-141-2/+2
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-1/+1
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-1/+1
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-8/+8
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-1/+1
* rolled back addition of certificate_get_our_issuer() function.Nikos Mavrogiannopoulos2002-10-051-34/+0
* Corrected bug which prevented gnutls_certificate_get_ours() from working.Nikos Mavrogiannopoulos2002-10-041-4/+41
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-7/+7
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-011-1/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-35/+35
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-1/+37
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+4
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Added stubs when SRP or anonymous authentication are disabled, to preserve bi...Nikos Mavrogiannopoulos2002-04-211-27/+0
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-4/+4
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-1/+5
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-241-0/+28
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-8/+79
* removed gnutls_certificate_get_ours_index()Nikos Mavrogiannopoulos2002-02-071-29/+0
* renamed gnutls_fingerprint() to gnutls_x509_fingerprint().Nikos Mavrogiannopoulos2002-02-021-2/+2
* Renamed gnutls_x509pki_extract_* to gnutls_x509_extract_*.Nikos Mavrogiannopoulos2002-01-311-4/+1
* Added gnutls_certificate_get_peers()Nikos Mavrogiannopoulos2002-01-291-14/+16
* Updated function names.Nikos Mavrogiannopoulos2002-01-291-4/+5
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-9/+68
* Combined gnutls_x509pki_(set/get)_dh_bits() andNikos Mavrogiannopoulos2002-01-191-35/+40
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-13/+0
* Renamed gnutls_x509pki_s/get_dh_bits() to gnutls_dh_s/get_dhe_bits().Nikos Mavrogiannopoulos2002-01-171-24/+14
* renamed DigestAlgorithm to GNUTLS_DigestAlgorithm (in orderNikos Mavrogiannopoulos2002-01-071-2/+2
* cleanupsNikos Mavrogiannopoulos2002-01-021-0/+1