summaryrefslogtreecommitdiff
path: root/lib/x509/crl_write.c
Commit message (Expand)AuthorAgeFilesLines
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* gnutls_x509_crl_sign: undeprecateNikos Mavrogiannopoulos2017-09-081-2/+0
* gnutls_x509_*_sign: no longer sign with SHA1Nikos Mavrogiannopoulos2017-09-081-3/+17
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-1/+1
* Mark with (void) the functions where the returned value is not checked intent...Nikos Mavrogiannopoulos2017-04-061-2/+2
* x509 crl: document the nextUpdate field limitationNikos Mavrogiannopoulos2016-12-071-0/+5
* x509 crl: Allow generation of CRLs not to specify a nextUpdateNikos Mavrogiannopoulos2016-12-071-0/+6
* doc: document the fact that certificates and CRLs are unusable after generationNikos Mavrogiannopoulos2016-12-011-0/+9
* doc: no longer list SHA1 as a safe choice in X.509 signingNikos Mavrogiannopoulos2016-12-011-2/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-5/+5
* gnutls_x509_crl_set_authority_key_id, gnutls_x509_crl_set_number allow overwr...Nikos Mavrogiannopoulos2015-08-131-4/+4
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-8/+8
* reindented codeNikos Mavrogiannopoulos2013-11-081-287/+268
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added gnutls_x509_crt_set_private_key_usage_period() andNikos Mavrogiannopoulos2012-03-181-3/+3
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-3/+0
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Added documentation on revocation lists.Nikos Mavrogiannopoulos2011-11-111-2/+6
* Internals section updated.Nikos Mavrogiannopoulos2011-08-121-1/+0
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* More GTK-DOC improvements.Simon Josefsson2011-08-031-1/+3
* documentation fixesNikos Mavrogiannopoulos2011-07-231-10/+10
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Add deprecated docstring.Simon Josefsson2011-02-231-4/+6
* deprecated gnutls_x509_crl_sign(), gnutls_x509_crl_sign2() and gnutls_x509_cr...Nikos Mavrogiannopoulos2011-01-151-2/+4
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-19/+19
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-5/+6
* Added operations to sign CRLs, certificates and requests with an abstract key...Nikos Mavrogiannopoulos2010-06-031-7/+67
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-9/+9
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-84/+77
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Doc fixes.Simon Josefsson2008-10-081-2/+6
* Indent.Simon Josefsson2008-10-081-2/+2
* Added functions to handle and set CRL extensions.Nikos Mavrogiannopoulos2008-10-031-1/+129
* Doc fix.Simon Josefsson2008-09-231-1/+1
* (gnutls_x509_crl_set_version): Fix on platform where 'char' can be unsigned.Simon Josefsson2008-05-261-4/+3
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-4/+4
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-7/+14
* Move mpi.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move extensions.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move dn.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move sign.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Merge crq.h into x509_int.h, avoid one trivial header file.Simon Josefsson2008-02-251-2/+2
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-106/+125
* fixed some type conflicts.Nikos Mavrogiannopoulos2005-05-311-1/+1