summaryrefslogtreecommitdiff
path: root/bip-0075.mediawiki
AgeCommit message (Collapse)Author
2016-05-11- Remove libsecp256k1 referenceMatt David
2016-05-11- Update ECDH output to use SHA512 instead of SHA256Matt David
- Specify HMAC_DRBG security strength
2016-05-09Merge remote-tracking branch 'upstream/master'Matt David
# Conflicts: # bip-0075.mediawiki
2016-04-28Merge pull request #17 from jmacwhyte/masterMatt David
Updated S&F suggestions, some other tweaks and typos.
2016-04-28Updated S&F suggestions, some other tweaks and typos.jmacwhyte
2016-04-28- SpacingMatt David
- Recommit mistakently deleted encrypted invoicerequest flow diagram
2016-04-27Fix spacing again and pull IV size down to 12 bytes in accord with NIST 800-38DMatt David
2016-04-27- Fix spacingMatt David
2016-04-27- Fix spacingMatt David
2016-04-27- Add information about the use of GCM Authentication tagMatt David
- Add requirement of additional authenticated data in the case that either status_code and/or status_message are in use
2016-04-26Add more linebreaksMatt David
2016-04-26Adding linebreaks and fixing some bad linksMatt David
2016-04-26- Fix straggling EncryptedPaymentRequest referenceMatt David
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-17Put BIP 75 in the right place in README, and clean up formatting a bitLuke Dashjr
2016-03-16Merge remote-tracking branch 'origin/master'Matt David
2016-03-16Update BIP header to pass TravisCIMatt David
2016-03-15Removed BIP70 extensionsjmacwhyte
2016-03-11Formatting improvements to BIP-75Jonathan Cross
* Fixing a few extra closing `b` tags and converting others to wiki bold syntax. * Linking "see below" and "see above" items to the actual section of the BIP. * Consistent capitalization of "Bitcoin". * "requester" => "requester* (more common outside of legal writing) * "concious" => "conscious" * "Foward" => "Forward" * "Satoshis" => "satoshis" (as unit of bitcoin, not the name of creator) * Removing unnecessary </img> which can actually cause problems. * Adding required `alt` attribute to img tags. * Fix wrapping of long lines (some were wrapped at 112 chars) - No effect on final rendering users see.
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-09Extended BIP70 fields, added BIP numberjmacwhyte
2016-03-07- Update PaymentDetails indexMatt David
- Added bolding to replace_by_fee
2016-03-07Renamed to BIP75, added extensions to BIP70 payment detailsjmacwhyte