summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs12_encr.c
Commit message (Expand)AuthorAgeFilesLines
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* iconv: Allow _gnutls_utf8_to_ucs2 to output little endianHugo Beauzée-Luyssen2019-02-211-1/+1
* Support PKCS#12 key derivation with GOST digestsDmitry Eremin-Solenikov2018-06-231-0/+5
* _gnutls_pkcs12_string_to_key: allow SHA384 and SHA512Nikos Mavrogiannopoulos2017-04-041-28/+38
* PKCS#12: added support for files with zero salt length in MACNikos Mavrogiannopoulos2017-04-041-18/+14
* preinitialize variables to work-around warnings with clangNikos Mavrogiannopoulos2017-02-201-0/+2
* _gnutls_pkcs12_string_to_key: avoid division by zero when salt_size = 0Nikos Mavrogiannopoulos2017-01-041-3/+9
* removed c-ctype.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-111-1/+0
* pkcs12: enhanced to allow encrypting using UCS2 passwordsNikos Mavrogiannopoulos2016-09-061-40/+42
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
* use cast in _gnutls_hash_fastNikos Mavrogiannopoulos2015-02-181-2/+2
* _gnutls_pkcs12_string_to_key(): enforce a block size of 64-bytesNikos Mavrogiannopoulos2014-08-111-4/+5
* pkcs12: Allow verification with structures that support other than HMAC-SHA1 ...Nikos Mavrogiannopoulos2014-08-101-6/+9
* stricter type usageNikos Mavrogiannopoulos2014-03-081-1/+1
* Updated the rest of the MPI function prototypes.Nikos Mavrogiannopoulos2014-01-261-1/+7
* updated prototypes of _gnutls_mpi_sub_ui, _gnutls_mpi_add_ui, _gnutls_mpi_mul_uiNikos Mavrogiannopoulos2014-01-261-1/+7
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-3/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-154/+138
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-1/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* use the non-locale dependent versions of isxxx functions.Nikos Mavrogiannopoulos2013-01-251-1/+2
* Increased maximum password len in PKCS #12.Nikos Mavrogiannopoulos2012-10-101-11/+18
* Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. Certto...Nikos Mavrogiannopoulos2012-08-041-9/+11
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-3/+0
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-6/+5
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-0/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-60/+60
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-3/+3
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-3/+3
* Fix PKCS#12 string to key function for 1/128 inputs.Simon Josefsson2009-06-101-3/+9
* Indent code.Simon Josefsson2008-07-021-21/+22
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-27/+52
* 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