summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* added support for DSS certificates.gnutls_with_dss_cert_supportNikos Mavrogiannopoulos2002-01-271-4/+8
* added new DSA certificates..Nikos Mavrogiannopoulos2002-01-268-121/+259
* gnutls_*_get_algo() renamed to gnutls_*_get() (suggested by Simon Josefsson)Nikos Mavrogiannopoulos2002-01-252-11/+11
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-251-1/+1
* added check for requested TLS extensionsNikos Mavrogiannopoulos2002-01-251-1/+5
* in server side now prints srp usernameNikos Mavrogiannopoulos2002-01-231-0/+8
* Now a server in a case of rehandshake can continue normalyNikos Mavrogiannopoulos2002-01-202-3/+8
* Combined gnutls_x509pki_(set/get)_dh_bits() andNikos Mavrogiannopoulos2002-01-192-4/+4
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-183-9/+9
* Renamed gnutls_x509pki_s/get_dh_bits() to gnutls_dh_s/get_dhe_bits().Nikos Mavrogiannopoulos2002-01-172-3/+3
* fixed bugs reported (with patches) byNikos Mavrogiannopoulos2002-01-171-2/+1
* updated documentationNikos Mavrogiannopoulos2002-01-041-5/+26
* Added gnutls_x509pki_extract_certificate_serial() and some cleanups.Nikos Mavrogiannopoulos2002-01-023-182/+93
* Cleanups in the digest code (separated from HMAC).Nikos Mavrogiannopoulos2002-01-021-0/+15
* updatedNikos Mavrogiannopoulos2001-12-301-6/+6
* some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.Nikos Mavrogiannopoulos2001-12-192-6/+6
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-12-172-2/+2
* corrections in SRP and ANON authentication.Nikos Mavrogiannopoulos2001-12-171-3/+2
* *_alert -> alert_*Nikos Mavrogiannopoulos2001-12-172-6/+7
* gnutls_set_max_record_size -> gnutls_record_set_max_sizeNikos Mavrogiannopoulos2001-12-172-11/+11
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-151-1/+1
* renamed gnutls_x509pki_set_trust/key toNikos Mavrogiannopoulos2001-12-142-4/+4
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-101-2/+2
* Fixes in anonymous authentication.Nikos Mavrogiannopoulos2001-12-091-3/+11
* crypt -> srpcryptNikos Mavrogiannopoulos2001-12-093-2/+2
* remove dnsname (name_ind) extensionNikos Mavrogiannopoulos2001-12-082-18/+1
* GNUTLS_KX_RSA renamed to GNUTLS_KX_X509PKI_RSA (and the other X509 keyNikos Mavrogiannopoulos2001-12-072-5/+5
* GNUTLS_LIST is now int*Nikos Mavrogiannopoulos2001-12-062-16/+28
* cleanups againNikos Mavrogiannopoulos2001-12-062-9/+9
* Several cleanups.Nikos Mavrogiannopoulos2001-12-062-38/+37
* Changes in function names concerning _db_ handling and _session_ handling.Nikos Mavrogiannopoulos2001-12-052-10/+10
* Added callback to select the server certificate.Nikos Mavrogiannopoulos2001-12-052-25/+26
* optimized certificate handling APINikos Mavrogiannopoulos2001-12-053-18/+19
* several cleanups. Removed old unneeded functions.Nikos Mavrogiannopoulos2001-12-051-2/+2
* now the peer's certificate list is stored into auth info structure (insteadNikos Mavrogiannopoulos2001-12-045-24/+21
* moving gnutls_DN structures out of gnutls_cert and auth_info structures.Nikos Mavrogiannopoulos2001-12-042-25/+24
* The RDN sequence needed in the certificate request message isNikos Mavrogiannopoulos2001-11-301-1/+5
* *** empty log message ***Nikos Mavrogiannopoulos2001-11-291-6/+0
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-291-0/+7
* gnutls_handshake(), gnutls_read() etc. functions no longer requireNikos Mavrogiannopoulos2001-11-252-19/+23
* corrected some obscure bugs in the handshake and record send buffering code.Nikos Mavrogiannopoulos2001-11-151-1/+1
* more non blocking IO fixesNikos Mavrogiannopoulos2001-11-131-2/+2
* now resolves hostnames.Nikos Mavrogiannopoulos2001-11-121-6/+15
* several fixes.Nikos Mavrogiannopoulos2001-11-102-2/+12
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-11-081-1/+3
* added max_record_size extensionNikos Mavrogiannopoulos2001-11-061-0/+2
* changed semantics of the GNUTLS_E_REHANDSHAKE error code.Nikos Mavrogiannopoulos2001-11-051-3/+9
* cleanupsgnutls_0_2_10Nikos Mavrogiannopoulos2001-11-051-1/+1
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-012-19/+55
* updated/fixed the handling of interrupted writesNikos Mavrogiannopoulos2001-10-221-1/+3