summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #722 from reaperhulk/0.2.20.2.20.2.xAlex Gaynor2014-03-033-2/+7
|\
| * backport EVP_R_DISABLED_FOR_FIPS removal, increment for 0.2.2Paul Kehrer2014-03-033-2/+7
|/
* Merge pull request #670 from reaperhulk/0.2.1-bump-version0.2.1Alex Gaynor2014-02-221-1/+1
|\
| * bump version for releasePaul Kehrer2014-02-221-1/+1
* | Merge pull request #669 from reaperhulk/0.2.1Alex Gaynor2014-02-224-2/+22
|\ \ | |/ |/|
| * underline things the right amountPaul Kehrer2014-02-221-1/+1
| * remove trailing newline that snuck inPaul Kehrer2014-02-221-1/+0
| * update changelog with 0.2.1 fixPaul Kehrer2014-02-221-0/+4
| * add_osrandom_engine should be safe to call multiple timesPaul Kehrer2014-02-223-2/+19
|/
* Merge pull request #654 from alex/release-0.20.2Paul Kehrer2014-02-202-4/+2
|\
| * Bump version numbers for 0.2 releaseAlex Gaynor2014-02-202-4/+2
|/
* Merge pull request #653 from alex/ssl-cipher-bindingsPaul Kehrer2014-02-201-0/+9
|\
| * Move for OpenSSL 0.9.8Alex Gaynor2014-02-201-2/+2
| * Information about actually used cipher.Fedor Brunner2014-02-201-0/+9
* | Merge pull request #651 from alex/upload-wheelsPaul Kehrer2014-02-201-2/+8
|\ \
| * | python 2.6Alex Gaynor2014-02-201-1/+1
| * | Upload windows wheelsAlex Gaynor2014-02-201-1/+7
|/ /
* | Merge pull request #650 from alex/download-windows-wheelsPaul Kehrer2014-02-201-0/+34
|\ \
| * | Download the windows wheels from jenkinsAlex Gaynor2014-02-201-0/+34
| |/
* | Merge pull request #644 from reaperhulk/bytes-pkcs-loaderAlex Gaynor2014-02-202-39/+40
|\ \ | |/ |/|
| * these examples should be bytes to be consistent with other loadersPaul Kehrer2014-02-192-39/+40
* | Merge pull request #648 from hynek/masterLaurens Van Houtven2014-02-201-1/+1
|\ \
| * | Add Hynek's GPG fingerprintHynek Schlawack2014-02-201-1/+1
|/ /
* | Merge pull request #647 from alex/new-depPaul Kehrer2014-02-191-0/+1
|\ \
| * | requests is now required to do a releaseAlex Gaynor2014-02-191-0/+1
|/ /
* | Merge pull request #646 from reaperhulk/evp-pkey-sizeAlex Gaynor2014-02-191-0/+1
|\ \
| * | add EVP_PKEY_size binding to OpenSSL backendPaul Kehrer2014-02-191-0/+1
* | | Merge pull request #645 from alex/windows-wheelsPaul Kehrer2014-02-191-2/+18
|\ \ \ | |/ / |/| |
| * | Wait for the wheel job to finish building the windows wheels. Refs #506Alex Gaynor2014-02-191-2/+18
|/ /
* | Merge pull request #643 from alex/windows-wheelsPaul Kehrer2014-02-191-0/+17
|\ \
| * | Raise on failureAlex Gaynor2014-02-191-1/+3
| * | Refs #506 -- Trigger creation of wheels when doing a releaseAlex Gaynor2014-02-191-0/+15
| |/
* | Merge pull request #621 from public/openssl-pem-vectorsPaul Kehrer2014-02-195-0/+48
|\ \
| * | Link to the specific sources of these vectorsAlex Stapleton2014-02-191-4/+3
| * | Add OpenSSL PEM vector docsAlex Stapleton2014-02-195-0/+4
| * | Add GnuTLS OpenSSL compatibility test keysAlex Stapleton2014-02-192-0/+24
| * | Add testrsa.pem from the OpenSSL repoAlex Stapleton2014-02-192-0/+21
* | | Merge pull request #639 from alex/faqPaul Kehrer2014-02-193-0/+23
|\ \ \ | |_|/ |/| |
| * | Try to be more preciseAlex Gaynor2014-02-191-2/+2
| * | Capitalization and linkificationAlex Gaynor2014-02-182-2/+6
| * | This is a real word, I swear to god it isAlex Gaynor2014-02-181-0/+1
| * | Use a real wordAlex Gaynor2014-02-181-2/+2
| * | Add an FAQ page to teh docsAlex Gaynor2014-02-182-0/+18
* | | Merge pull request #642 from reaperhulk/x509-get-default-cert-dirHynek Schlawack2014-02-191-0/+7
|\ \ \ | |_|/ |/| |
| * | a few more methods from x509.h for OpenSSLPaul Kehrer2014-02-191-0/+7
|/ /
* | Merge pull request #641 from dreid/explicit-passing-of-key-parametersAlex Gaynor2014-02-191-3/+14
|\ \
| * | Explicitly pass the key parameters instead of using **kwargs. Now we don't h...David Reid2014-02-191-3/+14
|/ /
* | Merge pull request #636 from reaperhulk/rsa-signature-loaderDavid Reid2014-02-193-10/+171
|\ \ | |/ |/|
| * rename msg -> message in pkcs1 loaderPaul Kehrer2014-02-182-14/+15
| * fix pep8Paul Kehrer2014-02-171-3/+4