aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rewrite some descriptions to not be self-referential and rewrite the private ...David Reid2014-04-301-4/+10
* More RSA*Numbers documentation, gosh these descriptions are bad.David Reid2014-04-301-0/+5
* Most basic numbers documentation.David Reid2014-04-301-0/+66
* RSA*Numbers class definitions.David Reid2014-04-301-0/+53
* Merge pull request #979 from alex/short-linkPaul Kehrer2014-04-291-1/+1
|\
| * Use the short name in the docsAlex Gaynor2014-04-291-1/+1
|/
* Merge pull request #978 from alex/exception-import-fixPaul Kehrer2014-04-291-12/+14
|\
| * Don't import the exceptions module directly.Alex Gaynor2014-04-291-12/+14
|/
* Merge pull request #974 from reaperhulk/padding-docsAlex Gaynor2014-04-271-0/+4
|\
| * document exceptions for paddingPaul Kehrer2014-04-271-0/+4
|/
* Merge pull request #962 from reaperhulk/rsa-encAlex Gaynor2014-04-269-35/+283
|\
| * update some decryption testsPaul Kehrer2014-04-251-3/+3
| * move ct length check into decrypt function, address review commentsPaul Kehrer2014-04-252-17/+12
| * another style fix in the rsa tests that I missed last time...Paul Kehrer2014-04-241-2/+2
| * improve style in test, update docs for rsa encryption reviewPaul Kehrer2014-04-242-2/+3
| * determine operation type by isinstance on the keyPaul Kehrer2014-04-241-13/+13
| * change doctest to codeblock until we add multibackend support for encryptPaul Kehrer2014-04-241-16/+16
| * update changelogPaul Kehrer2014-04-241-0/+2
| * RSA encryption supportPaul Kehrer2014-04-247-30/+280
* | Merge pull request #972 from public/padding-docsPaul Kehrer2014-04-263-8/+19
|\ \
| * | Update padding docsAlex Stapleton2014-04-261-0/+9
| * | Use AlreadyFinalized not ValueErrorAlex Stapleton2014-04-252-8/+10
* | | Merge pull request #958 from public/openssl-loading-backend-ifacePaul Kehrer2014-04-258-25/+35
|\ \ \
| * | | Rename OpenSSLSerializationBackendAlex Stapleton2014-04-258-25/+35
* | | | Merge pull request #970 from reaperhulk/tiny-fixAlex Stapleton2014-04-251-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | backend->self in a few placesPaul Kehrer2014-04-251-3/+3
* | | | Merge pull request #971 from alex/fix-travis-installAlex Stapleton2014-04-251-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix installation on travis. Curl doesn't follow redirectsAlex Gaynor2014-04-251-3/+3
* | | | Merge pull request #969 from reaperhulk/update-changelogAlex Gaynor2014-04-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | add SEED to changelog since it was forgottenPaul Kehrer2014-04-241-1/+1
| | |/ | |/|
* | | Merge pull request #968 from alex/typo-fixesPaul Kehrer2014-04-253-3/+3
|\ \ \
| * | | Fix some typos.Alex Gaynor2014-04-253-3/+3
|/ / /
* | | Merge pull request #967 from skeuomorf/more-bindingsAlex Stapleton2014-04-251-0/+4
|\ \ \
| * | | Add bindings for DSA_sign and DSA_verifyMohammed Attia2014-04-251-0/+4
|/ / /
* | | Merge pull request #965 from reaperhulk/make-build-ffi-more-flexibleAlex Gaynor2014-04-243-6/+15
|\ \ \
| * | | set defaults on build_ffiPaul Kehrer2014-04-243-9/+2
| * | | expand build_ffi helper functionPaul Kehrer2014-04-243-6/+22
| |/ /
* | | Merge pull request #966 from reaperhulk/more-i2d-bindingsAlex Gaynor2014-04-241-0/+10
|\ \ \
| * | | fix a style violationPaul Kehrer2014-04-241-2/+2
| * | | add more d2i/i2d bindings because sometimes you just don't want biosPaul Kehrer2014-04-241-0/+10
| |/ /
* | | Merge pull request #964 from alex/i-hate-stringsPaul Kehrer2014-04-241-1/+1
|\ \ \ | |/ / |/| |
| * | No more comma seperated string stringsAlex Gaynor2014-04-241-1/+1
* | | Merge pull request #963 from alex/docs-typoPaul Kehrer2014-04-241-8/+9
|\ \ \ | |/ / |/| |
| * | More phrasingAlex Gaynor2014-04-241-4/+4
| * | Also fix up some phrasingsAlex Gaynor2014-04-241-8/+9
| * | Removed strange use of quotesAlex Gaynor2014-04-241-1/+1
|/ /
* | Merge pull request #961 from skeuomorf/dsa-size-bindingAlex Gaynor2014-04-241-0/+1
|\ \
| * | Add binding for DSA_sizeMohammed Attia2014-04-241-0/+1
|/ /
* | Merge pull request #949 from reaperhulk/rsa-oaep-decryptAlex Gaynor2014-04-236-3/+189
|\ \
| * | update docs for oaepPaul Kehrer2014-04-231-1/+1