summaryrefslogtreecommitdiff
path: root/lib/x509/verify.c
Commit message (Expand)AuthorAgeFilesLines
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-12/+12
* Move mpi.h stuff to x509_int.h.Simon Josefsson2008-02-261-2/+1
* Move verify.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move dn.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Rename lib/x509/x509.h to x509_int.h.Simon Josefsson2008-02-251-2/+2
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* replaced UNKNOWN_HASH_ALGORITHM WITH UNKNOWN_ALGORITHMNikos Mavrogiannopoulos2007-10-231-1/+1
* Export gnutls_x509_crt_get_raw_dn, gnutls_x509_crt_get_raw_issuer_dn.Simon Josefsson2007-05-241-4/+4
* Fix warnings, tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>.Simon Josefsson2007-04-161-1/+1
* Permit empty parameters field too, found after adding self tests.Simon Josefsson2006-09-121-2/+6
* Fix asn1_read_value() call to fix crash, reported by Andreas MetzlerSimon Josefsson2006-09-121-1/+1
* Make sure the digestAlgorithm.parameters field is empty, which it hasSimon Josefsson2006-09-081-1/+10
* Use GNU coding style.Simon Josefsson2005-11-071-543/+614
* *** empty log message ***Nikos Mavrogiannopoulos2005-10-271-1/+1
* The check for insecure algorithms is only performed on non-self signed certif...Nikos Mavrogiannopoulos2005-10-271-2/+6
* Don't accept MD2/MD5 hashes when verifying X.509 certificate signatures.Simon Josefsson2005-10-271-1/+30
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Corrected a bug in certificate verification that could lead to a trustedNikos Mavrogiannopoulos2005-05-231-19/+29
* some doc fixes.Nikos Mavrogiannopoulos2005-03-081-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2005-03-081-1/+1
* Improved the semantics of GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT, to allowNikos Mavrogiannopoulos2005-03-061-0/+7
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* Corrected bugs found by Marcin Garski <mgarski@post.pl>Nikos Mavrogiannopoulos2004-12-151-0/+1
* The certificate chain verification function now checks certificates in the re...Nikos Mavrogiannopoulos2004-12-011-77/+55
* Indent.Simon Josefsson2004-10-281-45/+64
* Use minmax.h from gnulib instead of GMIN/GMAX.Simon Josefsson2004-08-171-1/+1
* * Corrected a bug in certificate verification. Pointed out byNikos Mavrogiannopoulos2004-06-241-13/+18
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-60/+60
* added an improved verification example.Nikos Mavrogiannopoulos2004-06-121-44/+31
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-496/+557
* Added the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-051-4/+4
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-1/+2
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* corrected signing and verifying with DSA keys.Nikos Mavrogiannopoulos2003-12-261-1/+29
* Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data()Nikos Mavrogiannopoulos2003-11-261-33/+58
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-1/+1
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+1
* preserve the flags from the last certificate verification, in a chain.Nikos Mavrogiannopoulos2003-11-031-2/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-021-2/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-011-7/+7
* * Several changes in certificate and key verification.Nikos Mavrogiannopoulos2003-11-011-13/+12
* introduced gnutls_const_datum for gnutls_pkcs12_bag_get_data(). Some other cl...Nikos Mavrogiannopoulos2003-10-301-7/+26
* corrected some bugs in the verification functions.Nikos Mavrogiannopoulos2003-10-301-1/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-301-2/+3
* Improved the certificate verification functions and the certtool program's ve...Nikos Mavrogiannopoulos2003-10-301-9/+13
* Improved the certificate generation stuff.Nikos Mavrogiannopoulos2003-10-251-30/+118
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-3/+3
* some prototype fixes.gnutls_0_9_5Nikos Mavrogiannopoulos2003-04-061-0/+5
* Added the --disable-extra-pki configure option, which disables all extra PKI ...Nikos Mavrogiannopoulos2003-04-011-93/+100