aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* export interfaces from base in ciphers, update docsPaul Kehrer2015-02-1412-59/+66
* fix docs linksPaul Kehrer2015-02-132-3/+3
* move paddingPaul Kehrer2015-02-135-21/+59
* move cipher and mode interfacesPaul Kehrer2015-02-1315-311/+394
* Merge pull request #1658 from reaperhulk/move-hash-interfacesAlex Gaynor2015-02-1322-154/+182
|\
| * add changelog entryPaul Kehrer2015-02-131-0/+4
| * move hash interfacesPaul Kehrer2015-02-1321-154/+178
|/
* Merge pull request #1654 from reaperhulk/make-docs-nitpickyAlex Gaynor2015-02-1314-74/+70
|\
| * try to make the old changelog modifications a bit more understandablePaul Kehrer2015-02-121-5/+15
| * make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-1214-74/+60
* | Merge pull request #1657 from dstufft/check-readmeAlex Gaynor2015-02-131-0/+2
|\ \
| * | Use readme to ensure the long description renders on PyPIDonald Stufft2015-02-121-0/+2
|/ /
* | Merge pull request #1656 from reaperhulk/nameattribute-reprDonald Stufft2015-02-122-0/+13
|\ \ | |/ |/|
| * add repr for x509.NameAttributePaul Kehrer2015-02-122-0/+13
* | Merge pull request #1655 from reaperhulk/x509-interface-whatAlex Gaynor2015-02-122-43/+2
|\ \ | |/ |/|
| * remove unused X509 certificate interfacePaul Kehrer2015-02-122-43/+2
|/
* Merge pull request #1652 from reaperhulk/move-ecAlex Stapleton2015-02-129-269/+303
|\
| * add changelog entry for EC movePaul Kehrer2015-02-121-0/+9
| * move EC interfacesPaul Kehrer2015-02-128-269/+294
* | Merge pull request #1653 from reaperhulk/dsa-interface-move-docsAlex Stapleton2015-02-121-0/+6
|\ \ | |/ |/|
| * document that we moved the DSA interfacesPaul Kehrer2015-02-121-0/+6
|/
* Merge pull request #1650 from alex/x509-covPaul Kehrer2015-02-101-0/+4
|\
| * Added test coverage for missing branch.Alex Gaynor2015-02-101-0/+4
|/
* Merge pull request #1645 from reaperhulk/x509-attrsAlex Gaynor2015-02-104-0/+252
|\
| * note that the OIDs listed are typically seen in x.509 namesPaul Kehrer2015-02-071-17/+29
| * more x509 oid doc updatesPaul Kehrer2015-02-071-4/+12
| * whoopsPaul Kehrer2015-02-061-16/+16
| * more doc fixesPaul Kehrer2015-02-062-18/+18
| * add descriptions to each OID constant, update object to instancePaul Kehrer2015-02-052-1/+33
| * rename ObjectIdentifier.value to dotted_stringPaul Kehrer2015-02-042-6/+7
| * fix some formatting in the docsPaul Kehrer2015-02-041-2/+2
| * UnknownNameAttribute is not needed nowPaul Kehrer2015-02-042-10/+0
| * rename Attribute to NameAttribute and remove name from OIDPaul Kehrer2015-02-023-59/+68
| * add some prose trying to explain Attribute and ObjectIdentifierPaul Kehrer2015-01-301-0/+5
| * update docsPaul Kehrer2015-01-302-1/+5
| * add attribute and objectidentifier classes for x509 namePaul Kehrer2015-01-293-0/+191
* | Merge pull request #1642 from alex/not-all-pemsPaul Kehrer2015-01-271-0/+8
|\ \
| * | Have the pem public/private key loading docs point to x.509Alex Gaynor2015-01-271-0/+8
|/ /
* | Merge pull request #1641 from alex/public-key-examplePaul Kehrer2015-01-271-0/+15
|\ \ | |/ |/|
| * Include an example of loading a public keyAlex Gaynor2015-01-271-0/+15
|/
* Merge pull request #1592 from public/move-rsa-interfacesPaul Kehrer2015-01-248-203/+260
|\
| * Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsaAlex Stapleton2015-01-248-203/+260
|/
* Merge pull request #1634 from public/deprecate-dsaPaul Kehrer2015-01-2310-294/+352
|\
| * Move around bits of the EC test suite to work around awful PyPy bugAlex Stapleton2015-01-222-18/+20
| * Move DSA* interfaces to interfaces.dsa moduleAlex Stapleton2015-01-228-276/+332
* | Merge pull request #1638 from reaperhulk/102-final-docAlex Gaynor2015-01-221-1/+1
|\ \ | |/ |/|
| * we now test against 1.0.2 finalPaul Kehrer2015-01-221-1/+1
|/
* Merge pull request #1633 from reaperhulk/fix-975Alex Gaynor2015-01-184-0/+94
|\
| * doc updatePaul Kehrer2015-01-181-2/+2
| * move attempts to a constant and add a comment about itPaul Kehrer2015-01-181-1/+7