aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add docs for EC numbersAlex Stapleton2014-05-232-30/+51
|
* Separate ECC key material from operationsAlex Stapleton2014-05-233-47/+147
|
* Removed signer/verifier from signature algorithmAlex Stapleton2014-05-232-45/+0
|
* Bump to 0.5Alex Stapleton2014-05-231-4/+4
|
* Update docsAlex Stapleton2014-05-231-20/+12
|
* Fixup how the digest algorithm is sentAlex Stapleton2014-05-231-4/+10
|
* Flesh out EllipticCurveSignatureAlgorithmAlex Stapleton2014-05-232-2/+99
|
* Add signing and verifying interfacesAlex Stapleton2014-05-231-1/+18
|
* Use @six.add_metaclass(abc.ABCMeta)Alex Stapleton2014-05-231-3/+6
|
* Elliptic curve interfacesAlex Stapleton2014-05-233-0/+177
|
* Merge pull request #959 from public/openssl-loading-backendPaul Kehrer2014-05-226-1/+473
|\ | | | | OpenSSL loading backend
| * Updated docstringsAlex Stapleton2014-05-161-2/+10
| |
| * DSA supportAlex Stapleton2014-05-032-0/+36
| |
| * Bump to 0.5Alex Stapleton2014-05-031-1/+1
| |
| * OpenSSL key loading implementationAlex Stapleton2014-05-036-1/+429
| |
* | Merge pull request #1072 from reaperhulk/fix-1071Alex Gaynor2014-05-212-2/+7
|\ \ | | | | | | Make the OpenSSL version text reflect the loaded library
| * | load the openssl version text based on the loaded libraryPaul Kehrer2014-05-212-2/+7
| | |
* | | Merge pull request #1069 from reaperhulk/fix-hkdfexpand-changelogAlex Gaynor2014-05-211-1/+1
|\ \ \ | |/ / |/| | fix changelog to link to hkdfexpand
| * | fix changelog to link to hkdfexpandPaul Kehrer2014-05-211-1/+1
|/ /
* | Merge pull request #1068 from reaperhulk/ctr-mode-098Alex Gaynor2014-05-214-3/+73
|\ \ | | | | | | AES CTR Mode 0.9.8 Support
| * | rename all the things if you want them to workPaul Kehrer2014-05-211-2/+2
| | |
| * | add test to verify AES CTR is always available in 0.9.8+, comment updatesPaul Kehrer2014-05-212-5/+12
| | |
| * | add some comments to explain the existence of AESCTRCipherContextPaul Kehrer2014-05-211-0/+8
| | |
| * | allocate only 16 bytesPaul Kehrer2014-05-211-1/+1
| | | | | | | | | | | | | | | cffi allocates 17 bytes (one for trailing null), but that isn't used by this function so we don't need to allocate it.
| * | add changelog entryPaul Kehrer2014-05-201-0/+2
| | |
| * | add AES CTR support to OpenSSL 0.9.8Paul Kehrer2014-05-202-2/+55
| | |
* | | Merge pull request #1066 from Ayrx/move-doc8Alex Gaynor2014-05-201-4/+2
|\ \ \ | | | | | | | | Moved doc8 job to docs
| * | | Moved doc8 job to docsAyrx2014-05-201-4/+2
|/ / /
* | | Merge pull request #1065 from reaperhulk/more-info-for-windows-problemsAlex Stapleton2014-05-201-1/+17
|\ \ \ | |/ / |/| | Update Windows docs to help users select proper architecture
| * | add information for windows users about selecting the right archPaul Kehrer2014-05-201-1/+17
|/ /
* | Merge pull request #1063 from Ivoz/patch-1Alex Gaynor2014-05-191-0/+4
|\ \ | | | | | | Add a badge to tell you the latest version
| * | Add a badge to tell you the latest versionMatt Iversen2014-05-201-0/+4
|/ /
* | Merge pull request #1056 from alex/doc8Paul Kehrer2014-05-182-2/+9
|\ \ | | | | | | Testing for doc8
| * | grumpAlex Gaynor2014-05-181-1/+1
| | |
| * | Allow long titlesAlex Gaynor2014-05-181-2/+2
| | |
| * | Merge branch 'master' into doc8Alex Gaynor2014-05-1824-168/+187
| |\ \ | |/ / |/| |
* | | Merge pull request #1058 from public/another-ec-bindingPaul Kehrer2014-05-181-0/+11
|\ \ \ | | | | | | | | Add EC_GROUP_get_degree and OPENSSL_EC_NAMED_CURVE bindings
| * | | Add OPENSSL_EC_NAMED_CURVE constantAlex Stapleton2014-05-181-0/+6
| | | |
| * | | Add EC_GROUP_get_degree bindingAlex Stapleton2014-05-181-0/+5
|/ / /
* | | Merge pull request #1055 from alex/linewrapAlex Stapleton2014-05-183-6/+12
|\ \ \ | | | | | | | | More line wrapping
| * | | More line wrappingAlex Gaynor2014-05-173-6/+12
| | | |
* | | | Merge pull request #1057 from Ayrx/i-am-boredAlex Stapleton2014-05-1820-162/+164
|\ \ \ \ | |/ / / |/| | | Make exceptions end with a period consistently
| * | | Make exceptions end with a period consistentlyAyrx2014-05-1820-162/+164
|/ / /
| * | Part of the py3 job as well for consistencyAlex Gaynor2014-05-171-1/+4
| | |
| * | Move to being a part of the pep8 jobAlex Gaynor2014-05-172-14/+6
| | |
| * | Remove duplicate jobsAlex Gaynor2014-05-171-0/+7
| | |
| * | Testing for doc8Alex Gaynor2014-05-172-1/+6
|/ /
* | Merge pull request #1053 from alex/long-lines-docsPaul Kehrer2014-05-177-15/+17
|\ \ | | | | | | Word wrap some long lines in teh docs
| * | One moreAlex Gaynor2014-05-171-1/+2
| | |
| * | Word wrap some long lines in teh docsAlex Gaynor2014-05-176-14/+15
|/ /