aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Removing the param name from the binding for X509V3_EXT_d2i in accordence ↵Carlos D. Garza2014-07-151-1/+1
| | | | | | | | | | | | | | | | with the contribution guidlines.
| * | | Adding binding for void *X509V3_EXT_d2i(X509_EXTENSION *ext);Carlos D. Garza2014-07-151-0/+1
|/ / /
* | | Merge pull request #1263 from alex/wordwrap-and-checkPaul Kehrer2014-07-122-16/+25
|\ \ \ | | | | | | | | Linewrap CHANGELOG and have doc8 check it as well
| * | | Fixed link that got brokenAlex Gaynor2014-07-121-1/+1
| | | |
| * | | Linewrap CHANGELOG and have doc8 check it as wellAlex Gaynor2014-07-122-16/+25
| | | |
* | | | Merge pull request #1261 from alex/we-are-the-six-percentPaul Kehrer2014-07-121-2/+1
|\ \ \ \ | | | | | | | | | | Remove the 6% chance this test will fail -- refs #1259
| * | | | No point showing a ...Alex Gaynor2014-07-121-2/+1
| | | | |
| * | | | Remove the 6% chance this test will fail -- refs #1259Alex Gaynor2014-07-121-1/+1
| |/ / /
* | | | Merge pull request #1262 from alex/write-all-the-wordsPaul Kehrer2014-07-122-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 #1259Alex Gaynor2014-07-122-2/+6
|/ / /
* | | Merge pull request #1259 from public/doctestsPaul Kehrer2014-07-124-6/+23
|\| | | | | | | | Get rid of remaining pycon blocks
| * | Get rid of remaining pycon blocksAlex Stapleton2014-07-124-6/+23
|/ /
* | Merge pull request #1256 from alex/serialization-docsDonald Stufft2014-07-111-9/+39
|\ \ | | | | | | Fixed example in the serialization docs
| * | Turn this into a doctest blockAlex Gaynor2014-07-111-7/+35
| | |
| * | Fixed name of the functionAlex Gaynor2014-07-111-2/+3
| | |
| * | Fixed example in the serialization docsAlex Gaynor2014-07-111-2/+3
|/ /
* | Merge pull request #1254 from alex/check-for-errorsDavid Reid2014-07-111-2/+3
|\ \ | | | | | | Check for errors when invoking the vectors setup.py
| * | Check for errors when invoking the vectors setup.pyAlex Gaynor2014-07-111-2/+3
|/ /
* | Merge pull request #1252 from public/fix-1235David Reid2014-07-112-23/+39
|\ \ | | | | | | Raise ValueError if the password doesn't fit
| * | Raise ValueError if the password doesn't fitAlex Stapleton2014-07-112-23/+39
| | | | | | | | | | | | Fixes #1235. OpenSSL only allows password up to 1024 bytes.
* | | Merge pull request #1251 from alex/document-headerPaul Kehrer2014-07-111-8/+12
|\ \ \ | |/ / |/| | Document what the PEM headers look like in more cases
| * | Mention both RFCsAlex Gaynor2014-07-101-4/+4
| | |
| * | Document what the PEM headers look like in more casesAlex Gaynor2014-07-101-8/+12
| | |
* | | Merge pull request #1249 from alex/factor-key-loadingDavid Reid2014-07-101-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 Gaynor2014-07-101-2/+10
| | | | | | | | | | | | schemes
* | | Merge pull request #1246 from Ayrx/add-bindingAlex Gaynor2014-07-101-0/+1
|\ \ \ | | | | | | | | Add GENERAL_NAMES_free binding
| * | | Add GENERAL_NAMES_free bindingTerry Chia2014-07-101-0/+1
| | | |
* | | | Merge pull request #1248 from reaperhulk/remove-some-docsAlex Gaynor2014-07-103-38/+49
|\ \ \ \ | | | | | | | | | | Numbers Doc Improvements
| * | | | document methods on RSA/DSA Numbers classesPaul Kehrer2014-07-102-0/+49
| | | | |
| * | | | these functions were removed before 0.5 releasePaul Kehrer2014-07-101-38/+0
| | | | |
* | | | | Merge pull request #1247 from reaperhulk/commit-msg-while-taggingAlex Gaynor2014-07-101-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | add an automated commit message for tagging during the release process
| * | | | add an automated commit message for tagging during the release processPaul Kehrer2014-07-091-1/+1
| |/ / /
* | | | Merge pull request #1244 from Ayrx/add-rsa-reprPaul Kehrer2014-07-102-0/+8
|\ \ \ \ | |_|/ / |/| | | Add a sensible repr to RSAPublicNumbers
| * | | Add a sensible repr to RSAPublicNumbersTerry Chia2014-07-102-0/+8
|/ / /
* | | Merge pull request #1242 from reaperhulk/update-052-changelogAlex Gaynor2014-07-101-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 Kehrer2014-07-091-0/+8
| |/ /
* | | Merge pull request #1237 from reaperhulk/fix-1229Alex Gaynor2014-07-101-2/+0
|\ \ \ | |/ / |/| | fix compilation of commoncrypto backend under 10.8
| * | fix compilation of commoncrypto backend under 10.8Paul Kehrer2014-07-091-2/+0
| |/
* | Merge pull request #1236 from reaperhulk/fix-1234Alex Stapleton2014-07-092-2/+31
|\ \ | |/ |/| add TraditionalOpenSSLSerializationBackend to MultiBackend
| * add TraditionalOpenSSLSerializationBackend to MultiBackendPaul Kehrer2014-07-092-2/+31
|/
* Merge pull request #1232 from alex/simplify2Paul Kehrer2014-07-082-72/+70
|\ | | | | Factor out a function from key loading
| * Factor out a function from key loadingAlex Gaynor2014-07-082-72/+70
|/
* Merge pull request #1225 from alex/deprecationAlex Stapleton2014-07-086-120/+33
|\ | | | | Advanced and remove the deprecated MGF1 sale length code
| * Added a changelog entryAlex Gaynor2014-07-081-0/+5
| |
| * Merge branch 'master' into deprecationAlex Gaynor2014-07-086-4/+42
| |\
| * | Restore these testsAlex Gaynor2014-07-071-0/+11
| | |
| * | This is unusedAlex Gaynor2014-07-071-3/+0
| | |
| * | Unused importAlex Gaynor2014-07-071-2/+0
| | |
| * | Advanced and remove the deprecated MGF1 sale length codeAlex Gaynor2014-07-075-125/+27
| | |
* | | Merge pull request #1228 from Ayrx/remove-merge-leftoversPaul Kehrer2014-07-081-1/+0
|\ \ \ | |_|/ |/| | Remove merge leftovers