Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | make x509.Name iterable and address other review feedback | Paul Kehrer | 2015-02-13 | 2 | -12/+12 | |
| | | ||||||
| * | refactor x509.Name to use get_attributes_by_oid | Paul Kehrer | 2015-02-12 | 1 | -95/+6 | |
| | | ||||||
| * | X509 distinguished name parsing support in the OpenSSL backend | Paul Kehrer | 2015-02-12 | 1 | -0/+137 | |
| | | ||||||
* | | move hash interfaces | Paul Kehrer | 2015-02-13 | 9 | -74/+72 | |
| | | ||||||
* | | make our docs job nitpicky and fix every broken link | Paul Kehrer | 2015-02-12 | 13 | -38/+41 | |
|/ | ||||||
* | remove unused X509 certificate interface | Paul Kehrer | 2015-02-12 | 1 | -4/+2 | |
| | | | | | | We merged this interface and then changed our approach and use the cryptography.x509.Certificate interface instead. This one was never directly used. | |||||
* | Merge pull request #1652 from reaperhulk/move-ec | Alex Stapleton | 2015-02-12 | 2 | -140/+123 | |
|\ | | | | | Move EC interface definitions | |||||
| * | move EC interfaces | Paul Kehrer | 2015-02-12 | 2 | -140/+123 | |
| | | ||||||
* | | document that we moved the DSA interfaces | Paul Kehrer | 2015-02-12 | 1 | -0/+6 | |
|/ | ||||||
* | Merge pull request #1645 from reaperhulk/x509-attrs | Alex Gaynor | 2015-02-10 | 2 | -0/+124 | |
|\ | | | | | add attribute and objectidentifier classes for x509 name | |||||
| * | note that the OIDs listed are typically seen in x.509 names | Paul Kehrer | 2015-02-07 | 1 | -17/+29 | |
| | | ||||||
| * | more x509 oid doc updates | Paul Kehrer | 2015-02-07 | 1 | -4/+12 | |
| | | ||||||
| * | whoops | Paul Kehrer | 2015-02-06 | 1 | -16/+16 | |
| | | ||||||
| * | more doc fixes | Paul Kehrer | 2015-02-06 | 2 | -18/+18 | |
| | | ||||||
| * | add descriptions to each OID constant, update object to instance | Paul Kehrer | 2015-02-05 | 1 | -0/+30 | |
| | | ||||||
| * | rename ObjectIdentifier.value to dotted_string | Paul Kehrer | 2015-02-04 | 1 | -1/+1 | |
| | | ||||||
| * | fix some formatting in the docs | Paul Kehrer | 2015-02-04 | 1 | -2/+2 | |
| | | ||||||
| * | UnknownNameAttribute is not needed now | Paul Kehrer | 2015-02-04 | 1 | -6/+0 | |
| | | ||||||
| * | rename Attribute to NameAttribute and remove name from OID | Paul Kehrer | 2015-02-02 | 1 | -5/+5 | |
| | | ||||||
| * | add some prose trying to explain Attribute and ObjectIdentifier | Paul Kehrer | 2015-01-30 | 1 | -0/+5 | |
| | | ||||||
| * | update docs | Paul Kehrer | 2015-01-30 | 2 | -1/+5 | |
| | | ||||||
| * | add attribute and objectidentifier classes for x509 name | Paul Kehrer | 2015-01-29 | 1 | -0/+71 | |
| | | ||||||
* | | Have the pem public/private key loading docs point to x.509 | Alex Gaynor | 2015-01-27 | 1 | -0/+8 | |
| | | ||||||
* | | Include an example of loading a public key | Alex Gaynor | 2015-01-27 | 1 | -0/+15 | |
|/ | ||||||
* | Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa | Alex Stapleton | 2015-01-24 | 5 | -140/+150 | |
| | ||||||
* | Merge pull request #1634 from public/deprecate-dsa | Paul Kehrer | 2015-01-23 | 3 | -173/+172 | |
|\ | | | | | Move DSA* interfaces to interfaces.dsa module | |||||
| * | Move DSA* interfaces to interfaces.dsa module | Alex Stapleton | 2015-01-22 | 3 | -173/+172 | |
| | | ||||||
* | | we now test against 1.0.2 final | Paul Kehrer | 2015-01-22 | 1 | -1/+1 | |
|/ | ||||||
* | doc update | Paul Kehrer | 2015-01-18 | 1 | -2/+2 | |
| | ||||||
* | various improvements to rsa_recover_prime_factors per review feedback | Paul Kehrer | 2015-01-18 | 1 | -4/+3 | |
| | ||||||
* | recover (p, q) given (n, e, d). fixes #975 | Paul Kehrer | 2015-01-18 | 1 | -0/+15 | |
| | ||||||
* | add utf8 certificate | Paul Kehrer | 2015-01-17 | 1 | -0/+3 | |
| | ||||||
* | wrap a thing | Paul Kehrer | 2015-01-17 | 1 | -1/+2 | |
| | ||||||
* | add two custom certificates for x509 name parsing tests | Paul Kehrer | 2015-01-17 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #1608 from reaperhulk/der-backend-interfaces | Alex Gaynor | 2015-01-17 | 1 | -0/+24 | |
|\ | | | | | add DER backend interfaces | |||||
| * | add DER backend interfaces | Paul Kehrer | 2015-01-04 | 1 | -0/+24 | |
| | | ||||||
* | | Fixed the paths in the go cast verifier. | Alex Gaynor | 2015-01-09 | 1 | -22/+22 | |
| | | | | | | | | Also made some changes to appease go vet and other linters. | |||||
* | | Bump some more years | Alex Gaynor | 2015-01-08 | 2 | -2/+2 | |
| | | ||||||
* | | Increase the year in some of our docs | Alex Gaynor | 2015-01-08 | 2 | -4/+4 | |
| | | ||||||
* | | fix path mistake | Paul Kehrer | 2015-01-06 | 1 | -2/+2 | |
| | | ||||||
* | | add DER asymmetric keys | Paul Kehrer | 2015-01-04 | 1 | -7/+18 | |
|/ | ||||||
* | Merge pull request #1606 from reaperhulk/doc-dsa-keys | Donald Stufft | 2015-01-04 | 1 | -0/+4 | |
|\ | | | | | document DSA key we added long ago | |||||
| * | fix a doc8 violation | Paul Kehrer | 2015-01-04 | 1 | -2/+2 | |
| | | ||||||
| * | document DSA keys we added long ago | Paul Kehrer | 2015-01-03 | 1 | -0/+4 | |
| | | ||||||
* | | Merge pull request #1593 from ↵ | Paul Kehrer | 2015-01-04 | 1 | -6/+3 | |
|\ \ | |/ |/| | | | | | greghaynes/feature/make-symmetric-enc-example-an-example Make the symmetric-enc example an example | |||||
| * | IV should be 16 bytes | Gregory Haynes | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
| * | iv should be 32 bytes | Gregory Haynes | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
| * | Assign iv to var and remove testsetup block | Gregory Haynes | 2015-01-03 | 1 | -8/+3 | |
| | | ||||||
| * | Make the symmetric-enc example an example | Gregory Haynes | 2014-12-30 | 1 | -1/+3 | |
| | | | | | | | | | | Making some minor tweaks to the doc example for symmetric encryption so it is an actual, runable example. | |||||
* | | provide paths from the cryptography vectors root for custom asym vectors | Paul Kehrer | 2015-01-01 | 1 | -18/+19 | |
|/ |