aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1399 from skeuomorf/skeuomorf-gpg-fingerprintAlex Stapleton2014-10-161-1/+1
|\ \ | | | | | | Add gpg key fingerprint for skeuomorf
| * | Add gpg key fingerprint for skeuomorfMohammed Attia2014-10-151-1/+1
| | |
* | | Merge pull request #1410 from reaperhulk/port-changelogAlex Stapleton2014-10-161-0/+11
|\ \ \ | | | | | | | | add 0.6.1 changelog to master
| * | | add 0.6.1 changelog to masterPaul Kehrer2014-10-151-0/+11
| | | |
* | | | Merge pull request #1411 from reaperhulk/update-opensslsAlex Stapleton2014-10-161-2/+2
|\ \ \ \ | |/ / / |/| | | update OpenSSL versions we test against in the docs
| * | | update OpenSSL versions we test against in the docsPaul Kehrer2014-10-151-2/+2
|/ / /
* | | Merge pull request #1407 from alex/happy-freebsdPaul Kehrer2014-10-151-1/+1
|\ \ \ | |_|/ |/| | Make FreeBSD happy with this constant
| * | Make FreeBSD happy with this constantAlex Gaynor2014-10-151-1/+1
|/ /
* | Merge pull request #1405 from alex/fix-pkcs12-decrypt-failuresPaul Kehrer2014-10-154-14/+43
|\ \ | |/ |/| Handle PKCS12 decrypt failures with OpenSSL 1.0.1j
| * upgrade openssl to 1.0.1j on travisAlex Gaynor2014-10-151-6/+6
| |
| * Also handle the changes in the PKCS1v15 errorsAlex Gaynor2014-10-152-4/+20
| |
| * Handle PKCS12 decrypt failures with OpenSSL 1.0.1jAlex Gaynor2014-10-152-4/+17
|/ | | | Don't know why this changed, but it did.
* Merge pull request #1398 from reaperhulk/fix-1389Alex Gaynor2014-10-142-1/+17
|\ | | | | if EC_KEY_check_key fails consume errors off stack (+ add test)
| * if EC_KEY_check_key fails consume errors off stack (+ add test)Paul Kehrer2014-10-142-1/+17
|/
* Merge pull request #1397 from alex/looser-dsaPaul Kehrer2014-10-142-110/+4
|\ | | | | Fixed #1392 -- allow more combinations of p and q's bit lengths
| * Fixed #1392 -- allow more combinations of p and q's bit lengthsAlex Gaynor2014-10-132-110/+4
| |
* | Merge pull request #1395 from Ayrx/update-faqPaul Kehrer2014-10-111-29/+0
|\ \ | |/ |/| Remove outdated information from FAQ.
| * Remove outdated information from FAQ.Terry Chia2014-10-111-29/+0
|/
* Merge pull request #1393 from alex/clean-up-error-messageAlex Stapleton2014-10-091-3/+6
|\ | | | | Improved error message
| * Improved error messageAlex Gaynor2014-10-081-3/+6
| |
* | Merge pull request #1391 from alex/clean-up-testPaul Kehrer2014-10-091-3/+0
|\ \ | |/ |/| Remove the EC PARAMETERS section from the PEM
| * Remove the EC PARAMETERS section from the PEMAlex Gaynor2014-10-081-3/+0
|/
* Merge pull request #1384 from reaperhulk/fix-1382Alex Gaynor2014-10-033-18/+58
|\ | | | | enable truncation for DSA digests prior to signing
| * update comment with info re: 0.9.8Paul Kehrer2014-10-031-1/+2
| |
| * add the missing file. i are senior dvlprPaul Kehrer2014-10-031-0/+35
| |
| * enable truncation for DSA digests prior to signingPaul Kehrer2014-10-032-18/+22
| | | | | | | | | | | | This works around a bug in OpenSSL 1.0.0, 1.0.0a, and 1.0.0b where SHA-2 is a supported signature algorithm but FIPS 186-3 truncation is not performed if the q value is smaller than the digest output length
* | Merge pull request #1383 from maxking/masterAlex Gaynor2014-10-022-0/+203
|\ \ | |/ |/| Add license to cryptography_vectors tarball; solves #1377
| * Add license to cryptography_vectors tarball; solves #1377maxking2014-10-022-0/+203
|/
* Merge pull request #1381 from alex/stop-generating-keysPaul Kehrer2014-10-011-21/+6
|\ | | | | Replace key generation with fixture usage in some tests
| * Replace key generation with fixture usage in some testsAlex Gaynor2014-10-011-21/+6
| |
* | Merge pull request #1379 from reaperhulk/update-multibackend-deprecationAlex Gaynor2014-10-012-120/+0
|\ \ | | | | | | update multibackend to remove deprecated methods
| * | update multibackend to remove deprecated methodsPaul Kehrer2014-10-012-120/+0
|/ /
* | Merge pull request #1378 from alex/remove-deprecatedPaul Kehrer2014-10-011-1/+0
|\ \ | |/ |/| Remove DeprecatedIn05
| * Remove DeprecatedIn05Alex Gaynor2014-09-301-1/+0
|/
* Merge pull request #1375 from alex/bump-deprecationPaul Kehrer2014-09-301-1/+1
|\ | | | | Bump pending -> deprecated to for things deprecated in 0.6
| * Bump pending -> deprecated to for things deprecated in 0.6Alex Gaynor2014-09-301-1/+1
| |
* | Merge pull request #1376 from reaperhulk/advance-dsa-deprecation-cycleAlex Gaynor2014-09-307-1022/+461
|\ \ | |/ |/| remove deprecated DSA classes/methods and update tests
| * remove deprecated DSA classes/methods and update testsPaul Kehrer2014-09-307-1022/+461
|/
* Merge pull request #1371 from reaperhulk/advance-rsa-deprecation-cycleAlex Gaynor2014-09-307-1101/+80
|\ | | | | Advance RSA deprecation cycle
| * remove rsa backend methods that are fully deprecated from backendPaul Kehrer2014-09-301-33/+0
| | | | | | | | interface
| * fix a coverage missPaul Kehrer2014-09-301-1/+1
| |
| * remove unused methodsPaul Kehrer2014-09-291-30/+0
| |
| * remove docs for fully deprecated classes/methodsPaul Kehrer2014-09-292-337/+0
| |
| * Remove deprecated RSA methods from backends, update testsPaul Kehrer2014-09-294-700/+79
| |
* | Merge pull request #1370 from reaperhulk/master-open-for-businessAlex Gaynor2014-09-293-2/+7
|\ \ | |/ |/| open master for seventh release development
| * open master for seventh release developmentPaul Kehrer2014-09-293-2/+7
|/
* Merge pull request #1369 from reaperhulk/sixth-releaseAlex Gaynor2014-09-293-6/+4
|\ | | | | Bump version and set changelog date for 0.6 release
| * Bump version and set changelog date for 0.6 releasePaul Kehrer2014-09-293-6/+4
|/
* Merge pull request #1367 from alex/line-lengthPaul Kehrer2014-09-292-3/+3
|\ | | | | Wrap lines appropriately
| * Wrap lines appropriatelyAlex Gaynor2014-09-292-3/+3
| |