summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs7.c
Commit message (Expand)AuthorAgeFilesLines
* 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