aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* let's also add the binding to make a new GENERAL_SUBTREE stackPaul Kehrer2015-07-241-0/+1
* bindings for CRL encodingPaul Kehrer2015-07-241-0/+7
* Merge pull request #2169 from reaperhulk/encode-ekuAlex Gaynor2015-07-236-2/+59
|\
| * Support encoding ExtendedKeyUsage into certificate signing requestsPaul Kehrer2015-07-236-2/+59
|/
* Merge pull request #2168 from reaperhulk/encode-kuAlex Gaynor2015-07-235-2/+109
|\
| * Support encoding KeyUsage into certificate signing requestsPaul Kehrer2015-07-235-2/+109
* | Merge pull request #2166 from reaperhulk/fix-multi-extension-bugAlex Gaynor2015-07-232-1/+26
|\|
| * when building a CSR adding > 1 extension would trigger a bugPaul Kehrer2015-07-232-1/+26
|/
* Merge pull request #2154 from alex/generating-a-csrPaul Kehrer2015-07-162-0/+80
|\
| * fixAlex Gaynor2015-07-161-1/+1
| * fixed indentAlex Gaynor2015-07-131-1/+1
| * line length and grammarAlex Gaynor2015-07-131-5/+7
| * spellingAlex Gaynor2015-07-131-2/+2
| * Fixed #2091 -- describe how to generate a CSR.Alex Gaynor2015-07-132-0/+78
* | Merge pull request #2150 from reaperhulk/encode-uriAlex Gaynor2015-07-142-7/+33
|\ \
| * | remove unused importPaul Kehrer2015-07-141-2/+0
| * | encode uriPaul Kehrer2015-07-132-7/+35
|/ /
* | Merge pull request #2149 from reaperhulk/better-uriAlex Gaynor2015-07-132-0/+58
|\ \ | |/ |/|
| * expand UniformResourceIdentiier to parse and internally IDNA encodePaul Kehrer2015-07-122-0/+58
* | Merge pull request #2137 from reaperhulk/encode-rfc822nameAlex Gaynor2015-07-122-1/+15
|\ \
| * | support rfc822Name general name encodingPaul Kehrer2015-07-122-1/+15
* | | Merge pull request #2148 from reaperhulk/fix-random-orderAlex Gaynor2015-07-121-0/+1
|\ \ \ | |_|/ |/| |
| * | clear the error stack if d2i_ASN1_TYPE failsPaul Kehrer2015-07-121-0/+1
| |/
* | Merge pull request #2147 from reaperhulk/there-are-two-partsAlex Gaynor2015-07-121-4/+3
|\ \
| * | parts can't be > 2, so let's not pretend it could bePaul Kehrer2015-07-121-4/+3
* | | Merge pull request #2139 from alex/remove-fast-pathPaul Kehrer2015-07-121-3/+0
|\ \ \
| * | | Removed the fastpath from binding initialization. These aren't instantiated f...Alex Gaynor2015-07-121-3/+0
* | | | Merge pull request #2146 from alex/coveragePaul Kehrer2015-07-122-1/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | Don't try to upload coverage on builds which don't produce coverageAlex Gaynor2015-07-122-1/+11
* | | | Merge pull request #2141 from reaperhulk/better-rfc822nameAlex Gaynor2015-07-122-0/+37
|\ \ \ \
| * | | | simplify logic, it doesn't appear parts > 2 is possiblePaul Kehrer2015-07-121-4/+3
| * | | | expand RFC822Name to validate and (internally) IDNA encodePaul Kehrer2015-07-122-0/+38
* | | | | Merge pull request #2145 from alex/numbers-hashPaul Kehrer2015-07-122-0/+30
|\ \ \ \ \
| * | | | | Fixed #2143 -- added __hash__ to RSA{Public,Private}NumbersAlex Gaynor2015-07-122-0/+30
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2144 from pyca/alex-patch-1Paul Kehrer2015-07-121-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Don't try to load backends if the test doesn't need itAlex Gaynor2015-07-121-3/+3
| |/ / /
* | | | Merge pull request #2142 from alex/x509-tutorialPaul Kehrer2015-07-125-14/+22
|\ \ \ \ | |/ / / |/| | |
| * | | fixed this doc tooAlex Gaynor2015-07-121-2/+2
| * | | updated links in the changelogAlex Gaynor2015-07-121-3/+3
| * | | these were movedAlex Gaynor2015-07-121-2/+0
| * | | Reorganize the x509 docs in prep for a tutorialAlex Gaynor2015-07-123-7/+17
|/ / /
* | | Merge pull request #2095 from reaperhulk/nc-the-hard-part-reduxAlex Gaynor2015-07-122-5/+80
|\ \ \ | |/ / |/| |
| * | use helper method _asn1_string_to_bytesPaul Kehrer2015-07-121-3/+1
| * | not bytesPaul Kehrer2015-07-101-1/+1
| * | simplify and handle /32 and /128Paul Kehrer2015-07-102-3/+26
| * | name constraints - support IP addresses with netmaskPaul Kehrer2015-07-102-5/+59
* | | Merge pull request #2136 from reaperhulk/encode-othernameAlex Gaynor2015-07-124-0/+53
|\ \ \ | |_|/ |/| |
| * | this is constPaul Kehrer2015-07-111-1/+1
| * | raise a nice error if bad ASN.1 is providedPaul Kehrer2015-07-112-1/+21
| * | support for OtherName encoding for general namesPaul Kehrer2015-07-114-0/+33
|/ /