summaryrefslogtreecommitdiff
path: root/lib/x509/crq.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gnutls_x509_crq_get_preferred_hash_algorithm.Simon Josefsson2011-02-201-68/+2
* Fix deprecated docstring.Simon Josefsson2011-02-201-4/+5
* Rename gnutls_privkey_sign_data2 to gnutls_privkey_sign_data and gnutls_privk...Simon Josefsson2011-02-201-1/+1
* Deprecated gnutls_x509_crq_sign2() and gnutls_x509_crq_sign() inNikos Mavrogiannopoulos2011-01-151-2/+4
* Renamed gnutls_privkey_sign_data() to gnutls_privkey_sign_data2() to match theNikos Mavrogiannopoulos2010-12-211-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-301/+301
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-15/+18
* The get_preferred_hash_algorithm() functions have now an extra argument to in...Nikos Mavrogiannopoulos2010-06-031-6/+6
* Added gnutls_x509_crq_get_preferred_hash_algorithm().Nikos Mavrogiannopoulos2010-06-031-1/+64
* Added operations to sign CRLs, certificates and requests with an abstract key...Nikos Mavrogiannopoulos2010-06-031-35/+108
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-35/+35
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-2/+2
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-2/+2
* Indent code.Simon Josefsson2009-11-051-19/+13
* Fix gnutls_datum usage.Simon Josefsson2009-08-281-1/+2
* Fix compiler warning bugs for OpenWatcom.Dan Fandrich2009-08-281-1/+3
* size_t and unsigned int fixes.Nikos Mavrogiannopoulos2009-07-131-8/+19
* Indent.Simon Josefsson2009-06-031-9/+6
* Doc fix.Simon Josefsson2009-06-031-0/+2
* Reduce stack usage.Simon Josefsson2009-06-031-13/+29
* Doc fix.Simon Josefsson2009-06-031-276/+266
* Simplify.Simon Josefsson2009-06-031-35/+23
* Reduce stack usage.Simon Josefsson2009-06-031-59/+68
* Reduce stack usage.Simon Josefsson2009-06-031-19/+29
* Fix uninitialized variable access.Simon Josefsson2009-06-031-1/+1
* Reduce stack frame usage.Simon Josefsson2009-06-031-5/+24
* Don't assert on expected errors.Simon Josefsson2009-06-021-1/+0
* Reduce stack usage. Fix build failure wrt variable names.Simon Josefsson2009-06-011-34/+55
* Doc fix.Simon Josefsson2009-06-011-37/+38
* Return buffer size for NULL/0 inputs. Fix output buffer size computation.Simon Josefsson2009-06-011-9/+1
* Don't assert for expected errors.Simon Josefsson2009-06-011-1/+0
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-0/+1
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-20/+20
* Use modern libtasn1 interfaces.Simon Josefsson2009-03-041-11/+11
* gnutls: New interface to get key id for certificate requests.Simon Josefsson2008-12-111-0/+159
* Doc fixes.Simon Josefsson2008-10-081-113/+155
* Indent.Simon Josefsson2008-10-081-80/+83
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-041-10/+7
* Added gnutls_x509_crq_set_key_purpose_oid and gnutls_x509_crq_get_key_purpose...Nikos Mavrogiannopoulos2008-10-041-2/+231
* set global maximum size for certificate requests' extensions size.Nikos Mavrogiannopoulos2008-10-041-3/+3
* Added initial support for certificate requests handling of X.509 extensions.Nikos Mavrogiannopoulos2008-10-041-24/+1015
* Indent.Simon Josefsson2008-09-161-4/+4
* Doc fixes.Simon Josefsson2008-08-141-16/+16
* added gnutls_x509_crq_set_key_rsa_raw() which will set a raw key to a certifi...Nikos Mavrogiannopoulos2008-08-031-0/+68
* Indent code.Simon Josefsson2008-07-021-5/+5
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-8/+7
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-10/+20