summaryrefslogtreecommitdiff
path: root/lib/x509/verify.c
Commit message (Expand)AuthorAgeFilesLines
* documentation fixesNikos Mavrogiannopoulos2011-07-231-13/+9
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and pubkey_verify_da...Nikos Mavrogiannopoulos2011-06-041-318/+50
* fixes for http://tools.ietf.org/html/draft-mavrogiannopoulos-tls-dss-00Nikos Mavrogiannopoulos2011-06-031-0/+5
* Truncation of ECDSA and DSA signatures moved to _wrap_nettle_pk_sign()Nikos Mavrogiannopoulos2011-06-031-3/+6
* Hash algorithms used for DSA and ECDSA correspond to draft-mavrogiannopoulos-...Nikos Mavrogiannopoulos2011-06-031-12/+24
* Laxed verification checks for DSA to allow SHA256 in place of SHA224.Nikos Mavrogiannopoulos2011-05-281-3/+2
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-2/+2
* Several updates to allow generation and signing of an ECC certificate.Nikos Mavrogiannopoulos2011-05-231-1/+2
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-221-14/+23
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-25/+20
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-2/+2
* Corrected documentation of several API functions.Nikos Mavrogiannopoulos2011-04-101-2/+2
* Simplified signature algorithm selection.Nikos Mavrogiannopoulos2011-03-231-1/+1
* Corrected verification of DSA-2048 keys. Reported by teddy@fukt.bsnet.se.Nikos Mavrogiannopoulos2011-03-151-3/+8
* gnutls_x509_trust_list_verify_crt shortens the provided certificate list base...Nikos Mavrogiannopoulos2011-03-121-1/+1
* Corrected types.Nikos Mavrogiannopoulos2011-03-121-1/+1
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-1/+1
* Time checks were moved to _gnutls_verify_certificate2().Nikos Mavrogiannopoulos2011-02-021-60/+52
* Better output when removing certificates from list.Nikos Mavrogiannopoulos2011-01-311-7/+9
* Added a new API to verify certificates. It is more efficient andNikos Mavrogiannopoulos2011-01-311-44/+107
* exported gnutls_x509_crl_get_raw_issuer_dn()Nikos Mavrogiannopoulos2011-01-301-1/+1
* The verification functions now return a GNUTLS_E_PK_SIG_VERIFY_FAILED on sign...Nikos Mavrogiannopoulos2010-12-181-28/+26
* Added gnutls_pubkey_verify_data and test vectors.Nikos Mavrogiannopoulos2010-12-161-1/+6
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-227/+227
* Indent code.Simon Josefsson2010-12-061-2/+3
* Use ASN1_NULL when writing parameters for RSA signatures. This makes us compl...Nikos Mavrogiannopoulos2010-12-051-2/+2
* Reverted default behavior for verification and introduced GNUTLS_VERIFY_DO_NO...Nikos Mavrogiannopoulos2010-11-261-2/+2
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-44/+53
* When verifying certificates use the same algorithm whether the DO_NOT_ALLOW_SAMENikos Mavrogiannopoulos2010-06-211-17/+19
* Corrected prefered hash algorithm return value on RSA.Nikos Mavrogiannopoulos2010-06-031-2/+5
* Added gnutls_pubkey_get_preferred_hash_algorithm() and gnutls_x509_crt_get_pr...Nikos Mavrogiannopoulos2010-06-031-0/+7
* Several fixes after big rebase.Nikos Mavrogiannopoulos2010-06-031-5/+0
* Added gnutls_pubkey_verify_hash(), gnutls_pubkey_get_verify_algorithm().Nikos Mavrogiannopoulos2010-06-031-1/+0
* Added gnutls_pubkey_verify_hash(), gnutls_pubkey_get_verify_algorithm().Nikos Mavrogiannopoulos2010-06-031-20/+8
* Optimized the check_if_same().Nikos Mavrogiannopoulos2010-06-031-3/+26
* Use correct hashing algorithms for DSA with q over 160 bits.Nikos Mavrogiannopoulos2010-05-251-21/+45
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-30/+35
* gnutls_x509_crt_verify() and gnutls_x509_crt_list_verify() behave identically.Nikos Mavrogiannopoulos2010-03-161-12/+5
* Extended time verification to trusted certificate list as well. IntroducedNikos Mavrogiannopoulos2010-03-141-20/+63
* Removed artificial constrained that prevented end-user certificates,Nikos Mavrogiannopoulos2010-03-071-3/+8
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-5/+5
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-45/+45
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-7/+7
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-7/+7
* Indent code.Simon Josefsson2009-11-051-53/+60
* Doc fix.Simon Josefsson2009-05-281-2/+2