aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* move asymmetric padding interface to primitives.asymmetric.paddingPaul Kehrer2015-02-163-24/+37
|
* Merge pull request #1659 from reaperhulk/move-cipher-interfacesAlex Stapleton2015-02-1610-206/+312
|\ | | | | Move cipher and mode interfaces
| * export interfaces from base in ciphers, update docsPaul Kehrer2015-02-146-29/+37
| |
| * move paddingPaul Kehrer2015-02-132-17/+29
| |
| * move cipher and mode interfacesPaul Kehrer2015-02-138-187/+273
| |
* | Fixed new flake8 warnings from teh latest versionAlex Gaynor2015-02-151-7/+8
| |
* | Merge pull request #1612 from reaperhulk/x509-dnAlex Gaynor2015-02-142-0/+80
|\ \ | |/ |/| X509 distinguished name parsing support in the OpenSSL backend
| * simplify things based on review feedbackPaul Kehrer2015-02-142-1/+2
| |
| * update buffer length for OBJ_obj2txtPaul Kehrer2015-02-131-1/+3
| |
| * make x509.Name iterable and address other review feedbackPaul Kehrer2015-02-131-5/+7
| |
| * refactor x509.Name to use get_attributes_by_oidPaul Kehrer2015-02-122-62/+2
| |
| * X509 distinguished name parsing support in the OpenSSL backendPaul Kehrer2015-02-122-0/+135
| |
* | move hash interfacesPaul Kehrer2015-02-138-73/+99
|/
* Merge pull request #1656 from reaperhulk/nameattribute-reprDonald Stufft2015-02-121-0/+6
|\ | | | | add repr for x509.NameAttribute
| * add repr for x509.NameAttributePaul Kehrer2015-02-121-0/+6
| |
* | remove unused X509 certificate interfacePaul Kehrer2015-02-121-39/+0
|/ | | | | | We merged this interface and then changed our approach and use the cryptography.x509.Certificate interface instead. This one was never directly used.
* move EC interfacesPaul Kehrer2015-02-125-125/+167
|
* add descriptions to each OID constant, update object to instancePaul Kehrer2015-02-051-1/+3
|
* rename ObjectIdentifier.value to dotted_stringPaul Kehrer2015-02-041-5/+6
|
* UnknownNameAttribute is not needed nowPaul Kehrer2015-02-041-4/+0
|
* rename Attribute to NameAttribute and remove name from OIDPaul Kehrer2015-02-021-26/+40
|
* add attribute and objectidentifier classes for x509 namePaul Kehrer2015-01-291-0/+73
|
* 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-224-103/+152
|
* 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 #1600 from alex/deprecatedAlex Stapleton2015-01-031-4/+37
|\ \ | |/ |/| Added a utility for deprecating a module attribute
| * flake8Alex Gaynor2015-01-011-1/+0
| |
| * Added a utility for deprecating a module attributeAlex Gaynor2015-01-011-4/+38
| |
* | 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
| |
* | Merge pull request #1595 from ↵Paul Kehrer2015-01-012-66/+89
|\ \ | | | | | | | | | | | | greghaynes/feature/split-out-primitives-interfaces-ciphers Start splitting out interfaces with ciphers
| * | 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