aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| * | rename the docs too.Paul Kehrer2014-06-071-2/+2
| | |
| * | add some missing docsPaul Kehrer2014-06-061-3/+18
| | |
| * | add rsa_generate_private_key function to replace RSAPrivateKey.generatePaul Kehrer2014-06-061-1/+10
| | | | | | | | | | | | refs #1026. #1101 is dependent on this
* | | Fix syntax error in docsAlex Stapleton2014-06-071-1/+1
| |/ |/|
* | ECDSA backendAlex Stapleton2014-06-073-6/+182
| |
* | Merge pull request #1100 from reaperhulk/rsa-numbers-remove-publicAlex Gaynor2014-06-061-93/+0
|\ \ | | | | | | Remove raw numbers properties from the RSA*Key interfaces
| * | remove raw numbers properties from the RSA*Key interfacesPaul Kehrer2014-06-061-93/+0
| |/ | | | | | | | | refs #1026. Concrete class (that will be deprecated in another PR) still possesses them for backwards compatibility purposes.
* / add load_rsa_*_numbers functionsPaul Kehrer2014-06-061-0/+38
|/
* Use an oxford commaAlex Gaynor2014-06-051-1/+1
|
* Merge pull request #1095 from Ayrx/security-docsAlex Gaynor2014-06-051-5/+64
|\ | | | | Updated security.rst to expand on process
| * Added missing wordAyrx2014-06-061-1/+2
| |