Yes another stupid fix about pubkey along with regression tests this time
modified libpkg/rsa.c
@@ -284,7 +284,9 @@ rsa_sign(char *path, struct rsa_key *rsa, unsigned char **sigret, unsigned int *
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/Makefile.am
@@ -87,6 +87,7 @@ tests_scripts= \
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified tests/frontend/Kyuafile.in
@@ -14,6 +14,7 @@ atf_test_program{name='lock'}
|
|
|
|
|
|
| + | |
|
|
|
|
|
added tests/frontend/pubkey.sh
@@ -0,0 +1,48 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |