summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs12.c
Commit message (Expand)AuthorAgeFilesLines
* reindented codeNikos Mavrogiannopoulos2013-11-081-1545/+1457
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-2/+4
* doc updatesNikos Mavrogiannopoulos2013-04-081-7/+7
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-8/+8
* Use gnutls_realloc_fast everywhere. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-02-181-2/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* doc fixNikos Mavrogiannopoulos2013-01-051-5/+5
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-1/+1
* corrected copyright noticesNikos Mavrogiannopoulos2012-12-061-0/+1
* Import PKCS #12 keysNikos Mavrogiannopoulos2012-12-061-17/+23
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-26/+8
* doc updateNikos Mavrogiannopoulos2012-11-191-1/+1
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-18/+19
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-0/+31
* several cleanupsNikos Mavrogiannopoulos2012-09-221-1/+1
* doc fixNikos Mavrogiannopoulos2012-07-211-2/+1
* simplified base64 encoding/decoding functions by using a datum.Nikos Mavrogiannopoulos2012-07-081-9/+2
* Added flag GNUTLS_PKCS12_SP_INCLUDE_SELF_SIGNED for gnutls_pkcs12_simple_pars...Nikos Mavrogiannopoulos2012-06-101-21/+29
* deinitialize extra certs if they are empty.Nikos Mavrogiannopoulos2012-06-101-8/+18
* Changed prototype for gnutls_pkcs12_simple_parse() to simplify chain building.Nikos Mavrogiannopoulos2012-06-091-39/+117
* Re-use GNUTLS_E_DECRYPTION_FAILED for encrypted structures.Nikos Mavrogiannopoulos2012-06-051-3/+3
* Introduced GNUTLS_E_ENCRYPTED_STRUCTURE error code.Nikos Mavrogiannopoulos2012-06-031-1/+17
* gnutls_certificate_set_x509_simple_pkcs12_file() now imports certificate chai...Nikos Mavrogiannopoulos2012-06-031-0/+388
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-4/+0
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-8/+8
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-1/+1
* Internals section updated.Nikos Mavrogiannopoulos2011-08-121-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-8/+8
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-1/+1
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-6/+6
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-240/+240
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-4/+6
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-8/+8
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-92/+88
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-8/+8
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-8/+8
* Indent code.Simon Josefsson2009-11-051-5/+7
* Added GNUTLS_BAG_SECRET that adds support for storing a randomly generated keyNikos Mavrogiannopoulos2009-10-251-1/+6
* Remove write-only variable tmp_size in _pkcs12_decode_safe_content().Fabian Keil2009-08-311-2/+1
* Use modern libtasn1 interfaces.Simon Josefsson2009-03-041-4/+4
* Reduce verbosityNikos Mavrogiannopoulos2008-11-021-1/+0
* print DER errors if any.Nikos Mavrogiannopoulos2008-11-021-3/+8
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-041-3/+3