Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Steps to get this running on py32 and py33 again | Alex Gaynor | 2013-08-09 | 1 | -2/+2 | |
| | | ||||||
* | | Compute the cipher name slightly (only slightly) better | Alex Gaynor | 2013-08-09 | 3 | -2/+6 | |
| | | ||||||
* | | More TODOs | Alex Gaynor | 2013-08-09 | 2 | -1/+3 | |
| | | ||||||
* | | Start playing with getting useful errors. We need unit tests for all these | Alex Gaynor | 2013-08-09 | 1 | -10/+18 | |
| | | | | | | | | lines | |||||
* | | Clear the sensitive data | Alex Gaynor | 2013-08-09 | 1 | -0/+6 | |
| | | ||||||
* | | Another TODO | Alex Gaynor | 2013-08-09 | 1 | -0/+1 | |
| | | ||||||
* | | Many TODOs later, we can encrypt a thing | Alex Gaynor | 2013-08-09 | 3 | -3/+74 | |
| | | ||||||
* | | Started stubbing stuff out, including a simple test, now is the part where we | Alex Gaynor | 2013-08-08 | 6 | -0/+25 | |
|/ | | | | write some actual cryptographic software. So yeah. | |||||
* | Refactor into latest design decision | Hynek Schlawack | 2013-08-08 | 3 | -2/+4 | |
| | | | | | C is an implementation detail of the wrapper API, so we go with 'bindings'. Also create/fix some namespaces. | |||||
* | Less code, more tests. | Alex Gaynor | 2013-08-07 | 1 | -127/+0 | |
| | ||||||
* | Removed a forgotten file | Alex Gaynor | 2013-08-07 | 1 | -56/+0 | |
| | ||||||
* | Removed most of the C files. We'll add them back as needed. | Alex Gaynor | 2013-08-07 | 18 | -943/+0 | |
| | ||||||
* | Removed some commented out entries | Alex Gaynor | 2013-08-07 | 4 | -28/+0 | |
| | ||||||
* | Added an empty __init__ | Alex Gaynor | 2013-08-07 | 1 | -0/+0 | |
| | ||||||
* | Added license headers | Alex Gaynor | 2013-08-06 | 20 | -0/+260 | |
| | ||||||
* | Initial commit. Migrates over basic project files, and the OpenSSL bindings | Alex Gaynor | 2013-08-06 | 20 | -0/+932 | |
from OpenTLS. |