[Replicant] [PATCH 4/4] Do not leave certificates creation in undefined state

2019-01-29 Thread doak
From: doak Create either all or none keys and certificates. Signed-off-by: doak --- sign-build | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/sign-build b/sign-build index 0ef4aa11..b4b25326 100755 --- a/sign-build +++ b/sign-build @@ -83,10 +83,17 @@

[Replicant] [PATCH 3/4] Make creation of certificates more robust

2019-01-29 Thread doak
From: doak This fixes several issues: * Mostly all fields have to be set (at least it seems like this) to create certificates using 'make_key' successfully. * Handle default values. * Avoid unwanted whitespaces in 'SUBJECT' due of linebreak. Signed-off-by: doak --- sign-build | 42

[Replicant] 'sign-build': Make certificate creation more robust

2019-01-29 Thread doak
Dear Denis, dear Replicant developers, I adapted the patches like requested. Additionally I fixed a minor typo in a comment. Sorry for the long delay. The original description follows: In reference to issue [#1870] I made the creation of certificates ('./vendor/replicant/sign-build') more