Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: added check for the decoding of pbes1-des-md5 key | Nikos Mavrogiannopoulos | 2016-08-26 | 3 | -2/+36 |
| | |||||
* | tests: don't use piped tee in pkcs8-decode | Nikos Mavrogiannopoulos | 2016-08-24 | 1 | -5/+2 |
| | | | | It would prevent error codes from being detected in the tests. | ||||
* | tests: added decoding of key with pbes2 and SHA256 PRF | Nikos Mavrogiannopoulos | 2016-08-24 | 3 | -2/+37 |
| | |||||
* | tests: added check for errors when importing illegal RSA keys | Nikos Mavrogiannopoulos | 2016-08-08 | 4 | -2/+170 |
| | |||||
* | tests: added missing backslash in key-tests Makefile | Nikos Mavrogiannopoulos | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | tests: moved ecdsa tests to key-tests/ | Nikos Mavrogiannopoulos | 2016-07-28 | 3 | -3/+129 |
| | |||||
* | tests: moved dsa tests into key-tests/ | Nikos Mavrogiannopoulos | 2016-07-28 | 9 | -2/+348 |
| | |||||
* | tests: moved pkcs8 tests to key-tests/ | Nikos Mavrogiannopoulos | 2016-07-28 | 11 | -2/+310 |
| | |||||
* | tests: key-tests: moved data files into data/ subdir | Nikos Mavrogiannopoulos | 2016-07-28 | 14 | -29/+33 |
| | |||||
* | tests: key-tests: use valgrind | Nikos Mavrogiannopoulos | 2015-11-09 | 4 | -16/+45 |
| | |||||
* | tests: tab indent + minor style changes | Alon Bar-Lev | 2015-06-24 | 2 | -31/+31 |
| | | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> | ||||
* | tests: misc: shell cleanup | Alon Bar-Lev | 2015-06-21 | 2 | -5/+5 |
| | | | | | | leftovers minor sync. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> | ||||
* | tests: key-tests: cleanup shell usage | Alon Bar-Lev | 2015-06-18 | 2 | -49/+49 |
| | | | | | | | | Add quotes for most usages of variables. Added ${} for variables. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> | ||||
* | Added self tests for ECC PKCS #8 files. | Nikos Mavrogiannopoulos | 2014-04-11 | 5 | -1/+51 |
| | |||||
* | Added missing file | Nikos Mavrogiannopoulos | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | Added self-test for PKCS #8 key conversion and reading | Nikos Mavrogiannopoulos | 2014-04-03 | 12 | -0/+389 |