- 11847537CDCDD430C43AB5E0D9AD598E7F7BFCA1DEDC7381128EDE03C6515C2685CCAB90672879EDA73E6FE29B711EEE3965421C4AD0866D7AE26DF72A2ED197
+ A6F142145B954FC7938DF34435542376D3D7D2609AEC6B7367AD49414E3730960EC4E213B6AA0EDE2C8A4714F44224970738C8DA938B6C1AE426188491F22C06
ffa/contrib/litmus/litmus.sh
(225 . 8)(225 . 8)
13 done
14
15 # 'ASCII-Armoured' PGP signatures have mandatory start and end markers:
16 START_MARKER="\-\-\-\-\-BEGIN PGP SIGNATURE\-\-\-\-\-"
17 END_MARKER="\-\-\-\-\-END PGP SIGNATURE\-\-\-\-\-"
18 START_MARKER="^\-\-\-\-\-BEGIN PGP SIGNATURE\-\-\-\-\-"
19 END_MARKER="^\-\-\-\-\-END PGP SIGNATURE\-\-\-\-\-"
20
21 # Determine start and end line positions for payload:
22 start_ln=$(grep -m 1 -n "$START_MARKER" $SIGFILE | cut -d ':' -f1)
(274 . 7)(274 . 7)
24 if [ $CLEARSIGN_MODE == true ]
25 then
26 # Find position of 'clearsign' payload start marker:
27 CLEAR_MARKER="\-\-\-\-\-BEGIN PGP SIGNED MESSAGE\-\-\-\-\-"
28 CLEAR_MARKER="^\-\-\-\-\-BEGIN PGP SIGNED MESSAGE\-\-\-\-\-"
29 start_clr=$(grep -m 1 -n "$CLEAR_MARKER" $SIGFILE | cut -d ':' -f1)
30
31 # If payload start marker was not found: