Skip to content

Commit a301db0

Browse files
authored
Merge pull request bitcoin#527 from comboy/bip66-dead-link
fix dead link in BIP66
2 parents 91426fd + 117862b commit a301db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0066.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ These operators all perform ECDSA verifications on pubkey/signature pairs, itera
3737

3838
The following code specifies the behaviour of strict DER checking. Note that this function tests a signature byte vector which includes the 1-byte sighash flag that Bitcoin adds, even though that flag falls outside of the DER specification, and is unaffected by this proposal. The function is also not called for cases where the length of sig is 0, in order to provide a simple, short and efficiently-verifiable encoding for deliberately invalid signatures.
3939

40-
DER is specified in http://www.itu.int/rec/T-REC-X.690-200811-I/en .
40+
DER is specified in https://www.itu.int/rec/T-REC-X.690/en .
4141

4242
<pre>
4343
bool static IsValidSignatureEncoding(const std::vector<unsigned char> &sig) {

0 commit comments

Comments
 (0)