summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs12_encr.c
Commit message (Expand)AuthorAgeFilesLines
* Use GNU coding style.Simon Josefsson2005-11-071-93/+108
* Fixes to make GC work again.Simon Josefsson2005-10-171-1/+1
* Made the PKCS #12 API handle null passwords. Based on patch byNikos Mavrogiannopoulos2005-09-271-7/+10
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-3/+1
* Indent.Simon Josefsson2004-10-281-6/+7
* allow for NULL and empty passwords in pkcs12 string to keyNikos Mavrogiannopoulos2004-10-271-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2004-10-271-0/+3
* *** empty log message ***Nikos Mavrogiannopoulos2004-10-271-1/+1
* Fix.Simon Josefsson2004-08-211-3/+2
* Use gc.Simon Josefsson2004-08-211-23/+29
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-98/+92
* Added the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-051-2/+2
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-4/+1
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-3/+2
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i...Nikos Mavrogiannopoulos2003-08-071-14/+15
* Removed the salt size restriction (multiple of 8) to allow parsing IE5 genera...Nikos Mavrogiannopoulos2003-06-301-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-281-13/+15
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-281-1/+21
* some cleanups.Nikos Mavrogiannopoulos2003-06-261-2/+6
* More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added...Nikos Mavrogiannopoulos2003-06-251-6/+13
* Passwords in PKCS5 and PKCS12 are now restricted to ASCII ones.Nikos Mavrogiannopoulos2003-06-241-3/+25
* Some changes in PKCS12 to allow a bag to hold more than one elements.Nikos Mavrogiannopoulos2003-06-241-0/+6
* Some additions to allow decrypting PKCS #5 encrypted data, with PKCS #12 sche...Nikos Mavrogiannopoulos2003-06-221-0/+92