summaryrefslogtreecommitdiff
path: root/lib/auth_x509.c
Commit message (Expand)AuthorAgeFilesLines
* some corrections in the DECR_LEN stuff added recently.Nikos Mavrogiannopoulos2001-12-141-1/+2
* updated documentationNikos Mavrogiannopoulos2001-12-141-1/+1
* More carefull parsing of incoming packets.Nikos Mavrogiannopoulos2001-12-131-6/+10
* Optimizations in server certificate callback.Nikos Mavrogiannopoulos2001-12-091-15/+24
* remove dnsname (name_ind) extensionNikos Mavrogiannopoulos2001-12-081-1/+0
* callbacks now get a GNUTLS_STATE argument.Nikos Mavrogiannopoulos2001-12-071-3/+3
* GNUTLS_KX_RSA renamed to GNUTLS_KX_X509PKI_RSA (and the other X509 keyNikos Mavrogiannopoulos2001-12-071-2/+2
* Several cleanups.Nikos Mavrogiannopoulos2001-12-061-1/+62
* Added callback to select the server certificate.Nikos Mavrogiannopoulos2001-12-051-234/+364
* optimized certificate handling APINikos Mavrogiannopoulos2001-12-051-75/+31
* several cleanups. Removed old unneeded functions.Nikos Mavrogiannopoulos2001-12-051-166/+64
* now the peer's certificate list is stored into auth info structure (insteadNikos Mavrogiannopoulos2001-12-041-31/+274
* moving gnutls_DN structures out of gnutls_cert and auth_info structures.Nikos Mavrogiannopoulos2001-12-041-31/+138
* updated detection of library settingsNikos Mavrogiannopoulos2001-12-011-2/+0
* The RDN sequence needed in the certificate request message isNikos Mavrogiannopoulos2001-11-301-27/+14
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-291-4/+26
* corrected some obscure bugs in the handshake and record send buffering code.Nikos Mavrogiannopoulos2001-11-151-7/+0
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-11-081-3/+5
* rolled back previous change...Nikos Mavrogiannopoulos2001-11-081-6/+2
* made empty certificate message consistent with other implementations.Nikos Mavrogiannopoulos2001-11-081-2/+13
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-2/+2
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-011-1/+7
* *** empty log message ***Nikos Mavrogiannopoulos2001-10-201-1/+1
* auth_info types and structures were moved to the internals of the library.Nikos Mavrogiannopoulos2001-10-151-8/+8
* updated name indication extension (dnsname)Nikos Mavrogiannopoulos2001-10-101-4/+5
* Updated the handling of prime numbers.Nikos Mavrogiannopoulos2001-10-091-0/+1
* several cleanupsNikos Mavrogiannopoulos2001-10-081-21/+23
* added DHE_RSA ciphersuitesNikos Mavrogiannopoulos2001-10-081-96/+134
* several cleanups in order to support DHE_RSANikos Mavrogiannopoulos2001-09-231-0/+843
* Client certificate callback has been improvedNikos Mavrogiannopoulos2001-09-141-2/+2
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-1/+1
* several cleanups. No longer export structures to the API, but a bunch of func...Nikos Mavrogiannopoulos2001-08-051-2/+0
* cleanups in certificate copyingNikos Mavrogiannopoulos2001-08-051-0/+51