summaryrefslogtreecommitdiff
path: root/lib/x509/x509_int.h
Commit message (Expand)AuthorAgeFilesLines
* avoid duplicate asn1 structure initialization.Nikos Mavrogiannopoulos2012-09-161-0/+1
* removed old libtasn1 requirementsNikos Mavrogiannopoulos2012-09-161-8/+0
* Added gnutls_pubkey_verify_hash2() and gnutls_pk_to_sign().Nikos Mavrogiannopoulos2012-05-091-4/+0
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-12/+12
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-051-27/+0
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-061-0/+9
* corrected sign type errors for integers.Nikos Mavrogiannopoulos2011-08-301-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* The crippled status of an gnutls_x509_privkey_t was removed.Nikos Mavrogiannopoulos2011-07-231-6/+0
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and pubkey_verify_da...Nikos Mavrogiannopoulos2011-06-041-7/+8
* No need to keep Z in parameters since the pubkey can always be converted to a...Nikos Mavrogiannopoulos2011-05-221-2/+2
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-41/+25
* Account 'A' in calculations for point doubling.Nikos Mavrogiannopoulos2011-05-201-2/+2
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-2/+3
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-0/+6
* Added sha224 to the list of MACs.Nikos Mavrogiannopoulos2011-02-091-0/+1
* Added a new API to verify certificates. It is more efficient andNikos Mavrogiannopoulos2011-01-311-0/+17
* replaced old gnutls_pk_algorithm.Nikos Mavrogiannopoulos2011-01-151-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-104/+104
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-10/+11
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-06-031-1/+4
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-031-3/+5
* Added operations to sign CRLs, certificates and requests with an abstract key...Nikos Mavrogiannopoulos2010-06-031-1/+0
* Added gnutls_pubkey_verify_hash(), gnutls_pubkey_get_verify_algorithm().Nikos Mavrogiannopoulos2010-06-031-3/+7
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-0/+2
* Added operations to sign CRLs, certificates and requests with an abstract key...Nikos Mavrogiannopoulos2010-06-031-7/+5
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-4/+0
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* More indentation.Simon Josefsson2010-04-141-53/+61
* 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-1/+1
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-1/+1
* Added GNUTLS_BAG_SECRET that adds support for storing a randomly generated keyNikos Mavrogiannopoulos2009-10-251-0/+1
* Added support for the AES family of ciphers in the PKCS8 and 12 encryption op...Nikos Mavrogiannopoulos2009-10-241-1/+6
* Applied patch by Cedric Bail to add functions gnutls_x509_crt_verify_hash() a...Nikos Mavrogiannopoulos2009-03-261-0/+4
* Be compatible with libtasn1 before v1.6.Simon Josefsson2009-03-041-1/+9
* Fix syntax-check warnings.Simon Josefsson2008-10-081-4/+4
* Need libtasn1.h here.Simon Josefsson2008-10-081-0/+2
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-041-0/+1
* set global maximum size for certificate requests' extensions size.Nikos Mavrogiannopoulos2008-10-041-0/+2
* Added initial support for certificate requests handling of X.509 extensions.Nikos Mavrogiannopoulos2008-10-041-1/+13
* Added functions to handle and set CRL extensions.Nikos Mavrogiannopoulos2008-10-031-0/+23
* changed crypto API to reduce probability of memory leaks during usage of pk_p...Nikos Mavrogiannopoulos2008-09-281-1/+1
* output.c: Can properly print IP addresses in certificates.Nikos Mavrogiannopoulos2008-09-201-6/+7
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-15/+14
* align commentsSimon Josefsson2008-02-261-1/+1
* Pull in gnutls/pkcs12.h instead of duplicating stuff.Simon Josefsson2008-02-261-27/+2