Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1173 from Ayrx/ecc-fix | Alex Stapleton | 2014-06-25 | 2 | -10/+16 |
|\ | | | | | Fixed Fedora 20 ECC error | ||||
| * | Removed unnecessary tests | Ayrx | 2014-06-25 | 1 | -10/+0 |
| | | |||||
| * | Fixed AssertionError on missing curves | Ayrx | 2014-06-24 | 3 | -10/+26 |
| | | |||||
* | | Merge pull request #1178 from reaperhulk/split-openssl-backend-mac | Alex Gaynor | 2014-06-25 | 3 | -121/+162 |
|\ \ | | | | | | | Split OpenSSL backend into separate files (hmac/cmac) | ||||
| * | | Split OpenSSL backend into separate files (hmac/cmac) | Paul Kehrer | 2014-06-25 | 3 | -121/+162 |
|/ / | |||||
* | | Merge pull request #1177 from reaperhulk/split-openssl-backend-cipher | Alex Gaynor | 2014-06-25 | 2 | -201/+223 |
|\ \ | | | | | | | Split OpenSSL backend into separate files (cipher contexts) | ||||
| * | | rename cipher->ciphers | Paul Kehrer | 2014-06-24 | 2 | -1/+1 |
| | | | |||||
| * | | Split OpenSSL backend into separate files (cipher contexts) | Paul Kehrer | 2014-06-24 | 2 | -201/+223 |
|/ / | |||||
* | | Merge pull request #1176 from reaperhulk/split-openssl-backend-dsa | Alex Gaynor | 2014-06-24 | 2 | -69/+90 |
|\ \ | | | | | | | Split OpenSSL backend into separate files (DSA) | ||||
| * | | Split OpenSSL backend into separate files (DSA) | Paul Kehrer | 2014-06-24 | 2 | -69/+90 |
| | | | |||||
* | | | Merge pull request #1150 from reaperhulk/rsa-doc-update | David Reid | 2014-06-24 | 1 | -258/+227 |
|\ \ \ | | | | | | | | | RSA Deprecation Doc Update | ||||
| * | | | simplify examples per dreid's suggestion | Paul Kehrer | 2014-06-24 | 1 | -39/+1 |
| | | | | |||||
| * | | | add information about why we deprecated the concrete providers | Paul Kehrer | 2014-06-24 | 1 | -0/+5 |
| | | | | |||||
| * | | | RSA doc update for deprecation. Move some examples. | Paul Kehrer | 2014-06-24 | 1 | -258/+260 |
| |/ / | |||||
* | | | Merge pull request #1175 from reaperhulk/dsa-tests-to-numbers | Alex Gaynor | 2014-06-24 | 2 | -276/+339 |
|\ \ \ | | | | | | | | | modify test_dsa to use DSA*Numbers and split fixtures out | ||||
| * | | | modify test_dsa to use DSA*Numbers and split fixtures out | Paul Kehrer | 2014-06-23 | 2 | -276/+339 |
| | | | | |||||
* | | | | Merge pull request #1132 from public/opaque-dsa-interfaces | Paul Kehrer | 2014-06-24 | 2 | -123/+1 |
|\ \ \ \ | |_|/ / |/| | | | Remove numbers from DSA interfaces | ||||
| * | | | Remove numbers from DSA interfaces | Alex Stapleton | 2014-06-14 | 2 | -123/+1 |
| | | | | |||||
* | | | | Merge pull request #1174 from reaperhulk/split-openssl-backend-rsa | Alex Gaynor | 2014-06-24 | 2 | -468/+496 |
|\ \ \ \ | |_|/ / |/| | | | Split OpenSSL backend into separate files (RSA) | ||||
| * | | | Split OpenSSL backend into separate files (RSA) | Paul Kehrer | 2014-06-23 | 2 | -468/+496 |
| | | | | |||||
* | | | | Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfaces | Alex Gaynor | 2014-06-23 | 2 | -0/+78 |
|\ \ \ \ | |/ / / |/| | | | add DSAWithNumbers subinterfaces | ||||
| * | | | add DSAWithNumbers subinterfaces | Paul Kehrer | 2014-06-23 | 2 | -0/+78 |
| | | | | |||||
* | | | | Merge pull request #1172 from reaperhulk/split-openssl-backend-ec | Alex Gaynor | 2014-06-23 | 2 | -152/+179 |
|\ \ \ \ | | | | | | | | | | | Split OpenSSL backend into separate files (EC) | ||||
| * | | | | Split OpenSSL backend into separate files (EC) | Paul Kehrer | 2014-06-23 | 2 | -152/+179 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #1163 from reaperhulk/dsa-numbers-classes | Alex Gaynor | 2014-06-23 | 3 | -0/+198 |
|\ \ \ \ | | | | | | | | | | | DSA*Numbers classes | ||||
| * | | | | fix some language | Paul Kehrer | 2014-06-23 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | remove parameter_numbers from DSAPrivateNumbers since it's on public | Paul Kehrer | 2014-06-23 | 3 | -39/+5 |
| | | | | | |||||
| * | | | | DSA*Numbers classes | Paul Kehrer | 2014-06-22 | 3 | -0/+232 |
| | | | | | |||||
* | | | | | Merge pull request #1170 from alex/interface-docs | Paul Kehrer | 2014-06-23 | 1 | -40/+49 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Organize the interface docs a bit better, added subheadings | ||||
| * | | | | Organize the interface docs a bit better, added subheadings | Alex Gaynor | 2014-06-23 | 1 | -40/+49 |
| | | | | | |||||
* | | | | | Merge pull request #1152 from public/fedora20-ec-fix | Paul Kehrer | 2014-06-23 | 4 | -44/+59 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix EC issue on Fedora 20 | ||||
| * | | | | Dedicated skip function | Alex Stapleton | 2014-06-23 | 1 | -12/+17 |
| | | | | | |||||
| * | | | | Check the error code properly | Alex Stapleton | 2014-06-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Change branches for better coverage | Alex Stapleton | 2014-06-21 | 1 | -2/+5 |
| | | | | | |||||
| * | | | | Fix EC issue on Fedora 20 | Alex Stapleton | 2014-06-20 | 3 | -32/+39 |
| | | | | | |||||
* | | | | | Merge pull request #1166 from lvh/c-binding-docs | Alex Gaynor | 2014-06-23 | 4 | -64/+199 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Early developer documentation for C bindings | ||||
| * | | | | Dance around the word "fallbacks"" | Laurens Van Houtven | 2014-06-23 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | typedefs -> type definitions | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add preprocessor, preprocessors to word list | Laurens Van Houtven | 2014-06-23 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Add namespace, namespaces to word list | Laurens Van Houtven | 2014-06-23 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Spelling fix: parentheses | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Spelling fix: achieve | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Spelling fix: library | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Move C bindings style guide to C bindings document | Laurens Van Houtven | 2014-06-23 | 2 | -72/+72 |
| | | | | | |||||
| * | | | | Add a reference in the style guide | Laurens Van Houtven | 2014-06-23 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Add C bindings document to index | Laurens Van Houtven | 2014-06-23 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Fix ReST hyperlink markup | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix ReST syntax for a code block | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Improve wording | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add docs about exposing features in C bindings | Laurens Van Houtven | 2014-06-23 | 1 | -0/+112 |
| | | | | |