summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs7.c
Commit message (Expand)AuthorAgeFilesLines
* reindented codeNikos Mavrogiannopoulos2013-11-081-711/+655
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-1/+3
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-0/+26
* simplified base64 encoding/decoding functions by using a datum.Nikos Mavrogiannopoulos2012-07-081-8/+1
* added newline at end of file.Nikos Mavrogiannopoulos2012-02-211-1/+0
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-4/+1
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-13/+13
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-49/+49
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-14/+14
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-11/+11
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Doc fix.Simon Josefsson2009-05-271-1/+1
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-6/+6
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-8/+8
* Use modern libtasn1 interfaces.Simon Josefsson2009-03-041-4/+4
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-041-2/+2
* Indent code.Simon Josefsson2008-07-021-6/+5
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-145/+150
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-8/+16
* Move pkcs7.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move dn.h stuff to x509_int.h.Simon Josefsson2008-02-261-2/+1
* export_int was simplified are no artificial limits are imposed any moreNikos Mavrogiannopoulos2007-11-251-1/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* use snprintf() instead of multiple calls to str_cpy() and str_cat().Nikos Mavrogiannopoulos2006-04-031-21/+8
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-2/+2
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-1/+1
* Include config.h first. Tiny patch from Albert Chin <gnutls-dev@mlists.thewr...Simon Josefsson2005-11-141-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-549/+613
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Doc fix.Simon Josefsson2005-02-061-4/+6
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* updated documentationNikos Mavrogiannopoulos2005-01-201-3/+3
* Indent.Simon Josefsson2004-10-281-2/+4
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-35/+35
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-607/+635
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-0/+1
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. Some...Nikos Mavrogiannopoulos2003-11-141-3/+3
* Renamed several pkcs #7 related functions. That is to allow future extensions...Nikos Mavrogiannopoulos2003-11-111-20/+19
* Added gnutls_pkcs7_set_certificate2() and gnutls_pkcs7_set_crl2() functions.Nikos Mavrogiannopoulos2003-11-111-7/+106
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+4