Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Added SSL functionality#29

Closed
derrend wants to merge 6 commits intopetertodd:masterpetertodd/python-bitcoinlib:masterfrom
derrend:masterderrend/python-bitcoinlib:masterCopy head branch name to clipboard
Closed

Added SSL functionality#29
derrend wants to merge 6 commits intopetertodd:masterpetertodd/python-bitcoinlib:masterfrom
derrend:masterderrend/python-bitcoinlib:masterCopy head branch name to clipboard

Conversation

@derrend
Copy link
Contributor

@derrend derrend commented Nov 22, 2014

Included place holders for SSL certificate chains.
It is worth noting that the 'paymentrequest' function is currently dependant on the 'pycrypto' library which can be installed using pip but it would be more elegant to use 'hashlib' if possible.
Also the 'sds_pr' and 'sds_pa' variables are written to the physical disk which is undesirable. It would make more sense to use 'BytesIO' or 'StringIO' from the 'io' library (which ever is appropriate).

Included place holders for SSL certificate chains.
It is worth noting that the 'paymentrequest' function is currently dependant on the 'pycrypto' library which can be installed using pip but it would be more elegant to use 'hashlib' if possible.
Also the 'sds_pr' and 'sds_pa' variables are written to the physical disk which is undesirable. It would make more sense to use 'BytesIO' or 'StringIO' from the 'io' library (which ever is appropriate).
@petertodd
Copy link
Owner

Needs a rebase. Also please squash all the commits together, and give it a more descriptive commit message than just "Update"

@posita
Copy link
Contributor

posita commented May 3, 2015

It is worth noting that the 'paymentrequest' function is currently dependant on the 'pycrypto' library which can be installed using pip but it would be more elegant to use 'hashlib' if possible.

👍 for using hashlib. If (but not before) PR #62 is accepted, consider using cryptography in favor of PyCrypto where hashlib is insufficient.

@petertodd
Copy link
Owner

I believe this is covered by #72, closing.

@petertodd petertodd closed this Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.