summaryrefslogtreecommitdiff
path: root/tests/pkcs12_s2k_pem.c
Commit message (Collapse)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-210/+188
| | | | Signed-off-by: Daiki Ueno <ueno@gnu.org>
* Indent codeZoltan Fridrich2023-01-271-18/+31
| | | | | Co-authored-by: Simon Josefsson <simon@josefsson.org> Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
* Replace FSF snail mail addresses with URLStefan Kangas2022-12-271-2/+1
| | | | | | | This is the latest recommendation, as described here: https://www.gnu.org/licenses/gpl-howto.html Signed-off-by: Stefan Kangas <stefankangas@gmail.com>
* Remove 3DES from FIPS approved algorithms.Zoltan Fridrich2022-04-071-0/+3
| | | | | | | | According to the section 2 of SP800-131A Rev.2, 3DES algorithm will be disallowed for encryption after December 31, 2023: https://csrc.nist.gov/publications/detail/sp/800-131a/rev-2/final Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-4/+4
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-54/+42
|
* When running tests disable PKCS #11 support to avoid detecting memory leaks ↵Nikos Mavrogiannopoulos2013-05-011-1/+2
| | | | from PKCS #11 libraries.
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
| | | | Dropped opaque type (replaced with uint8_t)
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* leak fix and updates for new formats.Nikos Mavrogiannopoulos2011-05-221-1/+2
|
* Added missing headers.Nikos Mavrogiannopoulos2011-04-151-0/+1
|
* Don't include <gcrypt.h> when it's not needed.Ludovic Courtès2011-04-131-2/+1
|
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-161-7/+7
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
|
* avoid calling gcrypt directly.Nikos Mavrogiannopoulos2010-06-031-1/+0
|
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-4/+4
|
* Indent code.Simon Josefsson2010-04-141-1/+1
|
* Update copyright years.Simon Josefsson2010-01-271-1/+1
|
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
|
* Tests compile with --enable-gcc-warnings.Nikos Mavrogiannopoulos2010-01-131-1/+1
|
* Indent code.Simon Josefsson2009-11-051-12/+23
|
* Added new self-test pkcs12_s2k_pem.Simon Josefsson2009-06-101-0/+286