Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Elliptic curve interfaces | Alex Stapleton | 2014-05-23 | 1 | -0/+97 |
| | |||||
* | DSA signing support (this is mostly skeuomorf's work, credit to him) | Paul Kehrer | 2014-05-01 | 1 | -0/+17 |
| | |||||
* | update docs | Paul Kehrer | 2014-05-01 | 1 | -1/+2 |
| | |||||
* | Add DSA verification docs | Mohammed Attia | 2014-04-30 | 1 | -3/+23 |
| | |||||
* | RSA encryption support | Paul Kehrer | 2014-04-24 | 1 | -0/+17 |
| | |||||
* | more docs | Paul Kehrer | 2014-04-20 | 1 | -0/+18 |
| | |||||
* | Merge pull request #919 from Ayrx/cmac-interfaces | Paul Kehrer | 2014-04-16 | 1 | -0/+23 |
|\ | | | | | CMAC interfaces + documentation | ||||
| * | Added link to wikipedia for CMAC | Ayrx | 2014-04-15 | 1 | -2/+3 |
| | | |||||
| * | Fixed nitpicks | Ayrx | 2014-04-15 | 1 | -1/+1 |
| | | |||||
| * | Added CMAC interface documentation | Ayrx | 2014-04-15 | 1 | -0/+22 |
| | | |||||
* | | remove links we don't need... | Paul Kehrer | 2014-04-15 | 1 | -2/+0 |
| | |