summaryrefslogtreecommitdiff
path: root/lib/x509/mpi.c
Commit message (Expand)AuthorAgeFilesLines
* 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