summaryrefslogtreecommitdiff
path: root/lib/x509/mpi.c
Commit message (Expand)AuthorAgeFilesLines
* algorithms: implement X448 key exchange and Ed448 signature schemeDaiki Ueno2020-01-231-1/+3
* Removed all FIXME comments in code [ci skip]Nikos Mavrogiannopoulos2019-03-161-4/+0
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-041-1/+1
* write_oid_and_params: moved nullity check of params earlierNikos Mavrogiannopoulos2018-08-131-6/+5
* reduce common asserts to assist in debugging the libraryNikos Mavrogiannopoulos2017-08-151-1/+0
* gnutls_pk_params_st: separate flags/qbits and curveNikos Mavrogiannopoulos2017-08-081-1/+1
* _gnutls_x509_check_pubkey_params: removed unnecessary parameterNikos Mavrogiannopoulos2017-08-041-1/+1
* _gnutls_x509_read_pkalgo_params: initialize params structureNikos Mavrogiannopoulos2017-08-041-2/+4
* Added convention for missing SubjectPublicKeyInfo params fieldNikos Mavrogiannopoulos2017-08-031-15/+17
* cleanup: removed unnecessary/duplicate parameters in functionsNikos Mavrogiannopoulos2017-08-031-0/+1
* Clarified the purpose of the spki params related functionsNikos Mavrogiannopoulos2017-08-031-45/+55
* Renamed GNUTLS_PK_ECDHX to GNUTLS_PK_ECDH_X25519Nikos Mavrogiannopoulos2017-07-171-1/+1
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-3/+6
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-13/+109
* _gnutls_x509_write_uint32: ensure we prepend leading zero when writingNikos Mavrogiannopoulos2017-04-061-3/+9
* Added helper functions to parse the inhibit anyPolicy X.509 extensionNikos Mavrogiannopoulos2017-04-061-0/+35
* _gnutls_x509_read_dsa_params: update params structure parameters size on succ...Nikos Mavrogiannopoulos2017-01-041-20/+19
* pkcs7: use the PK_PKIX1_RSA_OID when writing RSA signature OIDs for PKCS#7 st...Nikos Mavrogiannopoulos2015-12-161-2/+8
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-5/+5
* _gnutls_get_asn_mpis() will release any data on failureNikos Mavrogiannopoulos2015-06-251-3/+5
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-4/+4
* x509: use libtasn1's strict DER decoding rules in network obtained structuresNikos Mavrogiannopoulos2015-03-091-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-216/+204
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-1/+1
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-2/+2
* removed old libtasn1 requirementsNikos Mavrogiannopoulos2012-09-161-3/+0
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-5/+0
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-3/+3
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-051-2/+0
* HASH2MAC macro is no more.Nikos Mavrogiannopoulos2011-10-081-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* print information on ECC certificates.Nikos Mavrogiannopoulos2011-05-221-11/+14
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-385/+32
* Corrected types.Nikos Mavrogiannopoulos2011-03-121-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-48/+48
* Use ASN1_NULL when writing parameters for RSA signatures. This makes us compl...Nikos Mavrogiannopoulos2010-12-051-1/+4
* cleanupsNikos Mavrogiannopoulos2010-11-161-2/+1
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-11/+14
* Print debugging information on error.Nikos Mavrogiannopoulos2010-06-031-0/+1
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-15/+16
* Added operations to sign CRLs, certificates and requests with an abstract key...Nikos Mavrogiannopoulos2010-06-031-2/+1
* 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
* Corrections for --disable-extra-pki configure flag to work. Patch by Bill Ran...Nikos Mavrogiannopoulos2010-01-101-0/+4