Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1271 from alex/organize | Paul Kehrer | 2014-07-16 | 1 | -35/+35 |
|\ | | | | | Reorganize the backend interface definitions | ||||
| * | Reorganize the backend interface definitions | Alex Gaynor | 2014-07-16 | 1 | -35/+35 |
| | | |||||
* | | Merge pull request #1264 from public/dh-vectors | Paul Kehrer | 2014-07-16 | 5 | -0/+5625 |
|\ \ | |/ |/| | NIST KASVS values for DH and ECDH | ||||
| * | NIST KASVS values for DH and ECDH | Alex Stapleton | 2014-07-16 | 5 | -0/+5625 |
| | | | | | | | | | | | | | | http://csrc.nist.gov/groups/STM/cavp/documents/keymgmt/kastestvectors.zip Only the "Static" scheme is added here since we are only testing the primitive DH and ECDH key agreement operation. | ||||
* | | Merge pull request #1268 from crc32a/X509V3_EXT_d2i_binding | Alex Gaynor | 2014-07-15 | 1 | -0/+1 |
|\ \ | | | | | | | Adding binding for void *X509V3_EXT_d2i(X509_EXTENSION *ext); | ||||
| * | | Removing the param name from the binding for X509V3_EXT_d2i in accordence ↵ | Carlos D. Garza | 2014-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | with the contribution guidlines. | ||||
| * | | Adding binding for void *X509V3_EXT_d2i(X509_EXTENSION *ext); | Carlos D. Garza | 2014-07-15 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #1263 from alex/wordwrap-and-check | Paul Kehrer | 2014-07-12 | 2 | -16/+25 |
|\ \ | | | | | | | Linewrap CHANGELOG and have doc8 check it as well | ||||
| * | | Fixed link that got broken | Alex Gaynor | 2014-07-12 | 1 | -1/+1 |
| | | | |||||
| * | | Linewrap CHANGELOG and have doc8 check it as well | Alex Gaynor | 2014-07-12 | 2 | -16/+25 |
| | | | |||||
* | | | Merge pull request #1261 from alex/we-are-the-six-percent | Paul Kehrer | 2014-07-12 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Remove the 6% chance this test will fail -- refs #1259 | ||||
| * | | | No point showing a ... | Alex Gaynor | 2014-07-12 | 1 | -2/+1 |
| | | | | |||||
| * | | | Remove the 6% chance this test will fail -- refs #1259 | Alex Gaynor | 2014-07-12 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #1262 from alex/write-all-the-words | Paul Kehrer | 2014-07-12 | 2 | -2/+6 |
|\ \ \ | |/ / |/| | | Try to make the examples of verifying an HMAC/CMAC clearer -- refs #1259 | ||||
| * | | Try to make the examples of verifying an HMAC/CMAC clearer -- refs #1259 | Alex Gaynor | 2014-07-12 | 2 | -2/+6 |
|/ / | |||||
* | | Merge pull request #1259 from public/doctests | Paul Kehrer | 2014-07-12 | 4 | -6/+23 |
|\| | | | | | Get rid of remaining pycon blocks | ||||
| * | Get rid of remaining pycon blocks | Alex Stapleton | 2014-07-12 | 4 | -6/+23 |
|/ | |||||
* | Merge pull request #1256 from alex/serialization-docs | Donald Stufft | 2014-07-11 | 1 | -9/+39 |
|\ | | | | | Fixed example in the serialization docs | ||||
| * | Turn this into a doctest block | Alex Gaynor | 2014-07-11 | 1 | -7/+35 |
| | | |||||
| * | Fixed name of the function | Alex Gaynor | 2014-07-11 | 1 | -2/+3 |
| | | |||||
| * | Fixed example in the serialization docs | Alex Gaynor | 2014-07-11 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #1254 from alex/check-for-errors | David Reid | 2014-07-11 | 1 | -2/+3 |
|\ | | | | | Check for errors when invoking the vectors setup.py | ||||
| * | Check for errors when invoking the vectors setup.py | Alex Gaynor | 2014-07-11 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #1252 from public/fix-1235 | David Reid | 2014-07-11 | 2 | -23/+39 |
|\ | | | | | Raise ValueError if the password doesn't fit | ||||
| * | Raise ValueError if the password doesn't fit | Alex Stapleton | 2014-07-11 | 2 | -23/+39 |
| | | | | | | | | Fixes #1235. OpenSSL only allows password up to 1024 bytes. | ||||
* | | Merge pull request #1251 from alex/document-header | Paul Kehrer | 2014-07-11 | 1 | -8/+12 |
|\ \ | |/ |/| | Document what the PEM headers look like in more cases | ||||
| * | Mention both RFCs | Alex Gaynor | 2014-07-10 | 1 | -4/+4 |
| | | |||||
| * | Document what the PEM headers look like in more cases | Alex Gaynor | 2014-07-10 | 1 | -8/+12 |
| | | |||||
* | | Merge pull request #1249 from alex/factor-key-loading | David Reid | 2014-07-10 | 1 | -2/+10 |
|\ \ | |/ |/| | Factor out the key loading logic to make it easier to have other key loading schemes | ||||
| * | Factor out the key loading logic to make it easier to have other key loading ↵ | Alex Gaynor | 2014-07-10 | 1 | -2/+10 |
| | | | | | | | | schemes | ||||
* | | Merge pull request #1246 from Ayrx/add-binding | Alex Gaynor | 2014-07-10 | 1 | -0/+1 |
|\ \ | | | | | | | Add GENERAL_NAMES_free binding | ||||
| * | | Add GENERAL_NAMES_free binding | Terry Chia | 2014-07-10 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #1248 from reaperhulk/remove-some-docs | Alex Gaynor | 2014-07-10 | 3 | -38/+49 |
|\ \ \ | | | | | | | | | Numbers Doc Improvements | ||||
| * | | | document methods on RSA/DSA Numbers classes | Paul Kehrer | 2014-07-10 | 2 | -0/+49 |
| | | | | |||||
| * | | | these functions were removed before 0.5 release | Paul Kehrer | 2014-07-10 | 1 | -38/+0 |
| | | | | |||||
* | | | | Merge pull request #1247 from reaperhulk/commit-msg-while-tagging | Alex Gaynor | 2014-07-10 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | add an automated commit message for tagging during the release process | ||||
| * | | | add an automated commit message for tagging during the release process | Paul Kehrer | 2014-07-09 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #1244 from Ayrx/add-rsa-repr | Paul Kehrer | 2014-07-10 | 2 | -0/+8 |
|\ \ \ | |_|/ |/| | | Add a sensible repr to RSAPublicNumbers | ||||
| * | | Add a sensible repr to RSAPublicNumbers | Terry Chia | 2014-07-10 | 2 | -0/+8 |
|/ / | |||||
* | | Merge pull request #1242 from reaperhulk/update-052-changelog | Alex Gaynor | 2014-07-10 | 1 | -0/+8 |
|\ \ | | | | | | | add 0.5.2 changelog to master (backport from 0.5.x branch) | ||||
| * | | add 0.5.2 changelog to master (backport from 0.5.x branch) | Paul Kehrer | 2014-07-09 | 1 | -0/+8 |
| |/ | |||||
* | | Merge pull request #1237 from reaperhulk/fix-1229 | Alex Gaynor | 2014-07-10 | 1 | -2/+0 |
|\ \ | |/ |/| | fix compilation of commoncrypto backend under 10.8 | ||||
| * | fix compilation of commoncrypto backend under 10.8 | Paul Kehrer | 2014-07-09 | 1 | -2/+0 |
| | | |||||
* | | Merge pull request #1236 from reaperhulk/fix-1234 | Alex Stapleton | 2014-07-09 | 2 | -2/+31 |
|\ \ | |/ |/| | add TraditionalOpenSSLSerializationBackend to MultiBackend | ||||
| * | add TraditionalOpenSSLSerializationBackend to MultiBackend | Paul Kehrer | 2014-07-09 | 2 | -2/+31 |
|/ | |||||
* | Merge pull request #1232 from alex/simplify2 | Paul Kehrer | 2014-07-08 | 2 | -72/+70 |
|\ | | | | | Factor out a function from key loading | ||||
| * | Factor out a function from key loading | Alex Gaynor | 2014-07-08 | 2 | -72/+70 |
|/ | |||||
* | Merge pull request #1225 from alex/deprecation | Alex Stapleton | 2014-07-08 | 6 | -120/+33 |
|\ | | | | | Advanced and remove the deprecated MGF1 sale length code | ||||
| * | Added a changelog entry | Alex Gaynor | 2014-07-08 | 1 | -0/+5 |
| | | |||||
| * | Merge branch 'master' into deprecation | Alex Gaynor | 2014-07-08 | 6 | -4/+42 |
| |\ |