summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs7.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some changes in types.Nikos Mavrogiannopoulos2003-10-081-2/+2
* Corrected some of the return types. Several other minor corrections.Nikos Mavrogiannopoulos2003-10-071-3/+3
* Updated the openpgp key API.Nikos Mavrogiannopoulos2003-10-031-0/+2
* more patches by Arne Thomassen.Nikos Mavrogiannopoulos2003-08-111-1/+1
* More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added...Nikos Mavrogiannopoulos2003-06-251-4/+4
* Renamed all of the PKCS #xx stuff names, to pkcs-x-name.Nikos Mavrogiannopoulos2003-04-161-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-04-161-2/+2
* Added the --disable-extra-pki configure option, which disables all extra PKI ...Nikos Mavrogiannopoulos2003-04-011-0/+5
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-291-2/+2
* Several improvments in the PKCS #7 handling. Added capability to delete certi...Nikos Mavrogiannopoulos2003-03-281-187/+400
* Several fixes to allow exporting the PKCS #7 structures.Nikos Mavrogiannopoulos2003-03-261-1/+0
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-261-54/+23
* Added functionality to generate PKCS #7 structures. Currently only certificatesNikos Mavrogiannopoulos2003-03-261-3/+278
* reduced the FIXMEs.Nikos Mavrogiannopoulos2003-03-231-25/+15
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-141-15/+12
* * Added an strnstr() function and the requirement in some functions toNikos Mavrogiannopoulos2003-03-121-2/+1
* Null, as the data value, is now an acceptable value in functions that may ret...Nikos Mavrogiannopoulos2003-02-151-4/+5
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-141-13/+13
* Added some private key handling functions. They are primitive enough for now.Nikos Mavrogiannopoulos2003-02-121-1/+1
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-121-1/+1
* Certificate revocation support is almost complete.Nikos Mavrogiannopoulos2003-02-081-5/+8
* Added the new PKCS7 parsing functions.Nikos Mavrogiannopoulos2003-02-071-0/+383