summaryrefslogtreecommitdiff
path: root/lib/x509/common.h
Commit message (Expand)AuthorAgeFilesLines
* Improvements in PKCS #11 support.Nikos Mavrogiannopoulos2013-11-091-0/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-80/+86
* Added ISO OID for RSA-SHA1 signatures.Nikos Mavrogiannopoulos2013-10-251-0/+1
* Do not include null terminator in DN string.Nikos Mavrogiannopoulos2013-04-271-3/+0
* Several optimizations on certificate comparisons including DN. This speeds up...Nikos Mavrogiannopoulos2013-03-051-1/+5
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added functions to directly set the DN in a certificate or request from an RF...Nikos Mavrogiannopoulos2013-01-151-0/+2
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-20/+11
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-7/+19
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-5/+9
* Added tpmtool.Nikos Mavrogiannopoulos2012-07-061-0/+3
* Added gnutls_x509_crt_set_private_key_usage_period() andNikos Mavrogiannopoulos2012-03-181-2/+2
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-4/+4
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Added gnutls_x509_dn_oid_name().Nikos Mavrogiannopoulos2012-01-091-2/+0
* Make more functions available internally (for OCSP).Simon Josefsson2011-11-101-0/+10
* Key ID calculation is now consistent on all structures. ItNikos Mavrogiannopoulos2011-10-081-0/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and pubkey_verify_da...Nikos Mavrogiannopoulos2011-06-041-8/+3
* Hash algorithms used for DSA and ECDSA correspond to draft-mavrogiannopoulos-...Nikos Mavrogiannopoulos2011-06-031-1/+2
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-221-1/+1
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-7/+7
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-0/+1
* gnutls_x509_trust_list_verify_crt shortens the provided certificate list base...Nikos Mavrogiannopoulos2011-03-121-0/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-42/+42
* Use ASN1_NULL when writing parameters for RSA signatures. This makes us compl...Nikos Mavrogiannopoulos2010-12-051-0/+3
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-11/+13
* Added RSA with SHA224.Nikos Mavrogiannopoulos2010-07-191-0/+1
* The recognition of DN elements is now self contained. It does not need entrie...Nikos Mavrogiannopoulos2010-06-031-0/+2
* Added support for SHA224 and SHA256 in DSA.Nikos Mavrogiannopoulos2010-06-031-0/+4
* Added gnutls_pubkey_verify_hash(), gnutls_pubkey_get_verify_algorithm().Nikos Mavrogiannopoulos2010-06-031-0/+6
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-0/+8
* Added a forgoten by god OID for RSA. Warn using the actual OIDNikos Mavrogiannopoulos2010-06-031-0/+1
* Use correct hashing algorithms for DSA with q over 160 bits.Nikos Mavrogiannopoulos2010-05-251-0/+2
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Fix warnings.Simon Josefsson2008-08-281-2/+0
* Fix warnings.Simon Josefsson2008-08-281-5/+7
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-1/+1
* Added gnutls_x509_dn_export(). Patch by Joe Orton.Nikos2008-02-241-0/+5
* export_int was simplified are no artificial limits are imposed any moreNikos Mavrogiannopoulos2007-11-251-1/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Support (RSA-)SHA-256/384/512.Simon Josefsson2007-02-051-1/+4
* use snprintf() instead of multiple calls to str_cpy() and str_cat().Nikos Mavrogiannopoulos2006-04-031-4/+0
* Use GNU coding style.Simon Josefsson2005-11-071-56/+65
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fixed pkcs12 friendly name and local key identifier decoding.Nikos Mavrogiannopoulos2005-04-121-4/+5
* gnutls will now recognize the GOST signature and public key OIDs. However no ...Nikos Mavrogiannopoulos2005-03-061-7/+13