summaryrefslogtreecommitdiff
path: root/lib/x509/sign.c
Commit message (Expand)AuthorAgeFilesLines
* Added the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-051-2/+2
* * 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-47/+10
* Added support for generating CRLs in the library and theNikos Mavrogiannopoulos2003-12-261-0/+115
* Added support for generating and exporting DSA private keys. Exporting to PKC...Nikos Mavrogiannopoulos2003-12-181-3/+32
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-251-2/+0
* Almost finished the X.509 certificate generation.Nikos Mavrogiannopoulos2003-10-251-1/+1
* Added the --disable-extra-pki configure option, which disables all extra PKI ...Nikos Mavrogiannopoulos2003-04-011-0/+4
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful e...Nikos Mavrogiannopoulos2003-03-251-1/+1
* better use of asn1_der_coding() to avoid using static buffers.Nikos Mavrogiannopoulos2003-03-171-5/+19
* some cleanups.Nikos Mavrogiannopoulos2003-03-171-13/+6
* several other additions and fixes for the certificate request stuff.Nikos Mavrogiannopoulos2003-03-141-0/+34
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-141-0/+193