summaryrefslogtreecommitdiff
path: root/bip-0075
AgeCommit message (Collapse)Author
2016-11-28- Update identifier comment in paymentrequest.protoMatt David
2016-11-28- Update identifier to be a required field in ProtocolMessage and ↵Matt David
EncryptedProtocolMessage
2016-08-29Added versioning, cancelingjmacwhyte
2016-07-28- Replace UNKNOWN_TYPE with UNKNOWN_MESSAGE_TYPEMatt David
2016-07-28- Add UNKNOWN_TYPE to ProtocolMessageType enum in paymentrequest.proto and ↵Matt David
BIP75 text (based on suggestions from http://androiddevblog.com/protocol-buffers-pitfall-adding-enum-values/) - Update BIP75 Motivation and use cases to provide more color around reasoning and use of BIP75 NOTE: The BIP75 language no longer contains a description of the KYC compliance use case, as it is a single, very specific use-case that does not have any bearing on the technical specifications herein. BIP75 extends the original BIP70 Payment Protocol to become a two-way, encrypted messaging process, which can be used for a variety of reasons one of which is regulatory compliance.
2016-04-28- SpacingMatt David
- Recommit mistakently deleted encrypted invoicerequest flow diagram
2016-04-26- Fix formatting + fix/add linksMatt David
- Update images
2016-04-26- Reset bip-0070/extensions.mediawiki to the original BIP70 contentsMatt David
- 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
2016-03-29- Update HTTPS to be TLS-protected HTTPMatt David
- 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.
2016-03-11Format CommentMarshall Long
Format comment to fit style of previous comments
2016-03-09- Update optional flags to PaymentDetails definition in paymentrequest.protoMatt David
- Add DER encoding requirement for EC public keys and ECC signatures - Add SHA-256 hashing requirement for ECC signatures - Add FIPS 180-4 SHS link
2016-03-08 - Add subtract_fee and replace_by_fee flags to PaymentDetails. ↵Matt David
replace_by_fee is commented out as it's only available in version 2 of the message
2016-03-07Renamed to BIP75, added extensions to BIP70 payment detailsjmacwhyte