Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move KDF interface | Paul Kehrer | 2015-02-16 | 1 | -40/+2 |
| | |||||
* | move asymmetric signature/verification interfaces | Paul Kehrer | 2015-02-16 | 1 | -26/+2 |
| | |||||
* | move asymmetric padding interface to primitives.asymmetric.padding | Paul Kehrer | 2015-02-16 | 1 | -5/+2 |
| | |||||
* | move cipher and mode interfaces | Paul Kehrer | 2015-02-13 | 1 | -89/+0 |
| | |||||
* | move hash interfaces | Paul Kehrer | 2015-02-13 | 1 | -46/+0 |
| | |||||
* | make our docs job nitpicky and fix every broken link | Paul Kehrer | 2015-02-12 | 1 | -6/+6 |
| | |||||
* | Merge pull request #1652 from reaperhulk/move-ec | Alex Stapleton | 2015-02-12 | 1 | -127/+2 |
|\ | | | | | Move EC interface definitions | ||||
| * | move EC interfaces | Paul Kehrer | 2015-02-12 | 1 | -127/+2 |
| | | |||||
* | | document that we moved the DSA interfaces | Paul Kehrer | 2015-02-12 | 1 | -0/+6 |
|/ | |||||
* | Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa | Alex Stapleton | 2015-01-24 | 1 | -129/+2 |
| | |||||
* | Move DSA* interfaces to interfaces.dsa module | Alex Stapleton | 2015-01-22 | 1 | -156/+0 |
| | |||||
* | reorganize a bunch of things related to the x509certificate interface | Paul Kehrer | 2014-12-15 | 1 | -52/+0 |
| | |||||
* | change it to not_valid_* why not | Paul Kehrer | 2014-12-15 | 1 | -2/+2 |
| | |||||
* | improve phrasing on X509Certificate fingerprint method param | Paul Kehrer | 2014-12-15 | 1 | -2/+2 |
| | |||||
* | update docs, test invalid x509 version | Paul Kehrer | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | Use HTTPS for a number of URLs in the docs | Alex Gaynor | 2014-12-12 | 1 | -3/+3 |
| | |||||
* | add X509Certificate version attribute | Paul Kehrer | 2014-11-25 | 1 | -0/+6 |
| | |||||
* | link datetime better and add naïve to spelling list | Paul Kehrer | 2014-11-24 | 1 | -2/+2 |
| | |||||
* | update docs with review feedback | Paul Kehrer | 2014-11-24 | 1 | -5/+8 |
| | |||||
* | Initial minimal X509Certificate interfaces | Paul Kehrer | 2014-11-24 | 1 | -0/+44 |
| | | | | | This will be expanded in the future to include algorithm identifier, subject, issuer, extensions, etc | ||||
* | A handful of different fixes for the interface docs | Alex Gaynor | 2014-11-22 | 1 | -11/+12 |
| | |||||
* | Improved the interface docs for DSA and ECDSA signatures | Alex Gaynor | 2014-11-17 | 1 | -4/+8 |
| | |||||
* | A few docs formatting nits | Alex Gaynor | 2014-10-20 | 1 | -4/+5 |
| | |||||
* | Add to changelog. Document deprecation. | Terry Chia | 2014-10-20 | 1 | -0/+2 |
| | |||||
* | Add missing period. | Terry Chia | 2014-10-20 | 1 | -1/+1 |
| | |||||
* | Add docs. | Terry Chia | 2014-10-20 | 1 | -2/+25 |
| | |||||
* | fix naming mistake in the docs (for DSA and the new EC docs) | Paul Kehrer | 2014-09-27 | 1 | -2/+2 |
| | |||||
* | add EC WithNumbers interfaces and docs | Paul Kehrer | 2014-09-27 | 1 | -0/+34 |
| | |||||
* | add generate_private_key to DSAParameters + add a new function to dsa | Paul Kehrer | 2014-06-27 | 1 | -0/+11 |
| | | | | | | | dsa.generate_private_key(key_size, backend) will allow you to generate a new DSA key and implicitly generate new parameters. This streamlines the common case and will be an avenue to support future backends that don't allow independent generation of DSAParameters (e.g. CommonCrypto) | ||||
* | Merge pull request #1132 from public/opaque-dsa-interfaces | Paul Kehrer | 2014-06-24 | 1 | -62/+0 |
|\ | | | | | Remove numbers from DSA interfaces | ||||
| * | Remove numbers from DSA interfaces | Alex Stapleton | 2014-06-14 | 1 | -62/+0 |
| | | |||||
* | | Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfaces | Alex Gaynor | 2014-06-23 | 1 | -0/+51 |
|\ \ | | | | | | | add DSAWithNumbers subinterfaces | ||||
| * | | add DSAWithNumbers subinterfaces | Paul Kehrer | 2014-06-23 | 1 | -0/+51 |
| | | | |||||
* | | | Organize the interface docs a bit better, added subheadings | Alex Gaynor | 2014-06-23 | 1 | -40/+49 |
|/ / | |||||
* / | deprecate old RSA classes and methods | Paul Kehrer | 2014-06-19 | 1 | -20/+4 |
|/ | |||||
* | change to sub-interface idea | Paul Kehrer | 2014-06-07 | 1 | -33/+33 |
| | |||||
* | change names of key -> numbers interfaces | Paul Kehrer | 2014-06-07 | 1 | -10/+10 |
| | |||||
* | Documentation and interfaces for serialization to RSA*Numbers representations. | David Reid | 2014-06-07 | 1 | -0/+34 |
| | |||||
* | ECDSA backend | Alex Stapleton | 2014-06-07 | 1 | -4/+1 |
| | |||||
* | remove raw numbers properties from the RSA*Key interfaces | Paul Kehrer | 2014-06-06 | 1 | -93/+0 |
| | | | | | refs #1026. Concrete class (that will be deprecated in another PR) still possesses them for backwards compatibility purposes. | ||||
* | Apostophe | Alex Stapleton | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | doc8 fixes | Alex Stapleton | 2014-05-24 | 1 | -2/+2 |
| | |||||
* | Remove secp from spelling dictionary | Alex Stapleton | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | Make EC key interfaces backend specific | Alex Stapleton | 2014-05-23 | 1 | -10/+2 |
| | |||||
* | Remove key_size from EC keys docs | Alex Stapleton | 2014-05-23 | 1 | -12/+0 |
| | |||||
* | Add docs for EC numbers | Alex Stapleton | 2014-05-23 | 1 | -30/+0 |
| | |||||
* | Removed signer/verifier from signature algorithm | Alex Stapleton | 2014-05-23 | 1 | -33/+0 |
| | |||||
* | Bump to 0.5 | Alex Stapleton | 2014-05-23 | 1 | -4/+4 |
| | |||||
* | Update docs | Alex Stapleton | 2014-05-23 | 1 | -20/+12 |
| | |||||
* | Flesh out EllipticCurveSignatureAlgorithm | Alex Stapleton | 2014-05-23 | 1 | -0/+87 |
| |