libpkg: push siglen +/- 1 into the ossl signer
modified libpkg/pkg_repo.c
@@ -755,12 +755,8 @@ pkg_repo_archive_extract_check_archive(int fd, const char *file,
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo_create.c
@@ -1018,7 +1018,7 @@ pack_sign(struct packing *pack, struct pkgsign_ctx *sctx, const char *path,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkgsign_ossl.c
@@ -344,6 +344,15 @@ ossl_verify(const struct pkgsign_ctx *sctx __unused, const char *keypath,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -444,11 +453,12 @@ ossl_sign_data(struct pkgsign_ctx *sctx, const unsigned char *msg, size_t msgsz,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|