aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added marker condif to pytest.iniAlex Stapleton2014-05-271-0/+1
|
* Removed unused doc referenceAlex Stapleton2014-05-271-3/+0
|
* Add pkcs8_serialization markAlex Stapleton2014-05-272-2/+8
|
* PKCS#8 serialized key loadingAlex Stapleton2014-05-275-5/+304
|
* Merge pull request #1080 from reaperhulk/generate-rsa-parametersAlex Stapleton2014-05-277-1/+45
|\ | | | | add generate_rsa_parameters_supported to RSABackend
| * improve language in generate_rsa_parameters_supported docsPaul Kehrer2014-05-261-2/+2
| |
| * add generate_rsa_parameters_supported to RSABackendPaul Kehrer2014-05-257-1/+45
| |
* | Merge pull request #1081 from reaperhulk/rsa-fixturesAlex Stapleton2014-05-262-157/+546
|\ \ | | | | | | Add pre-generated RSA keys for testing
| * | use the keys in the RSA testsPaul Kehrer2014-05-261-157/+53
| | |
| * | add pre-generated keys for RSA testsPaul Kehrer2014-05-261-0/+493
|/ / | | | | | | | | These keys are used in tests that need a variety of keys but are not testing generation.
* | Merge pull request #1079 from reaperhulk/more-rsa-supported-checksAlex Stapleton2014-05-261-1/+21
|\ \ | |/ |/| add a few more RSA supported checks
| * add a few more RSA supported checksPaul Kehrer2014-05-251-1/+21
|/
* Merge pull request #1077 from reaperhulk/rsa-padding-supportedAlex Stapleton2014-05-257-27/+378
|\ | | | | Add rsa_padding_supported
| * add supported marks in the RSA tests that use rsa_padding_supportedPaul Kehrer2014-05-241-27/+288
| |
| * add rsa_padding_supported interface to RSABackend and OpenSSL backendPaul Kehrer2014-05-246-0/+90
| |
* | Merge pull request #1076 from reaperhulk/test-location-fixAlex Stapleton2014-05-251-28/+28
|\ \ | |/ |/| move some tests around to be more logical
| * move some tests around to be more logicalPaul Kehrer2014-05-241-28/+28
|/
* 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
|/ / /