summaryrefslogtreecommitdiff
path: root/lib/gnutls_cert.c
Commit message (Expand)AuthorAgeFilesLines
* moving gnutls_DN structures out of gnutls_cert and auth_info structures.Nikos Mavrogiannopoulos2001-12-041-69/+25
* The RDN sequence needed in the certificate request message isNikos Mavrogiannopoulos2001-11-301-28/+80
* several fixes.Nikos Mavrogiannopoulos2001-11-101-22/+22
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-2/+6
* added option to regenerate primes and generators for EDHNikos Mavrogiannopoulos2001-10-121-0/+7
* updated name indication extension (dnsname)Nikos Mavrogiannopoulos2001-10-101-2/+2
* several cleanupsNikos Mavrogiannopoulos2001-10-081-5/+6
* added DHE_RSA ciphersuitesNikos Mavrogiannopoulos2001-10-081-1/+1
* several cleanups in order to support DHE_RSANikos Mavrogiannopoulos2001-09-231-8/+22
* updated documentationNikos Mavrogiannopoulos2001-09-191-1/+5
* Client certificate callback has been improvedNikos Mavrogiannopoulos2001-09-141-266/+395
* gnutls_set_certificate_request() renamed to gnutls_x509pki_set_cert_request().Nikos Mavrogiannopoulos2001-08-261-2/+39
* corrected bugs in version handling and in certificate initializationNikos Mavrogiannopoulos2001-08-191-3/+6
* additions in order for gnutls server to support client authenticationNikos Mavrogiannopoulos2001-08-071-0/+16
* updated in key usage fieldsNikos Mavrogiannopoulos2001-08-061-2/+36
* added the concept of optional handshake packets (like CERTIFICATE_REQUEST).Nikos Mavrogiannopoulos2001-08-061-0/+1
* several cleanups and updates in the handshake protocol implementationNikos Mavrogiannopoulos2001-08-051-2/+22
* cleanups in certificate copyingNikos Mavrogiannopoulos2001-08-051-0/+1
* renamed cert_* to x509_*Nikos Mavrogiannopoulos2001-08-051-223/+6
* asn1_read_value() will no longer overflow the given buffer.Nikos Mavrogiannopoulos2001-08-041-1/+1
* fixes in x509 cert extensions handlingNikos Mavrogiannopoulos2001-08-041-8/+106
* minor fixesNikos Mavrogiannopoulos2001-08-041-0/+5
* *** empty log message ***Nikos Mavrogiannopoulos2001-08-021-2/+3
* subjectAltName related fixesNikos Mavrogiannopoulos2001-08-021-2/+2
* added some kind of support for X509 ExtensionsNikos Mavrogiannopoulos2001-08-021-1/+127
* added log function (no longer use fprintf).Nikos Mavrogiannopoulos2001-07-301-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-261-19/+18
* gnutls now checks the certificate's CN to see if it matches theNikos Mavrogiannopoulos2001-07-241-15/+1
* corrected bug in b64 decoding. Added support for multiple TLS protocolNikos Mavrogiannopoulos2001-07-241-3/+15
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-211-1/+3
* corrected memory leaksNikos Mavrogiannopoulos2001-07-211-4/+25
* several fixes cleanups etc.Nikos Mavrogiannopoulos2001-07-211-12/+26
* added some kind of certificate checkingNikos Mavrogiannopoulos2001-07-201-3/+15
* more certificate fields parsed. CleanupsNikos Mavrogiannopoulos2001-07-181-13/+46
* several cleanups. Added check for certificate's expiration time.Nikos Mavrogiannopoulos2001-07-171-7/+52
* updated cert_verifyNikos Mavrogiannopoulos2001-07-161-7/+0
* updated APINikos Mavrogiannopoulos2001-07-141-23/+28
* several bug fixes in ASN handling. Fixes/additionsNikos Mavrogiannopoulos2001-07-141-62/+60
* several cleanupsNikos Mavrogiannopoulos2001-07-141-33/+53
* improved certificate handlingNikos Mavrogiannopoulos2001-07-141-67/+202
* Updated ASN.1 Parser (Fabio - commited by me).Nikos Mavrogiannopoulos2001-07-071-50/+77
* cleanupsNikos Mavrogiannopoulos2001-07-011-9/+9
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* several cleanupsNikos Mavrogiannopoulos2001-06-241-90/+11
* added internal representation of pkcs1 rsa private keys.Nikos Mavrogiannopoulos2001-06-221-4/+101
* added global state.Nikos Mavrogiannopoulos2001-06-221-19/+30
* minor cleanupsNikos Mavrogiannopoulos2001-06-221-1/+60
* Updated Ciphersuite selection algorithm.Nikos Mavrogiannopoulos2001-06-211-11/+356
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-0/+99