summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs12.c
Commit message (Expand)AuthorAgeFilesLines
* Pull up from HEAD.gnutls_1_2_with_libtommathSimon Josefsson2005-08-301-1/+0
* Pull up from HEAD.Simon Josefsson2005-08-301-1/+5
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* corrected some things that could affect 64 bit machines.Nikos Mavrogiannopoulos2005-05-151-4/+10
* Fixed pkcs12 friendly name and local key identifier decoding.Nikos Mavrogiannopoulos2005-04-121-11/+33
* gnutls will now recognize the GOST signature and public key OIDs. However no ...Nikos Mavrogiannopoulos2005-03-061-1/+1
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-2/+2
* Doc fix.Simon Josefsson2005-02-061-4/+6
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* updated documentationNikos Mavrogiannopoulos2005-01-201-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2004-12-151-12/+11
* Indent.Simon Josefsson2004-10-281-8/+9
* Fix prototypes. (Unfinished, there should be a tool to do this...)Simon Josefsson2004-08-251-4/+4
* Use minmax.h from gnulib instead of GMIN/GMAX.Simon Josefsson2004-08-171-1/+1
* 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-810/+877
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-2/+2
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-0/+1
* * Added the gnutls_sign_algorithm type.Nikos Mavrogiannopoulos2004-01-061-2/+2
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Some fixes pointed out by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr>Nikos Mavrogiannopoulos2003-11-211-1/+4
* gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. Some...Nikos Mavrogiannopoulos2003-11-141-1/+1
* added some check for the input parameters.Nikos Mavrogiannopoulos2003-11-111-0/+30
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-3/+3
* Updated the openpgp key API.Nikos Mavrogiannopoulos2003-10-031-0/+2
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i...Nikos Mavrogiannopoulos2003-08-071-3/+5
* some cleanups.Nikos Mavrogiannopoulos2003-06-281-1/+0
* Added function to do the MAC verification in the PKCS #12 structure.Nikos Mavrogiannopoulos2003-06-271-0/+93
* Added stuff needed to read PKCS #12 bag attributes.Nikos Mavrogiannopoulos2003-06-271-3/+56
* Added ability to write Bag attributes LocalKeyId and friendlyName, in order f...Nikos Mavrogiannopoulos2003-06-271-16/+109
* PKCS #12 generation, finaly can interoperate with openssl even in the encrypt...Nikos Mavrogiannopoulos2003-06-261-2/+2
* Some more improvements in the PKCS #12 part. Now it interoperates with openss...Nikos Mavrogiannopoulos2003-06-261-12/+48
* Several more additions to PKCS #12 to allow encrypting bags. Still not intero...Nikos Mavrogiannopoulos2003-06-261-28/+24
* More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added...Nikos Mavrogiannopoulos2003-06-251-3/+363
* Passwords in PKCS5 and PKCS12 are now restricted to ASCII ones.Nikos Mavrogiannopoulos2003-06-241-3/+2
* Some changes in PKCS12 to allow a bag to hold more than one elements.Nikos Mavrogiannopoulos2003-06-241-21/+52
* some pkcs12 improvements.Nikos Mavrogiannopoulos2003-06-231-22/+38
* Some improvements in PKCS12 parser. Now it can extract private keys from the ...Nikos Mavrogiannopoulos2003-06-221-130/+82
* some more stuff about PKCS12. Still on early stage and incomplete.Nikos Mavrogiannopoulos2003-05-161-0/+468