aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/hazmat/backends/openssl/opensslv.py
Commit message (Collapse)AuthorAgeFilesLines
* Split OpenSSL bindingAlex Stapleton2014-01-011-32/+0
|
* String literals are const char*.Alex Stapleton2013-12-281-1/+1
| | | | | | GCC won't whine with -Wall because so much code isn't const correct but writing to a string literal is undefined. -Wwrite-strings is the warning flag to enable to spot these.
* bind a few more assorted random simple thingsJean-Paul Calderone2013-12-231-0/+1
|
* Remove names from the backend that don't actually existAlex Gaynor2013-12-231-0/+2
|
* Renamed bindings to backendsAlex Gaynor2013-12-131-0/+29