aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1163 from reaperhulk/dsa-numbers-classesAlex Gaynor2014-06-233-0/+198
|\ | | | | DSA*Numbers classes
| * fix some languagePaul Kehrer2014-06-232-2/+2
| |
| * remove parameter_numbers from DSAPrivateNumbers since it's on publicPaul Kehrer2014-06-233-39/+5
| |
| * DSA*Numbers classesPaul Kehrer2014-06-223-0/+232
| |
* | Merge pull request #1170 from alex/interface-docsPaul Kehrer2014-06-231-40/+49
|\ \ | | | | | | Organize the interface docs a bit better, added subheadings
| * | Organize the interface docs a bit better, added subheadingsAlex Gaynor2014-06-231-40/+49
| | |
* | | Merge pull request #1152 from public/fedora20-ec-fixPaul Kehrer2014-06-234-44/+59
|\ \ \ | |/ / |/| | Fix EC issue on Fedora 20
| * | Dedicated skip functionAlex Stapleton2014-06-231-12/+17
| | |
| * | Check the error code properlyAlex Stapleton2014-06-211-1/+1
| | |
| * | Change branches for better coverageAlex Stapleton2014-06-211-2/+5
| | |
| * | Fix EC issue on Fedora 20Alex Stapleton2014-06-203-32/+39
| | |
* | | 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-232-0/+52
|\ \ \ \ | | | | | | | | | | add new DSABackend interface methods for loading numbers
| * | | | add new DSABackend interface methods for loading numbersPaul Kehrer2014-06-222-0/+52
| | |_|/ | |/| |
* | | | Merge pull request #1165 from lvh/slashterisk-commentsPaul Kehrer2014-06-2312-37/+39
|\ \ \ \ | |_|/ / |/| | | Slashterisk comments
| * | | Fix dsa.py comment styleLaurens Van Houtven2014-06-231-5/+5
| | | |
| * | | Fix dh.py comment styleLaurens Van Houtven2014-06-231-4/+4
| | | |
| * | | Fix common_cryptor.py comment styleLaurens Van Houtven2014-06-231-1/+1
| | | |
| * | | Fix err.py comment styleLaurens Van Houtven2014-06-231-2/+2
| | | |
| * | | Fix nid.py comment styleLaurens Van Houtven2014-06-231-1/+1
| | | |
| * | | Fix cms.py comment styleLaurens Van Houtven2014-06-231-2/+2
| | | |
| * | | Make the evp.py comment a full sentenceLaurens Van Houtven2014-06-231-1/+2
| | | |
| * | | Fix evp.py comment styleLaurens Van Houtven2014-06-231-1/+1
| | | |
| * | | Fix aes.py comment styleLaurens Van Houtven2014-06-231-1/+1
| | | |
| * | | Fix x509.py comment styleLaurens Van Houtven2014-06-231-1/+1
| | | |
| * | | Fix rsa.py comment styleLaurens Van Houtven2014-06-231-1/+1
| | | |
| * | | Fix ssl.py comment styleLaurens Van Houtven2014-06-231-3/+3
| | | |
| * | | Fix x509_vfy.py comment styleLaurens Van Houtven2014-06-231-15/+16
|/ / /
* | | Merge pull request #1155 from reaperhulk/fix-1111David Reid2014-06-226-236/+217
|\ \ \ | | | | | | | | modify RSA numbers loading to match elliptic curve
| * | | update test to cover missing linePaul Kehrer2014-06-221-0/+2
| | | |
| * | | modify RSA numbers loading to match elliptic curvePaul Kehrer2014-06-206-236/+215
| | | | | | | | | | | | | | | | fixes #1111
* | | | Merge pull request #1162 from reaperhulk/abstract-some-thingsAlex Gaynor2014-06-221-0/+2
|\ \ \ \ | |_|/ / |/| | | ABCs have abstract methods
| * | | these are abstract methodsPaul Kehrer2014-06-221-0/+2
|/ / /