summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs7.c
Commit message (Expand)AuthorAgeFilesLines
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-3/+3
* pkcs7: corrected write_signer_id() when GNUTLS_PKCS7_WRITE_SPKI was usedNikos Mavrogiannopoulos2015-06-181-1/+1
* Added gnutls_pkcs7_get_signature_countNikos Mavrogiannopoulos2015-06-171-1/+29
* doc updateNikos Mavrogiannopoulos2015-06-161-5/+4
* pkcs7: write the DER encoded timeNikos Mavrogiannopoulos2015-06-161-3/+3
* pkcs7: corrected usage of GNUTLS_PKCS7_INCLUDE_TIME flagNikos Mavrogiannopoulos2015-06-161-2/+2
* Added gnutls_pkcs7_print()Nikos Mavrogiannopoulos2015-06-161-0/+1
* pkcs7: addressed memory leaksNikos Mavrogiannopoulos2015-06-031-2/+4
* Added code to parse and set PKCS #7 attributesNikos Mavrogiannopoulos2015-06-031-21/+139
* use the same flags in all verification functionsNikos Mavrogiannopoulos2015-06-021-4/+4
* _decode_pkcs7_signed_data: fixed mem leaksNikos Mavrogiannopoulos2015-06-021-2/+5
* Added gnutls_pkcs7_sign()Nikos Mavrogiannopoulos2015-06-021-56/+357
* Added gnutls_pkcs7_get_crl_raw2Nikos Mavrogiannopoulos2015-06-021-19/+47
* pkcs7 verification: parse the signing timeNikos Mavrogiannopoulos2015-06-021-0/+52
* on PKCS #7 verification check the the content type matches the signed dataNikos Mavrogiannopoulos2015-06-021-4/+33
* pkcs7 verification: return GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE when no enca...Nikos Mavrogiannopoulos2015-06-021-3/+9
* Added PKCS #7 signature(s) verificationNikos Mavrogiannopoulos2015-06-021-18/+590
* verify PKCS #7 signed dataNikos Mavrogiannopoulos2015-06-021-4/+16
* updated PKCS #7 code to cache signed_dataNikos Mavrogiannopoulos2015-06-021-141/+46
* doc: avoid mentioning pointers when not neededNikos Mavrogiannopoulos2015-03-201-1/+1
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-16/+16
* Safer reinitialization of structures on re-import to avoid memory leaks.Nikos Mavrogiannopoulos2014-08-181-5/+29
* 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