aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | try/finally the bn_ctx managerPaul Kehrer2014-09-241-3/+5
| * | switch to a BN_CTX context manager.Paul Kehrer2014-09-241-9/+11
| * | extraneous newline murderedPaul Kehrer2014-09-241-1/+0
| * | put BN_CTX_end in a finally to ensure it is invokedPaul Kehrer2014-09-241-14/+16
| * | start and end BN_CTX so BN_CTX can track func owner of temporary BNsPaul Kehrer2014-09-241-0/+4
* | | Merge pull request #1341 from michael-hart/ec_vectorsPaul Kehrer2014-09-2414-15/+166
|\ \ \ | |/ / |/| / | |/
| * Updated spelling_wordlist.txtmichael-hart2014-09-241-0/+1
| * Update spelling_wordlist.txtmichael-hart2014-09-241-0/+6
| * Update test-vectors.rstmichael-hart2014-09-241-5/+27
| * Test Vector changesmichael-hart2014-09-2312-10/+132
* | Merge pull request #1330 from reaperhulk/fix-commoncrypto-gcmAlex Gaynor2014-09-173-1/+54
|\ \ | |/ |/|
| * resolve GCM tag issue with AAD only on OpenSSL 1.0.1 in Ubuntu 12.04Paul Kehrer2014-09-122-4/+12
| * moved GCM tests to be run against all backends, added radar bug numbersPaul Kehrer2014-09-113-32/+36
| * byte strings are byte stringsPaul Kehrer2014-09-111-9/+9
| * Fix two bugs with CommonCrypto GCM that can result in invalid output.Paul Kehrer2014-09-112-0/+41
* | Merge pull request #1332 from michael-hart/add_to_authorsAlex Gaynor2014-09-121-0/+1
|\ \
| * | Added to AUTHORS.rstMichael2014-09-121-0/+1
| |/
* | Merge pull request #1328 from michael-hart/masterPaul Kehrer2014-09-128-1/+85
|\ \ | |/ |/|
| * Added PKCS8 encoded private keys to testsMichael Hart2014-09-123-18/+41
| * Reorganised importsMichael2014-09-121-4/+3
| * Changed EC curve type and add test markersMichael2014-09-124-9/+17
| * Further formatting changesmichael-hart2014-09-121-1/+1
| * Corrected formattingunknown2014-09-121-1/+2
| * Adjusted formatting and added EC checkunknown2014-09-122-2/+4
| * Implemented support for loading EC private keysunknown2014-09-116-1/+52
|/
* Merge pull request #1326 from alex/pem-serialization-backendPaul Kehrer2014-09-099-16/+145
|\
| * Grammar from @reaperhulkAlex Gaynor2014-09-091-1/+1
| * Try a different phrasingAlex Gaynor2014-09-081-4/+5
| * multibacken for docsAlex Gaynor2014-09-082-3/+30
| * remove duplicate argumentAlex Gaynor2014-09-081-2/+2
| * Explicitly deprecate these as wellAlex Gaynor2014-09-081-2/+18
| * fixesAlex Gaynor2014-09-084-2/+6
| * Start moving everything to the new APIAlex Gaynor2014-09-084-12/+93
|/
* Merge pull request #1276 from alex/pem-loading-backendPaul Kehrer2014-09-082-2/+29
|\
| * typo fixAlex Gaynor2014-09-081-1/+1
| * Merge branch 'master' into pem-loading-backendAlex Gaynor2014-09-0823-88/+665
| |\ | |/ |/|
* | Merge pull request #1321 from alex/check-paddingPaul Kehrer2014-08-252-0/+5
|\ \
| * | Verify that padding is an instance of AsymmetircPadding before trying to use ...Alex Gaynor2014-08-252-0/+5
|/ /
* | All the other pages use sentence case titles.Alex Stapleton2014-08-251-1/+1
* | Merge pull request #1302 from alex/move-to-filesAlex Stapleton2014-08-245-23/+55
|\ \
| * | Added back license headersAlex Gaynor2014-08-112-0/+27
| * | Revert "Added include guards, and license headers"Alex Gaynor2014-08-112-36/+0
| * | Added include guards, and license headersAlex Gaynor2014-08-112-0/+36
| * | Fix?Alex Gaynor2014-08-111-0/+1
| * | Simplify, thanks @dstufftAlex Gaynor2014-08-111-2/+1
| * | Refs #1301 -- moved constant time code into it's own .c and .h filesAlex Gaynor2014-08-114-23/+28
* | | Merge pull request #1314 from reaperhulk/yosemite-fixAlex Gaynor2014-08-212-1/+4
|\ \ \
| * | | add changelog entryPaul Kehrer2014-08-211-0/+1
| * | | link corefoundation in the CC binding.Paul Kehrer2014-08-211-1/+3
|/ / /
* | | Merge pull request #1313 from reaperhulk/0.5.4-changelogAlex Gaynor2014-08-212-0/+9
|\ \ \