summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs12_bag.c
Commit message (Expand)AuthorAgeFilesLines
* 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-80/+77
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-155/+155
* Added GNUTLS_BAG_SECRET that adds support for storing a randomly generated keyNikos Mavrogiannopoulos2009-10-251-94/+159
* Added support for the AES family of ciphers in the PKCS8 and 12 encryption op...Nikos Mavrogiannopoulos2009-10-241-8/+1
* Doc fix.Simon Josefsson2009-05-281-1/+1
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-30/+37
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-34/+31
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-6/+12
* Move lib/x509/pkcs12.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+1
* Move privkey.h stuff to x509_int.h.Simon Josefsson2008-02-261-2/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-317/+383
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-1/+1
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* Indent.Simon Josefsson2004-10-281-17/+20
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-33/+33
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-365/+378
* several improvementsNikos Mavrogiannopoulos2004-06-061-1/+5
* removed gnutls_const_datum type.Nikos Mavrogiannopoulos2004-05-131-1/+1
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-111-5/+7
* added some check for the input parameters.Nikos Mavrogiannopoulos2003-11-111-0/+60
* Some changes to preserve binary compatibility.Nikos Mavrogiannopoulos2003-11-021-3/+14
* Added gnutls_pkcs12_bag_set_crl() and gnutls_pkcs12_bag_set_crt() functions.Nikos Mavrogiannopoulos2003-10-311-0/+60
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-301-2/+2
* introduced gnutls_const_datum for gnutls_pkcs12_bag_get_data(). Some other cl...Nikos Mavrogiannopoulos2003-10-301-1/+1
* Updated the openpgp key API.Nikos Mavrogiannopoulos2003-10-031-0/+2
* Added ability to write Bag attributes LocalKeyId and friendlyName, in order f...Nikos Mavrogiannopoulos2003-06-271-24/+154
* Some more improvements in the PKCS #12 part. Now it interoperates with openss...Nikos Mavrogiannopoulos2003-06-261-0/+133
* Several more additions to PKCS #12 to allow encrypting bags. Still not intero...Nikos Mavrogiannopoulos2003-06-261-2/+83
* More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added...Nikos Mavrogiannopoulos2003-06-251-1/+34
* Some changes in PKCS12 to allow a bag to hold more than one elements.Nikos Mavrogiannopoulos2003-06-241-8/+37
* some pkcs12 improvements.Nikos Mavrogiannopoulos2003-06-231-6/+17
* Some additions to allow decrypting PKCS #5 encrypted data, with PKCS #12 sche...Nikos Mavrogiannopoulos2003-06-221-0/+30
* Some improvements in PKCS12 parser. Now it can extract private keys from the ...Nikos Mavrogiannopoulos2003-06-221-0/+99