techguy613
commented at 11:50 pm on May 6, 2016:
contributor
This update for BIP75 makes the following changes:
Remove duplicate, encrypted versions of each Payment Protocol message
Add encapsulating messages that allow for both plaintext and encrypted messaging as well as status messaging within the protocol
Change the AES-256 mode to GCM (from CBC), and including status_code || status_message as Additional Authenticated Data in the GCM cipher
Update use of ECDH X-point to instead use SHA256(ECDH().x) to match up with the libsecp256k1 implementation of ECDH)
These changes aim to make the protocol much easier to implement on both the client and store & forward server sides.
- Update HTTPS to be TLS-protected HTTP
- Add Updated Messages section to describe the status_code and status_message
- Separated Message and Communication Errors into Payment Protocol Errors and Communication Errors
- Add first draft Payment Protocol error codes
- Update InvoiceRequest Message Creation description amount example to return Payment Protocol error in the case of an issue with the amount.
8bf7d90d20
- Reset bip-0070/extensions.mediawiki to the original BIP70 contents
- Remove status_code and status_message from individual Payment Protocol messages
- Remove EncryptedInvoiceRequest, EncryptedPaymentRequest, EncryptedPayment and EncryptedPaymentACK messages from protobuf definition file
- Add ProtocolMessageType enum and ProtocolMessageType and EncryptedProtocolMesssage messages to bip-0075/paymentrequest.proto definition file
- Update BIP75 text to remove old individual message encryption paths and include new encapsulating messages for self-contained PaymentProtocol communication (including errors) over various transport layers
- Add initial list of status codes
- Update BIP75 to use AES-256-GCM and remove message hash as GCM mode provides authenticated encryption
- Update ECDH calculation to use SHA256 hash of ECDH's X point instead of the raw X point itself
Updated S&F suggestions, some other tweaks and typos.f8f05f0ac9
Merge pull request #17 from jmacwhyte/master
Updated S&F suggestions, some other tweaks and typos.
a90bd90c3c
techguy613 renamed this:
BIP75 Simplication
BIP75 Simplification and Enhancements
on May 6, 2016
luke-jr added the label
Proposed BIP modification
on May 7, 2016
luke-jr
commented at 3:34 am on May 7, 2016:
member
Can you merge this with the master branch please?
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# bip-0075.mediawiki
3cf25a7594
techguy613
commented at 4:32 pm on May 9, 2016:
contributor
Master merged 👍
techguy613
commented at 10:59 pm on May 9, 2016:
contributor
Hey @luke-jr, can you please wait to merge this PR (if you were going to merge it soon?). I need to work on one more thing that I’m realizing needs a little bit of a revamp. Thanks!
techguy613 renamed this:
BIP75 Simplification and Enhancements
BIP75 Simplification and Enhancements [WIP]
on May 10, 2016
luke-jr
commented at 4:20 am on May 10, 2016:
member
Next time just close and reopen the PR ;)
- Update ECDH output to use SHA512 instead of SHA256
- Specify HMAC_DRBG security strength
e1d74be3b6
- Remove libsecp256k1 reference40d4246d3d
techguy613 renamed this:
BIP75 Simplification and Enhancements [WIP]
BIP75 Simplification and Enhancements
on May 11, 2016
techguy613
commented at 8:01 pm on May 11, 2016:
contributor
Next time I will definitely close and re-open, but for now we’re ready to go! 👍 Thanks @luke-jr
techguy613
commented at 6:27 pm on May 19, 2016:
contributor
Hey @luke-jr! There hasn’t been much talk about this PR on the list outside of the announcement. What is the current status of (or issues holding up) merging the PR? Thanks sir!
luke-jr
commented at 6:51 pm on May 19, 2016:
member
This is a metadata mirror of the GitHub repository
bitcoin/bips.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2024-11-24 07:10 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me