summaryrefslogtreecommitdiff
path: root/lib/gnutls_ui.c
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* Added gnutls_x509pki_extract_certificate_serial() and some cleanups.Nikos Mavrogiannopoulos2002-01-021-6/+6
* more error checkingNikos Mavrogiannopoulos2002-01-021-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-021-2/+4
* Cleanups in the digest code (separated from HMAC).Nikos Mavrogiannopoulos2002-01-021-0/+33
* gnutls_set_max_record_size -> gnutls_record_set_max_sizeNikos Mavrogiannopoulos2001-12-171-1/+1
* optimized certificate handling APINikos Mavrogiannopoulos2001-12-051-1/+2
* now the peer's certificate list is stored into auth info structure (insteadNikos Mavrogiannopoulos2001-12-041-134/+8
* moving gnutls_DN structures out of gnutls_cert and auth_info structures.Nikos Mavrogiannopoulos2001-12-041-88/+75
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-291-1/+20
* updated documentation (and generation of tex)Nikos Mavrogiannopoulos2001-11-201-4/+4
* several cleanupsNikos Mavrogiannopoulos2001-10-211-3/+16
* auth_info types and structures were moved to the internals of the library.Nikos Mavrogiannopoulos2001-10-151-29/+99
* several cleanups in order to support DHE_RSANikos Mavrogiannopoulos2001-09-231-0/+14
* Client certificate callback has been improvedNikos Mavrogiannopoulos2001-09-141-5/+7
* gnutls_set_certificate_request() renamed to gnutls_x509pki_set_cert_request().Nikos Mavrogiannopoulos2001-08-261-18/+18
* some memory optimization while receiving packetsNikos Mavrogiannopoulos2001-08-251-3/+5
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-12/+12
* several cleanups and updates in the handshake protocol implementationNikos Mavrogiannopoulos2001-08-051-0/+13
* several cleanups. No longer export structures to the API, but a bunch of func...Nikos Mavrogiannopoulos2001-08-051-0/+178