aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | fix rsa key loader testPaul Kehrer2014-02-171-0/+1
| * | expand pkcs1 loader to load PKCS1 v1.5 and PSS signature examplesPaul Kehrer2014-02-172-10/+168
* | | Merge pull request #634 from reaperhulk/rsa-signing-interfacesAlex Gaynor2014-02-184-0/+121
|\ \ \
| * | | 79 characters ought to be good enough for any linePaul Kehrer2014-02-181-1/+2
| * | | let's try renaming everything I said I'd renamePaul Kehrer2014-02-184-6/+7
| * | | some grammar fixes, rename a method or twoPaul Kehrer2014-02-182-6/+6
| * | | more renamingPaul Kehrer2014-02-173-5/+6
| * | | create_rsa_sign_ctx->create_rsa_signature_ctxPaul Kehrer2014-02-172-2/+2
| * | | add versionadded to AsymmetricPaddingPaul Kehrer2014-02-171-1/+1
| * | | + docs for AsymmetricSignContext, AsymmetricVerifyContext, AsymmetricPaddingPaul Kehrer2014-02-171-0/+33
| * | | add docs for sign/verify ctx creation interfacePaul Kehrer2014-02-171-0/+36