summaryrefslogtreecommitdiff
path: root/lib/x509/mpi.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace uint32 with uint32_t.Simon Josefsson2005-12-091-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-328/+385
* fixed some type conflicts.Nikos Mavrogiannopoulos2005-05-311-1/+1
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() andNikos Mavrogiannopoulos2005-01-211-3/+3
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-6/+6
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-411/+409
* Added the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-051-10/+10
* * Added the gnutls_sign_algorithm type.Nikos Mavrogiannopoulos2004-01-061-1/+1
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* corrected signing and verifying with DSA keys.Nikos Mavrogiannopoulos2003-12-261-0/+62
* several cleanups.Nikos Mavrogiannopoulos2003-12-201-2/+2
* Added support for generating and exporting DSA private keys. Exporting to PKC...Nikos Mavrogiannopoulos2003-12-181-1/+49
* Added capability to print the keyid of a certificate or a private key to cert...Nikos Mavrogiannopoulos2003-10-261-12/+82
* Improved the certificate generation stuff.Nikos Mavrogiannopoulos2003-10-251-1/+0
* Added function to do the MAC verification in the PKCS #12 structure.Nikos Mavrogiannopoulos2003-06-271-3/+40
* Eliminated the need for a hard coded max MPI parameter size.Nikos Mavrogiannopoulos2003-03-311-11/+8
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful e...Nikos Mavrogiannopoulos2003-03-251-1/+1
* reduced the FIXMEs.Nikos Mavrogiannopoulos2003-03-231-1/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-211-0/+32
* better use of asn1_der_coding() to avoid using static buffers.Nikos Mavrogiannopoulos2003-03-171-0/+1
* several other additions and fixes for the certificate request stuff.Nikos Mavrogiannopoulos2003-03-141-3/+51
* The RSA and DH parameter handling has been updated.Nikos Mavrogiannopoulos2003-02-161-1/+0
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-141-15/+16
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-121-2/+2
* Added some new certificate verification functions.Nikos Mavrogiannopoulos2003-02-081-0/+275