aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed URL in the docsAlex Gaynor2015-02-161-1/+1
* Merge pull request #1666 from reaperhulk/move-asym-interfacesAlex Gaynor2015-02-1612-74/+122
|\
| * move asymmetric signature interface docsPaul Kehrer2015-02-162-31/+34
| * move asymmetric signature/verification interfacesPaul Kehrer2015-02-1611-74/+119
|/
* Merge pull request #1665 from reaperhulk/move-asym-padding-interfaceAlex Gaynor2015-02-169-38/+58
|\
| * add changelog entryPaul Kehrer2015-02-161-0/+4
| * move asymmetric padding interface to primitives.asymmetric.paddingPaul Kehrer2015-02-168-38/+54
|/
* Merge pull request #1659 from reaperhulk/move-cipher-interfacesAlex Stapleton2015-02-1619-338/+466
|\
| * 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 #1664 from alex/flake8Alex Stapleton2015-02-162-9/+10
|\ \
| * | Fixed new flake8 warnings from teh latest versionAlex Gaynor2015-02-152-9/+10
|/ /
* | Merge pull request #1612 from reaperhulk/x509-dnAlex Gaynor2015-02-146-0/+323
|\ \ | |/ |/|
| * update docsPaul Kehrer2015-02-141-1/+1
| * simplify things based on review feedbackPaul Kehrer2015-02-144-22/+12
| * update buffer length for OBJ_obj2txtPaul Kehrer2015-02-131-1/+3
| * make x509.Name iterable and address other review feedbackPaul Kehrer2015-02-134-23/+39
| * refactor x509.Name to use get_attributes_by_oidPaul Kehrer2015-02-124-303/+12
| * X509 distinguished name parsing support in the OpenSSL backendPaul Kehrer2015-02-125-0/+606
* | 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