summaryrefslogtreecommitdiff
path: root/lib/x509/key_decode.c
Commit message (Expand)AuthorAgeFilesLines
* Added support for generating and reading EdDSA/Ed25519 keysNikos Mavrogiannopoulos2015-12-181-2/+65
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-6/+6
* _gnutls_get_asn_mpis() will release any data on failureNikos Mavrogiannopoulos2015-06-251-1/+0
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-1/+1
* doc updateNikos Mavrogiannopoulos2015-01-171-3/+3
* Allow decoding PKCS #8 files with ECC parameters from openssl.Nikos Mavrogiannopoulos2014-04-111-4/+4
* zeroize also ASN.1 structures that hold keys.Nikos Mavrogiannopoulos2013-11-271-0/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-199/+201
* Removed elliptic curve code from gnutls. Use nettle's implementation.Nikos Mavrogiannopoulos2013-04-021-7/+0
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-11/+11
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-2/+2
* Corrected ECC key generation.Nikos Mavrogiannopoulos2011-11-101-2/+2
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-051-2/+2
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-061-4/+1
* corrected sign type errors for integers.Nikos Mavrogiannopoulos2011-08-301-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* corrected ECC public key encoding/decoding.Nikos Mavrogiannopoulos2011-05-221-35/+3
* print information on ECC certificates.Nikos Mavrogiannopoulos2011-05-221-17/+47
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-0/+301