Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small cleanup to docs | Paul Kehrer | 2014-09-24 | 2 | -22/+15 |
| | |||||
* | Updated spelling_wordlist.txt | michael-hart | 2014-09-24 | 1 | -0/+1 |
| | | | | Updated the spelling list to allow for RSA in the vectors README. | ||||
* | Update spelling_wordlist.txt | michael-hart | 2014-09-24 | 1 | -0/+6 |
| | | | Added some keywords for vector documentation | ||||
* | Update test-vectors.rst | michael-hart | 2014-09-24 | 1 | -5/+27 |
| | | | Updated the readme with custom vectors, although formatting errors seem to exist | ||||
* | Implemented support for loading EC private keys | unknown | 2014-09-11 | 1 | -1/+1 |
| | | | | | | Loads Elliptic Curve private keys from .PEM files, whether encrypted or unencrypted, given that the encryption method is supported. Also included changes to the test files and documentation for said method. | ||||
* | Grammar from @reaperhulk | Alex Gaynor | 2014-09-09 | 1 | -1/+1 |
| | |||||
* | Try a different phrasing | Alex Gaynor | 2014-09-08 | 1 | -4/+5 |
| | |||||
* | Start moving everything to the new API | Alex Gaynor | 2014-09-08 | 1 | -2/+43 |
| | |||||
* | typo fix | Alex Gaynor | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into pem-loading-backend | Alex Gaynor | 2014-09-08 | 3 | -1/+4 |
|\ | |||||
| * | All the other pages use sentence case titles. | Alex Stapleton | 2014-08-25 | 1 | -1/+1 |
| | | |||||
| * | add the spelling wordlist additions as well | Paul Kehrer | 2014-08-21 | 1 | -0/+2 |
| | | |||||
| * | add OpenSSL from RHEL/CentOS 7 to testing list | Paul Kehrer | 2014-08-09 | 1 | -0/+1 |
| | | |||||
* | | Document the new interface | Alexander Gaynor | 2014-07-19 | 1 | -2/+19 |
|/ | |||||
* | Reorder the backend interfaces in the docs to group them more sensibly | Alexander Gaynor | 2014-07-18 | 1 | -73/+72 |
| | |||||
* | Merge pull request #1265 from reaperhulk/update-platforms | Alex Gaynor | 2014-07-16 | 1 | -2/+2 |
|\ | | | | | update testing platforms/OpenSSL versions | ||||
| * | update testing platforms/OpenSSL versions | Paul Kehrer | 2014-07-14 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1264 from public/dh-vectors | Paul Kehrer | 2014-07-16 | 1 | -0/+1 |
|\ \ | |/ |/| | NIST KASVS values for DH and ECDH | ||||
| * | NIST KASVS values for DH and ECDH | Alex Stapleton | 2014-07-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | http://csrc.nist.gov/groups/STM/cavp/documents/keymgmt/kastestvectors.zip Only the "Static" scheme is added here since we are only testing the primitive DH and ECDH key agreement operation. | ||||
* | | Merge pull request #1261 from alex/we-are-the-six-percent | Paul Kehrer | 2014-07-12 | 1 | -2/+1 |
|\ \ | | | | | | | Remove the 6% chance this test will fail -- refs #1259 | ||||
| * | | No point showing a ... | Alex Gaynor | 2014-07-12 | 1 | -2/+1 |
| | | | |||||
| * | | Remove the 6% chance this test will fail -- refs #1259 | Alex Gaynor | 2014-07-12 | 1 | -1/+1 |
| |/ | |||||
* / | Try to make the examples of verifying an HMAC/CMAC clearer -- refs #1259 | Alex Gaynor | 2014-07-12 | 2 | -2/+6 |
|/ | |||||
* | Get rid of remaining pycon blocks | Alex Stapleton | 2014-07-12 | 4 | -6/+23 |
| | |||||
* | Turn this into a doctest block | Alex Gaynor | 2014-07-11 | 1 | -7/+35 |
| | |||||
* | Fixed name of the function | Alex Gaynor | 2014-07-11 | 1 | -2/+3 |
| | |||||
* | Fixed example in the serialization docs | Alex Gaynor | 2014-07-11 | 1 | -2/+3 |
| | |||||
* | Mention both RFCs | Alex Gaynor | 2014-07-10 | 1 | -4/+4 |
| | |||||
* | Document what the PEM headers look like in more cases | Alex Gaynor | 2014-07-10 | 1 | -8/+12 |
| | |||||
* | document methods on RSA/DSA Numbers classes | Paul Kehrer | 2014-07-10 | 2 | -0/+49 |
| | |||||
* | these functions were removed before 0.5 release | Paul Kehrer | 2014-07-10 | 1 | -38/+0 |
| | |||||
* | Merge pull request #1225 from alex/deprecation | Alex Stapleton | 2014-07-08 | 1 | -2/+2 |
|\ | | | | | Advanced and remove the deprecated MGF1 sale length code | ||||
| * | Advanced and remove the deprecated MGF1 sale length code | Alex Gaynor | 2014-07-07 | 1 | -2/+2 |
| | | |||||
* | | Remove merge leftovers | Terry Chia | 2014-07-08 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #1213 from reaperhulk/update-release-docs | Alex Stapleton | 2014-07-07 | 1 | -4/+19 |
|\ | | | | | add openssl version check instructions to release docs | ||||
| * | expand the release instructions to check windows wheel linking | Paul Kehrer | 2014-07-06 | 1 | -4/+12 |
| | | |||||
| * | add openssl version check instructions to release docs | Paul Kehrer | 2014-07-04 | 1 | -2/+9 |
| | | |||||
* | | Update security.rst to note that we statically link OpenSSL now. | Terry Chia | 2014-07-07 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #1206 from reaperhulk/static-windows-builds | Alex Stapleton | 2014-07-06 | 1 | -6/+25 |
|\ \ | |/ |/| | switch to static linking on windows and update installation page | ||||
| * | change env variable name, handle empty string | Paul Kehrer | 2014-07-05 | 1 | -3/+3 |
| | | |||||
| * | switch to env variable based static/dynamic switch for windows | Paul Kehrer | 2014-07-02 | 1 | -3/+15 |
| | | |||||
| * | switch to static linking on windows and update installation page | Paul Kehrer | 2014-06-30 | 1 | -6/+13 |
| | | |||||
* | | Improve EC docs | Paul Kehrer | 2014-07-04 | 2 | -35/+37 |
| | | | | | | | | | | | | | | | | * Fix some typos in links * Reorder docs to prioritize example above Numbers classes * Add more info to changelog * Add `Lange` to spelling wordlist since it fails on my machine (but not on the CI...so weird) | ||||
* | | Merge pull request #1195 from public/ec-safety-docs | Paul Kehrer | 2014-07-03 | 2 | -6/+25 |
|\ \ | | | | | | | Advice on choosing a curve | ||||
| * | | Advice on choosing a curve | Alex Stapleton | 2014-07-03 | 2 | -6/+25 |
| |/ | |||||
* | | Merge pull request #1201 from alex/no-more-truncation | Paul Kehrer | 2014-07-01 | 1 | -9/+14 |
|\ \ | | | | | | | Fixes #1200 -- disallow GCM truncation by default | ||||
| * | | Improve docs | Alex Gaynor | 2014-06-30 | 1 | -6/+8 |
| | | | |||||
| * | | Fixes #1200 -- disallow GCM truncation by default | Alex Gaynor | 2014-06-29 | 1 | -9/+12 |
| |/ | |||||
* / | Fix a mistake in a docs link | Alex Gaynor | 2014-06-30 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1191 from reaperhulk/dsa-deprecate-backend-methods | Alex Stapleton | 2014-06-29 | 1 | -0/+4 |
|\ | | | | | deprecate DSA backend methods |