summaryrefslogtreecommitdiff
path: root/lib/x509/mpi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Corrected compilation issues.Nikos Mavrogiannopoulos2009-12-011-1/+0
* Corrected two issues that affected certificate request generation.Nikos Mavrogiannopoulos2009-11-281-35/+14
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-281-2/+2
* Indent.Simon Josefsson2008-10-081-9/+13
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-041-4/+0
* Added initial support for certificate requests handling of X.509 extensions.Nikos Mavrogiannopoulos2008-10-041-13/+42
* Indent code.Simon Josefsson2008-07-021-14/+18
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-11/+11
* Remove all uses of gnutls_alloca/gnutls_afree.Simon Josefsson2008-04-171-4/+4
* Move mpi.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Rename lib/x509/x509.h to x509_int.h.Simon Josefsson2008-02-251-2/+2
* in RSA certificate parameters no artificial limits are imposed any moreNikos Mavrogiannopoulos2007-11-251-26/+29
* added support for PKCS #8 decoding of DSA keys.Nikos Mavrogiannopoulos2007-11-251-5/+15
* added ability to write DSA private keys.Nikos Mavrogiannopoulos2007-11-241-2/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* We don't support inherited DSA parameters.Simon Josefsson2007-02-131-1/+6
* *** empty log message ***Nikos Mavrogiannopoulos2006-02-051-0/+1
* corrected wrong order of free.Nikos Mavrogiannopoulos2006-02-051-2/+3