aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Wrap a long line (seriously, why is doc8 not catching these)Alex Gaynor2014-06-261-4/+4
|
* Merge pull request #1184 from reaperhulk/rsa-read-only-keysizeAlex Gaynor2014-06-261-2/+10
|\ | | | | Make OpenSSL RSA key_size attr read only
| * Make OpenSSL RSA key_size attr read onlyPaul Kehrer2014-06-251-2/+10
| |
* | Merge pull request #1183 from alex/line-wrapDavid Reid2014-06-251-2/+2
|\ \ | | | | | | Wrap a long line in the docs, unclear why doc8 didn't catch this
| * | Wrap a long line in the docs, unclear why doc8 didn't catch thisAlex Gaynor2014-06-251-2/+2
|/ /
* | Merge pull request #1182 from kennwhite/patch-1Paul Kehrer2014-06-251-3/+3
|\ \ | |/ |/| Updating risk assessment to match CERT's language
| * Updating risk assessment to match CERT's languagekennwhite2014-06-251-3/+3
|/
* Merge pull request #1181 from reaperhulk/split-openssl-backend-hashDavid Reid2014-06-252-51/+71
|\ | | | | Split OpenSSL backend into separate files (hashes)
| * Split OpenSSL backend into separate files (hashes)Paul Kehrer2014-06-252-51/+71
|/
* Merge pull request #1180 from alex/short-linkDavid Reid2014-06-251-3/+3
|\ | | | | Use the short link version for various things
| * Use the short link version for various thingsAlex Gaynor2014-06-251-3/+3
| |
* | Merge pull request #1173 from Ayrx/ecc-fixAlex Stapleton2014-06-252-10/+16
|\ \ | |/ |/| Fixed Fedora 20 ECC error
| * Removed unnecessary testsAyrx2014-06-251-10/+0
| |
| * Fixed AssertionError on missing curvesAyrx2014-06-243-10/+26
| |
* | Merge pull request #1178 from reaperhulk/split-openssl-backend-macAlex Gaynor2014-06-253-121/+162
|\ \ | | | | | | Split OpenSSL backend into separate files (hmac/cmac)
| * | Split OpenSSL backend into separate files (hmac/cmac)Paul Kehrer2014-06-253-121/+162
|/ /
* | Merge pull request #1177 from reaperhulk/split-openssl-backend-cipherAlex Gaynor2014-06-252-201/+223
|\ \ | | | | | | Split OpenSSL backend into separate files (cipher contexts)
| * | rename cipher->ciphersPaul Kehrer2014-06-242-1/+1
| | |
| * | Split OpenSSL backend into separate files (cipher contexts)Paul Kehrer2014-06-242-201/+223
|/ /
* | Merge pull request #1176 from reaperhulk/split-openssl-backend-dsaAlex Gaynor2014-06-242-69/+90
|\ \ | | | | | | Split OpenSSL backend into separate files (DSA)
| * | Split OpenSSL backend into separate files (DSA)Paul Kehrer2014-06-242-69/+90
| | |
* | | Merge pull request #1150 from reaperhulk/rsa-doc-updateDavid Reid2014-06-241-258/+227
|\ \ \ | | | | | | | | RSA Deprecation Doc Update
| * | | 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 #1175 from reaperhulk/dsa-tests-to-numbersAlex Gaynor2014-06-242-276/+339
|\ \ \ | | | | | | | | modify test_dsa to use DSA*Numbers and split fixtures out
| * | | modify test_dsa to use DSA*Numbers and split fixtures outPaul Kehrer2014-06-232-276/+339
| | | |
* | | | Merge pull request #1132 from public/opaque-dsa-interfacesPaul Kehrer2014-06-242-123/+1
|\ \ \ \ | |_|/ / |/| | | Remove numbers from DSA interfaces
| * | | Remove numbers from DSA interfacesAlex Stapleton2014-06-142-123/+1
| | | |
* | | | Merge pull request #1174 from reaperhulk/split-openssl-backend-rsaAlex Gaynor2014-06-242-468/+496
|\ \ \ \ | |_|/ / |/| | | Split OpenSSL backend into separate files (RSA)
| * | | Split OpenSSL backend into separate files (RSA)Paul Kehrer2014-06-232-468/+496
| | | |
* | | | Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfacesAlex Gaynor2014-06-232-0/+78
|\ \ \ \ | |/ / / |/| | | add DSAWithNumbers subinterfaces
| * | | add DSAWithNumbers subinterfacesPaul Kehrer2014-06-232-0/+78
| | | |
* | | | Merge pull request #1172 from reaperhulk/split-openssl-backend-ecAlex Gaynor2014-06-232-152/+179
|\ \ \ \ | | | | | | | | | | Split OpenSSL backend into separate files (EC)
| * | | | Split OpenSSL backend into separate files (EC)Paul Kehrer2014-06-232-152/+179
| | |_|/ | |/| |
* | | | 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
| | | | |