aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add load_dsa_parameter_numbers on multibackendPaul Kehrer2014-10-212-0/+15
* Merge pull request #1423 from alex/pr/1396Paul Kehrer2014-10-207-26/+67
|\
| * A few docs formatting nitsAlex Gaynor2014-10-201-4/+5
| * Add to changelog. Document deprecation.Terry Chia2014-10-201-4/+3
| * Add to changelog. Document deprecation.Terry Chia2014-10-205-2/+7
| * Remove algorithm property from MACContext and alias CMACContext.Terry Chia2014-10-201-27/+2
| * Add missing period.Terry Chia2014-10-201-1/+1
| * Add docs.Terry Chia2014-10-202-3/+26
| * Ooops.Terry Chia2014-10-201-1/+1
| * Add MACContext and make HMAC and CMAC to use it.Terry Chia2014-10-205-3/+41
|/
* Merge pull request #1420 from alex/document-pq-thingsPaul Kehrer2014-10-201-0/+3
|\
| * Document the change in ``p`` and ``q``s lengths in the CHANGELOGAlex Gaynor2014-10-191-0/+3
* | Merge pull request #1421 from alex/fix-bugPaul Kehrer2014-10-202-3/+8
|\ \
| * | eep, stray spaceAlex Gaynor2014-10-191-1/+1
| * | Fixed an issue in fernet where the wrong exception would occur on an all-null...Alex Gaynor2014-10-192-3/+8
|/ /
* | Merge pull request #1419 from alex/cleanup-fernetPaul Kehrer2014-10-191-52/+11
|\ \
| * | Move the supported marks to class level for fernetAlex Gaynor2014-10-191-52/+11
* | | Merge pull request #1418 from alex/fix-ec-complainsPaul Kehrer2014-10-192-0/+27
|\ \ \ | |_|/ |/| |
| * | Do these checks in pure python eagerly.Alex Gaynor2014-10-191-5/+7
| * | Fixes #1416 -- replaced assertions with error checking in EC key from numbers.Alex Gaynor2014-10-192-2/+27
| |/
* | Merge pull request #1417 from reaperhulk/fix-interfaceAlex Gaynor2014-10-191-0/+12
|\ \ | |/ |/|
| * add missing signer/verifier to DSAPublicKey and DSAPrivateKey ifacesPaul Kehrer2014-10-191-0/+12
* | Merge pull request #1415 from alex/assert-simplificationPaul Kehrer2014-10-191-4/+2
|\ \ | |/ |/|
| * Split this assert into two.Alex Gaynor2014-10-191-4/+2
* | Merge pull request #1414 from reaperhulk/new-nidsAlex Gaynor2014-10-191-4/+29
|\ \ | |/ |/|
| * remove nids not universally available in all our versionsPaul Kehrer2014-10-191-10/+0
| * compilation fixesPaul Kehrer2014-10-181-3/+2
| * start adding NIDs we'll need for X509Paul Kehrer2014-10-181-4/+40
|/
* Merge pull request #1412 from reaperhulk/update-osx-flagsAlex Stapleton2014-10-161-5/+2
|\
| * we shouldn't need the unused arguments flags any more.Paul Kehrer2014-10-151-5/+2
* | Merge pull request #1399 from skeuomorf/skeuomorf-gpg-fingerprintAlex Stapleton2014-10-161-1/+1
|\ \
| * | 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 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 docsPaul Kehrer2014-10-151-2/+2
|/ / /
* | | Merge pull request #1407 from alex/happy-freebsdPaul Kehrer2014-10-151-1/+1
|\ \ \ | |_|/ |/| |
| * | 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
|\ \ | |/ |/|
| * 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
|/
* 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)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 lengthsAlex Gaynor2014-10-132-110/+4
* | Merge pull request #1395 from Ayrx/update-faqPaul Kehrer2014-10-111-29/+0
|\ \ | |/ |/|
| * 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 messageAlex Gaynor2014-10-081-3/+6