| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 #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 | 
| | | | | | |||||
| | * | | | Add note about using C-style vs C++-style comments | Laurens Van Houtven | 2014-06-23 | 1 | -0/+7 | 
| | | | | | |||||
| | * | | | Use C-style comments instead of C++-style comments | Laurens Van Houtven | 2014-06-23 | 1 | -7/+7 | 
| | | | | | |||||
| | * | | | Add C binding documentation page | Laurens Van Houtven | 2014-06-23 | 1 | -0/+8 | 
| | | | | | |||||
| * | | | | Merge pull request #1164 from reaperhulk/dsa-numbers-loading | Alex Stapleton | 2014-06-23 | 2 | -0/+52 | 
| |\ \ \ \ | | | | | | | | | | | add new DSABackend interface methods for loading numbers | ||||
| | * | | | | add new DSABackend interface methods for loading numbers | Paul Kehrer | 2014-06-22 | 2 | -0/+52 | 
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #1165 from lvh/slashterisk-comments | Paul Kehrer | 2014-06-23 | 12 | -37/+39 | 
| |\ \ \ \ | |_|/ / |/| | | | Slashterisk comments | ||||
| | * | | | Fix dsa.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -5/+5 | 
| | | | | | |||||
| | * | | | Fix dh.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -4/+4 | 
| | | | | | |||||
| | * | | | Fix common_cryptor.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | 
| | | | | | |||||
| | * | | | Fix err.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -2/+2 | 
| | | | | | |||||
| | * | | | Fix nid.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | 
| | | | | | |||||
| | * | | | Fix cms.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -2/+2 | 
| | | | | | |||||
| | * | | | Make the evp.py comment a full sentence | Laurens Van Houtven | 2014-06-23 | 1 | -1/+2 | 
| | | | | | |||||
| | * | | | Fix evp.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | 
| | | | | | |||||
| | * | | | Fix aes.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | 
| | | | | | |||||
| | * | | | Fix x509.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | 
| | | | | | |||||
