summaryrefslogtreecommitdiff
path: root/lib/x509/key_decode.c
Commit message (Expand)AuthorAgeFilesLines
* algorithms: implement X448 key exchange and Ed448 signature schemeDaiki Ueno2020-01-231-0/+5
* lib: implement support for updated GOST PublicKeyParametersDmitry Eremin-Solenikov2019-10-061-1/+4
* Removed all FIXME comments in code [ci skip]Nikos Mavrogiannopoulos2019-03-161-2/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* _gnutls_x509_read_eddsa_pubkey(): sanity check the input valuestmp-cert-statusNikos Mavrogiannopoulos2018-11-151-4/+10
* lib/x509: use new function to deduce default GOST paramsetDmitry Eremin-Solenikov2018-07-101-8/+7
* lib: remove undefined behaviour when handling GOST paramsetDmitry Eremin-Solenikov2018-07-101-1/+1
* Support importing/exporting X.509 GOST public keysDmitry Eremin-Solenikov2018-06-231-0/+150
* x509: removed debugging code [ci skip]Nikos Mavrogiannopoulos2017-09-161-1/+0
* gnutls_pk_params_st: separate flags/qbits and curveNikos Mavrogiannopoulos2017-08-081-1/+1
* x509/output: print error on invalid public key parameters on certificateNikos Mavrogiannopoulos2017-08-041-0/+1
* introduced error code GNUTLS_E_PK_INVALID_PUBKEY_PARAMSNikos Mavrogiannopoulos2017-08-041-2/+2
* _gnutls_x509_check_pubkey_params: removed unnecessary parameterNikos Mavrogiannopoulos2017-08-041-3/+2
* _gnutls_x509_read_rsa_pss_params: fail early on unknown hash algorithmsNikos Mavrogiannopoulos2017-08-041-4/+12
* Added convention for missing SubjectPublicKeyInfo params fieldNikos Mavrogiannopoulos2017-08-031-2/+8
* gnutls_x509_privkey_int: eliminated duplicate pk_algorithm fieldNikos Mavrogiannopoulos2017-08-031-1/+1
* gnutls_pk_params_st: renamed sign field to spkiNikos Mavrogiannopoulos2017-08-031-3/+3
* Clarified the purpose of the spki params related functionsNikos Mavrogiannopoulos2017-08-031-2/+2
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-2/+14
* corrected typo in x962 functionsNikos Mavrogiannopoulos2017-06-121-1/+1
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-1/+170
* _gnutls_x509_read_dsa_params: update params structure parameters size on succ...Nikos Mavrogiannopoulos2017-01-041-2/+10
* When decoding a public key ensure that algorithm is written in the params structNikos Mavrogiannopoulos2016-11-301-3/+9
* 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