aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1191 from reaperhulk/dsa-deprecate-backend-methodsAlex Stapleton2014-06-291-0/+4
|\
| * deprecate DSA backend methodsPaul Kehrer2014-06-281-0/+4
* | deprecate concrete DSA classes and update DSA docsPaul Kehrer2014-06-271-117/+126
|/
* Merge pull request #1179 from reaperhulk/dsa-numbers-opaque-backendDavid Reid2014-06-273-0/+72
|\
| * rename backend method, add some docsPaul Kehrer2014-06-271-0/+16
| * add generate_private_key to DSAParameters + add a new function to dsaPaul Kehrer2014-06-272-12/+31
| * dsa docsPaul Kehrer2014-06-251-0/+37
* | add note about enchant dependency for spellcheck in docsPaul Kehrer2014-06-271-0/+3
* | Wrap a long line (seriously, why is doc8 not catching these)Alex Gaynor2014-06-261-4/+4
* | Wrap a long line in the docs, unclear why doc8 didn't catch thisAlex Gaynor2014-06-251-2/+2
* | Updating risk assessment to match CERT's languagekennwhite2014-06-251-3/+3
* | Merge pull request #1180 from alex/short-linkDavid Reid2014-06-251-3/+3
|\ \
| * | Use the short link version for various thingsAlex Gaynor2014-06-251-3/+3
| |/
* | Merge pull request #1173 from Ayrx/ecc-fixAlex Stapleton2014-06-251-1/+1
|\ \ | |/ |/|
| * Fixed AssertionError on missing curvesAyrx2014-06-241-1/+1
* | Merge pull request #1150 from reaperhulk/rsa-doc-updateDavid Reid2014-06-241-258/+227
|\ \
| * | simplify examples per dreid's suggestionPaul Kehrer2014-06-241-39/+1
| * | add information about why we deprecated the concrete providersPaul Kehrer2014-06-241-0/+5
| * | RSA doc update for deprecation. Move some examples.Paul Kehrer2014-06-241-258/+260
* | | Merge pull request #1132 from public/opaque-dsa-interfacesPaul Kehrer2014-06-241-62/+0
|\ \ \ | |/ / |/| |
| * | Remove numbers from DSA interfacesAlex Stapleton2014-06-141-62/+0
* | | Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfacesAlex Gaynor2014-06-231-0/+51
|\ \ \
| * | | add DSAWithNumbers subinterfacesPaul Kehrer2014-06-231-0/+51
* | | | Merge pull request #1163 from reaperhulk/dsa-numbers-classesAlex Gaynor2014-06-231-0/+67
|\ \ \ \
| * | | | fix some languagePaul Kehrer2014-06-231-1/+1
| * | | | remove parameter_numbers from DSAPrivateNumbers since it's on publicPaul Kehrer2014-06-231-8/+1
| * | | | DSA*Numbers classesPaul Kehrer2014-06-221-0/+74
* | | | | Organize the interface docs a bit better, added subheadingsAlex Gaynor2014-06-231-40/+49
| |_|_|/ |/| | |
* | | | Merge pull request #1166 from lvh/c-binding-docsAlex Gaynor2014-06-234-64/+199
|\ \ \ \ | |_|/ / |/| | |
| * | | Dance around the word "fallbacks""Laurens Van Houtven2014-06-231-2/+2
| * | | typedefs -> type definitionsLaurens Van Houtven2014-06-231-1/+1
| * | | Add preprocessor, preprocessors to word listLaurens Van Houtven2014-06-231-0/+2
| * | | Add namespace, namespaces to word listLaurens Van Houtven2014-06-231-0/+2
| * | | Spelling fix: parenthesesLaurens Van Houtven2014-06-231-1/+1
| * | | Spelling fix: achieveLaurens Van Houtven2014-06-231-1/+1
| * | | Spelling fix: libraryLaurens Van Houtven2014-06-231-1/+1
| * | | Move C bindings style guide to C bindings documentLaurens Van Houtven2014-06-232-72/+72
| * | | Add a reference in the style guideLaurens Van Houtven2014-06-231-0/+3
| * | | Add C bindings document to indexLaurens Van Houtven2014-06-231-0/+1
| * | | Fix ReST hyperlink markupLaurens Van Houtven2014-06-231-1/+1
| * | | Fix ReST syntax for a code blockLaurens Van Houtven2014-06-231-1/+1
| * | | Improve wordingLaurens Van Houtven2014-06-231-1/+1
| * | | Add docs about exposing features in C bindingsLaurens Van Houtven2014-06-231-0/+112
| * | | Add note about using C-style vs C++-style commentsLaurens Van Houtven2014-06-231-0/+7
| * | | Use C-style comments instead of C++-style commentsLaurens Van Houtven2014-06-231-7/+7
| * | | Add C binding documentation pageLaurens Van Houtven2014-06-231-0/+8
* | | | Merge pull request #1164 from reaperhulk/dsa-numbers-loadingAlex Stapleton2014-06-231-0/+34
|\ \ \ \ | |/ / / |/| | |
| * | | add new DSABackend interface methods for loading numbersPaul Kehrer2014-06-221-0/+34
| |/ /
* | | Merge pull request #1155 from reaperhulk/fix-1111David Reid2014-06-221-0/+24
|\ \ \ | |/ / |/| |
| * | modify RSA numbers loading to match elliptic curvePaul Kehrer2014-06-201-0/+24