aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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 #1168 from reaperhulk/dsa-with-numbers-interfacesAlex Gaynor2014-06-231-0/+51
|\ | | | | add DSAWithNumbers subinterfaces
| * add DSAWithNumbers subinterfacesPaul Kehrer2014-06-231-0/+51
| |
* | Merge pull request #1163 from reaperhulk/dsa-numbers-classesAlex Gaynor2014-06-231-0/+67
|\ \ | | | | | | DSA*Numbers classes
| * | 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
|\ \ \ | |_|/ |/| | Early developer documentation for C bindings
| * | 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 numbers
| * | 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 curve
| * modify RSA numbers loading to match elliptic curvePaul Kehrer2014-06-201-0/+24
| | | | | | | | fixes #1111
* | deprecate mgf1_hash_supported. fixes #1133Paul Kehrer2014-06-201-1/+4
|/
* Merge pull request #1124 from reaperhulk/rsa-numbers-deprecateAlex Stapleton2014-06-202-20/+12
|\ | | | | RSA Deprecation
| * deprecate old RSA classes and methodsPaul Kehrer2014-06-192-20/+12
| |
* | linux distribution names are words tooPaul Kehrer2014-06-161-0/+2
|/
* Fixed a reST syntax issue in the docsAlex Gaynor2014-06-121-0/+16
|
* Fix other typo and use doc link insteadNic Young2014-06-121-2/+1
|
* Fixed typoNic Young2014-06-121-1/+1
|
* Add link about installation depdenciesNic Young2014-06-121-3/+5
|
* Merge pull request #1115 from reaperhulk/rsa-numbers-serializationDavid Reid2014-06-111-0/+34
|\ | | | | RSA Keys -> Numbers Interface
| * change to sub-interface ideaPaul Kehrer2014-06-071-33/+33
| |
| * change names of key -> numbers interfacesPaul Kehrer2014-06-071-10/+10
| |
| * Documentation and interfaces for serialization to RSA*Numbers representations.David Reid2014-06-071-0/+34
| |
* | Fixed a few typosAlex Gaynor2014-06-102-2/+2
| |
* | Merge pull request #1114 from alex/fixed-markupPaul Kehrer2014-06-071-1/+1
|\ \ | | | | | | This is a function, not a method
| * | This is a function, not a methodAlex Gaynor2014-06-071-1/+1
| | |
* | | Merge pull request #1107 from public/ecdsa-multibackendPaul Kehrer2014-06-071-1/+1
|\ \ \ | | | | | | | | ECDSA multibackend
| * | | Multibackend support for ECAlex Stapleton2014-06-071-1/+1
| | |/ | |/|
* | | Merge pull request #1102 from reaperhulk/rsa-generate-functionAlex Stapleton2014-06-071-1/+25
|\ \ \ | |_|/ |/| | add rsa_generate_private_key function to replace RSAPrivateKey.generate