aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat
Commit message (Collapse)AuthorAgeFilesLines
...
* move EC interfacesPaul Kehrer2015-02-125-125/+167
|
* Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsaAlex Stapleton2015-01-242-63/+104
|
* Move around bits of the EC test suite to work around awful PyPy bugAlex Stapleton2015-01-221-5/+7
|
* Move DSA* interfaces to interfaces.dsa moduleAlex Stapleton2015-01-223-103/+150
|
* move attempts to a constant and add a comment about itPaul Kehrer2015-01-181-1/+7
|
* various improvements to rsa_recover_prime_factors per review feedbackPaul Kehrer2015-01-181-4/+4
|
* recover (p, q) given (n, e, d). fixes #975Paul Kehrer2015-01-181-0/+45
|
* add multibackend support for DERSerializationBackendPaul Kehrer2015-01-171-3/+22
|
* Merge pull request #1608 from reaperhulk/der-backend-interfacesAlex Gaynor2015-01-171-0/+16
|\ | | | | add DER backend interfaces
| * fix spelling errorPaul Kehrer2015-01-171-1/+1
| |
| * add DER backend interfacesPaul Kehrer2015-01-041-0/+16
| |
* | Merge pull request #1605 from greghaynes/feature/split-out-interfaces-asymmetricPaul Kehrer2015-01-174-162/+206
|\ \ | | | | | | Split out asymmetric key interfaces
| * | Only split out ec and dsaGregory Haynes2015-01-032-84/+67
| | | | | | | | | | | | RSA is being mvoed out of the interfaces namespace in PR #1592.
| * | Split out asymmetric key interfacesGregory Haynes2015-01-025-229/+290
| |/ | | | | | | Splitting out RSA, DSA, and EllipticalCurve interfaces as part of #1495.
* | Add support for querying the negotiated TLS/SSL version.Richard J. Moore2015-01-111-0/+1
| |
* | Line length and typoAlex Gaynor2015-01-081-2/+2
| |
* | Added a commentAlex Gaynor2015-01-081-0/+5
| |
* | Fixed #1614 -- don't cause warnings with the latest setuptoolsAlex Gaynor2015-01-081-2/+2
| |
* | add some new bindings for using the PKCS8_PRIV_KEY_INFO structPaul Kehrer2015-01-052-0/+7
|/
* Merge pull request #1602 from reaperhulk/dn-nidsAlex Gaynor2015-01-011-0/+5
|\ | | | | add NIDs for x509 name parsing
| * add NIDs for x509 name parsingPaul Kehrer2015-01-011-0/+5
| |
* | Style fixes for interfaces importsGregory Haynes2014-12-311-6/+3
| |
* | Fix import ordering in interfacesGregory Haynes2014-12-301-2/+2
| |
* | Move ModeAuthenticationWithTag into ciphersGregory Haynes2014-12-302-9/+11
| | | | | | | | This class should be broken out into the ciphers module as well.
* | Start splitting out interfaces with ciphersGregory Haynes2014-12-302-58/+82
|/ | | | | | | The interfaces module is getting unwieldy so starting to split this out. Beginning by creating a ciphers module. This starts implementing issue #1495
* Revert "Fixed #1494 -- switch which define we look for for SSLv3 disabled. ↵Paul Kehrer2014-12-281-5/+5
| | | | | | We're now using the same one as CPython." This reverts commit facea9a7861ac1ecc7948474766cae0f842b3469.
* Added test cases for NIST P-384 and 521. Fixed handling of key sizes which ↵Alex Gaynor2014-12-251-5/+7
| | | | aren't divisibly by 8
* Merge branch 'master' into openssh-elliptic-curveAlex Gaynor2014-12-241-8/+2
|\
| * Removed some deprecated codeAlex Gaynor2014-12-241-8/+2
| |
* | Improved docstringAlex Gaynor2014-12-241-1/+5
| |
* | THese are bytes for py3kAlex Gaynor2014-12-241-3/+3
| |
* | Reduce the duplicationAlex Gaynor2014-12-241-13/+11
| |
* | Attempt to remove some duplicationAlex Gaynor2014-12-241-26/+24
| |
* | Fixes #1533 -- Initial work at parsing ECDSA public keys in OpenSSH formatAlex Gaynor2014-12-241-8/+45
|/
* remove fully deprecated items from 0.6 deprecation cyclePaul Kehrer2014-12-184-151/+3
|
* Merge pull request #1538 from reaperhulk/named-curveAlex Gaynor2014-12-171-0/+14
|\ | | | | Set OPENSSL_EC_NAMED_CURVE on our EC_KEY instances
| * british english? never heard of it.Paul Kehrer2014-12-171-2/+2
| |
| * mark named curve inside EC key classesPaul Kehrer2014-12-172-19/+14
| |
| * _backend is not a property on a backendPaul Kehrer2014-12-171-2/+1
| |
| * Set OPENSSL_EC_NAMED_CURVE on our EC_KEY instancesAlex Stapleton2014-12-172-0/+20
| | | | | | | | | | This means any X.509 certs generated from our keys will be encoded along with the curve OID so that we can still load them afterwards.
* | Merge pull request #1539 from reaperhulk/move-ec-named-curve-checkAlex Gaynor2014-12-172-20/+7
|\ \ | | | | | | move the NID_undef check for EC named curve
| * | move the NID_undef check for EC named curvePaul Kehrer2014-12-172-20/+7
| |/
* | Merge pull request #1537 from alex/cleanup-ssh-serializationPaul Kehrer2014-12-171-2/+2
|\ \ | |/ |/| Use the slightly more natural API here
| * Use the slightly more natural API hereAlex Gaynor2014-12-171-2/+2
| |
* | Merge pull request #1499 from reaperhulk/x509-ossl-implAlex Gaynor2014-12-174-3/+162
|\ \ | |/ |/| X509Backend support in OpenSSL backend
| * add parsed_version attribute to InvalidVersionPaul Kehrer2014-12-151-1/+1
| |
| * update error msg text based on feedbackPaul Kehrer2014-12-151-1/+1
| |
| * revert asn1 time parsing to avoid locale problemsPaul Kehrer2014-12-151-5/+14
| |
| * rename X509 classes to remove X509 and improve some testsPaul Kehrer2014-12-152-8/+8
| |
| * sighPaul Kehrer2014-12-152-2/+2
| |