summaryrefslogtreecommitdiff
path: root/lib/gnutls_ui.h
Commit message (Expand)AuthorAgeFilesLines
...
* Exported openpgp keys' related functions.Nikos Mavrogiannopoulos2002-02-031-0/+9
* Several changes in certificate and key handling.Nikos Mavrogiannopoulos2002-02-011-1/+1
* Renamed gnutls_x509pki_extract_* to gnutls_x509_extract_*.Nikos Mavrogiannopoulos2002-01-311-10/+10
* Added gnutls_certificate_get_peers()Nikos Mavrogiannopoulos2002-01-291-1/+4
* Modified the state's parameters to hold the negotiated certificateNikos Mavrogiannopoulos2002-01-291-4/+4
* Updated function names.Nikos Mavrogiannopoulos2002-01-291-13/+2
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-2/+2
* added _gnutls_record_log(), gnutls_handshake_log(), to avoid thatNikos Mavrogiannopoulos2002-01-241-2/+2
* Combined gnutls_x509pki_(set/get)_dh_bits() andNikos Mavrogiannopoulos2002-01-191-2/+2
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-16/+11
* cleanupsNikos Mavrogiannopoulos2002-01-181-0/+2
* Renamed gnutls_x509pki_s/get_dh_bits() to gnutls_dh_s/get_dhe_bits().Nikos Mavrogiannopoulos2002-01-171-5/+10
* renamed gnutls_b64_encode() to gnutls_b64_encode_fmt()Nikos Mavrogiannopoulos2002-01-051-2/+2
* Added gnutls_b64_encode() and gnutls_b64_decode()Nikos Mavrogiannopoulos2002-01-051-0/+3
* Added gnutls_x509pki_extract_certificate_serial() and some cleanups.Nikos Mavrogiannopoulos2002-01-021-0/+1
* some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.Nikos Mavrogiannopoulos2001-12-191-25/+25
* gnutls_set_max_record_size -> gnutls_record_set_max_sizeNikos Mavrogiannopoulos2001-12-171-1/+1
* callbacks now get a GNUTLS_STATE argument.Nikos Mavrogiannopoulos2001-12-071-2/+2
* Added callback to select the server certificate.Nikos Mavrogiannopoulos2001-12-051-16/+10
* optimized certificate handling APINikos Mavrogiannopoulos2001-12-051-27/+27
* several cleanups. Removed old unneeded functions.Nikos Mavrogiannopoulos2001-12-051-1/+1
* now the peer's certificate list is stored into auth info structure (insteadNikos Mavrogiannopoulos2001-12-041-2/+2
* moving gnutls_DN structures out of gnutls_cert and auth_info structures.Nikos Mavrogiannopoulos2001-12-041-4/+4
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-291-0/+3
* cleanupsNikos Mavrogiannopoulos2001-11-201-1/+1
* several cleanupsNikos Mavrogiannopoulos2001-10-211-0/+1
* auth_info types and structures were moved to the internals of the library.Nikos Mavrogiannopoulos2001-10-151-12/+14
* added option to regenerate primes and generators for EDHNikos Mavrogiannopoulos2001-10-121-0/+4
* several cleanups in order to support DHE_RSANikos Mavrogiannopoulos2001-09-231-1/+3
* Client certificate callback has been improvedNikos Mavrogiannopoulos2001-09-141-4/+6
* gnutls_set_certificate_request() renamed to gnutls_x509pki_set_cert_request().Nikos Mavrogiannopoulos2001-08-261-18/+29
* server side client authentication worksgnutls_0_2_0Nikos Mavrogiannopoulos2001-08-071-0/+10
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-11/+11
* several cleanups. No longer export structures to the API, but a bunch of func...Nikos Mavrogiannopoulos2001-08-051-0/+64