aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into cert-builderIan Cordasco2015-08-039-204/+276
|\
| * Merge pull request #2187 from reaperhulk/csr-decode-all-extsAlex Gaynor2015-08-011-23/+21
| |\
| | * allow certificate and CSR to both parse the same set of extensionsPaul Kehrer2015-08-011-23/+21
| * | Merge pull request #2186 from reaperhulk/handle-corrupt-extensionsAlex Gaynor2015-08-011-1/+7
| |\ \
| | * | corrupt -> invalidPaul Kehrer2015-08-011-1/+2
| | * | check if the extension decoded to internal openssl reprPaul Kehrer2015-08-011-1/+6
| | |/
| * | Merge pull request #2184 from reaperhulk/remove-more-branchesAlex Gaynor2015-08-013-10/+18
| |\ \ | | |/ | |/|
| | * Remove elifs and replace with else + assertPaul Kehrer2015-08-013-10/+18
| * | simplify x509 extension decodingPaul Kehrer2015-08-011-73/+28
| |/
| * Merge pull request #2177 from reaperhulk/cp-bindingsAlex Gaynor2015-07-271-0/+21
| |\
| | * add many bindings we'll need to encode a certificate policies extensionPaul Kehrer2015-07-261-0/+21
| * | openssl error codes are clearly not considered part of the api contractPaul Kehrer2015-07-251-5/+2
| * | extra parensPaul Kehrer2015-07-251-5/+3
| * | == instead of inPaul Kehrer2015-07-251-2/+2
| * | handle RSA key too small and consume errors on CSR signature failurePaul Kehrer2015-07-252-1/+11
| |/
| * remove windows link type, update docsPaul Kehrer2015-07-241-14/+1
| * Merge pull request #2171 from reaperhulk/refactor-gn-encodingAlex Gaynor2015-07-241-83/+88
| |\
| | * refactor general name encoding to its own functionPaul Kehrer2015-07-241-83/+88
| * | 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
| |/
| * Support encoding ExtendedKeyUsage into certificate signing requestsPaul Kehrer2015-07-235-2/+36
| * Support encoding KeyUsage into certificate signing requestsPaul Kehrer2015-07-234-0/+45
| * when building a CSR adding > 1 extension would trigger a bugPaul Kehrer2015-07-231-1/+1
* | Add sign_x509_certificate to MultiBackendIan Cordasco2015-08-021-0/+9
* | Add note to serial_number parameter about entropyIan Cordasco2015-08-021-0/+2
* | Add _encode_asn1_int_gcIan Cordasco2015-08-011-1/+7
* | Add check for an RSA Key being too smallIan Cordasco2015-08-012-3/+5
* | Document other two parameters from sign methodIan Cordasco2015-07-311-11/+21
* | Check result of setting the serial numberIan Cordasco2015-07-241-2/+14
* | Remove CertificateBuilder.versionIan Cordasco2015-07-241-19/+2
* | Use correct exception class in openssl backendIan Cordasco2015-07-201-1/+1
* | Remove unnecessary type checkIan Cordasco2015-07-191-2/+0
* | Handle SubjectAlternativeName extensions in the backendIan Cordasco2015-07-191-0/+2
* | Construct extensions like a CSRIan Cordasco2015-07-191-6/+9
* | Fix copy-paste errorsIan Cordasco2015-07-191-3/+3
* | Remove unnecessary helper functionsIan Cordasco2015-07-182-19/+4
* | Make the CertificateBuilder interface more like the CSRBuilderIan Cordasco2015-07-181-27/+92
* | Adds certificate builder.Andre Caron2015-07-182-0/+186
|/
* remove unused importPaul Kehrer2015-07-141-2/+0
* encode uriPaul Kehrer2015-07-131-2/+12
* Merge pull request #2149 from reaperhulk/better-uriAlex Gaynor2015-07-131-0/+26
|\
| * expand UniformResourceIdentiier to parse and internally IDNA encodePaul Kehrer2015-07-121-0/+26
* | Merge pull request #2137 from reaperhulk/encode-rfc822nameAlex Gaynor2015-07-121-0/+8
|\ \
| * | support rfc822Name general name encodingPaul Kehrer2015-07-121-0/+8
* | | 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