aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1702 from reaperhulk/parse-x509-requestAlex Gaynor2015-03-2911-29/+297
|\ | | | | Parse X509 Requests
| * add test for invalid PEM CSRPaul Kehrer2015-03-291-0/+4
| |
| * add missing "signing"Paul Kehrer2015-03-291-1/+1
| |
| * move testsetup around and improve some verbiagePaul Kehrer2015-03-291-32/+29
| |
| * move test setupPaul Kehrer2015-03-291-23/+23
| |
| * rename to CertificateSigningRequestPaul Kehrer2015-03-296-16/+20
| |
| * address some review commentsPaul Kehrer2015-03-293-8/+6
| |
| * rename request to CSRPaul Kehrer2015-03-2910-30/+30
| |
| * add changelog entryPaul Kehrer2015-03-291-0/+2
| |
| * basic support for parsing x509 requestsPaul Kehrer2015-03-2910-2/+265
|/
* Merge pull request #1769 from reaperhulk/x509-extension-bcAlex Gaynor2015-03-284-4/+188
|\ | | | | basicConstraints support for OpenSSL X509 backend
| * rename test class namePaul Kehrer2015-03-281-1/+1
| |
| * basicConstraints support for OpenSSL X509 backendPaul Kehrer2015-03-284-4/+188
| |
* | Merge pull request #1786 from reaperhulk/san-vectorsAlex Gaynor2015-03-284-0/+64
|\ \ | |/ |/| add X509 SAN extension vectors
| * add X509 SAN extension vectorsPaul Kehrer2015-03-284-0/+64
| |
* | Merge pull request #1793 from reaperhulk/x509-extensions-classAlex Gaynor2015-03-284-1/+159
|\ \ | | | | | | add x509 extensions class and basic tests (no extensions supported)
| * | add x509 extensions class and basic tests (no extensions supported)Paul Kehrer2015-03-284-1/+159
|/ /
* | Merge pull request #1791 from alex/retry-updatePaul Kehrer2015-03-281-1/+2
|\ \ | |/ |/| Retry apt-get update on failure -- rabbitmq's servers are failing a bunch
| * Retry apt-get update on failure -- rabbitmq's servers are failing a bunchAlex Gaynor2015-03-281-1/+2
|/
* Merge pull request #1789 from reaperhulk/unsupported-critical-extension-vectorAlex Gaynor2015-03-282-0/+21
|\ | | | | add unsupported extension marked critical
| * add unsupported extension marked criticalPaul Kehrer2015-03-272-0/+21
| |
* | Merge pull request #1788 from alex/pypy-2.5-osxPaul Kehrer2015-03-281-2/+2
|\ \ | |/ |/| Use PyPy 2.5.1 on Travis OS X
| * Use PyPy 2.5.1 on Travis OS XAlex Gaynor2015-03-271-2/+2
| |
* | Merge pull request #1787 from reaperhulk/unsupported-extension-vectorAlex Gaynor2015-03-282-0/+21
|\ \ | |/ |/| add unsupported extension x509 test vector
| * add unsupported extension x509 test vectorPaul Kehrer2015-03-272-0/+21
|/
* Merge pull request #1782 from chelseawinfree/chellygelAlex Gaynor2015-03-251-0/+1
|\ | | | | Adding myself to authors
| * Adding myself to authorsChellygel2015-03-251-0/+1
|/
* Merge pull request #1780 from reaperhulk/allow-zero-bnAlex Stapleton2015-03-252-1/+6
|\ | | | | allow zero value bn using _bn_to_int in the openssl backend
| * allow zero value bn using _bn_to_int in the openssl backendPaul Kehrer2015-03-252-1/+6
| |
* | Merge pull request #1781 from reaperhulk/pathlen-zero-bc-vectorAlex Gaynor2015-03-252-0/+20
|\ \ | |/ |/| add new basic constraints vector with path length zero
| * add new basic constraints vector with path length zeroPaul Kehrer2015-03-252-0/+20
|/
* Merge pull request #1777 from alex/threadsafe-initPaul Kehrer2015-03-242-12/+20
|\ | | | | Fixes #1776 -- ensure that we only init bindings once per process
| * DohAlex Gaynor2015-03-242-2/+2
| |
| * Fixes #1776 -- ensure that we only init bindings once per processAlex Gaynor2015-03-242-12/+20
|/
* Merge pull request #1774 from chelseawinfree/im_confidentAlex Gaynor2015-03-244-188/+184
|\ | | | | Moved OpenSSL engine into standalone c and h files
| * Added lines at end of file and adjusted parensChellygel2015-03-233-6/+6
| |
| * Moved OpenSSL engine into standalone c and h filesChellygel2015-03-234-188/+184
| | | | | | | | References #1301
* | Merge pull request #1768 from reaperhulk/basic-constraintsAlex Gaynor2015-03-233-0/+176
|\ \ | | | | | | basic constraints class & extensions interface
| * | review feedback updatesPaul Kehrer2015-03-232-4/+5
| | |
| * | use kwargs for BasicConstraints creationPaul Kehrer2015-03-232-11/+14
| | | | | | | | | | | | Also check path_length using integer_types
| * | doc updates and simplification of __repr__Paul Kehrer2015-03-222-10/+9
| | |
| * | doc updatePaul Kehrer2015-03-222-2/+2
| | |
| * | rework BasicConstraints and Extension.Paul Kehrer2015-03-223-32/+66
| | |
| * | review feedback doc updatesPaul Kehrer2015-03-211-2/+2
| | |
| * | right, {} format support was added in 2.7Paul Kehrer2015-03-211-2/+4
| | |
| * | add docs for the OID_BASIC_CONSTRAINTS constantPaul Kehrer2015-03-211-0/+8
| | |
| * | basic constraints class & extensions interfacePaul Kehrer2015-03-213-0/+129
| |/
* | Merge pull request #1772 from alex/simpler-formatPaul Kehrer2015-03-232-5/+2
|\ \ | | | | | | Attempt at simplifying the repr code.
| * | Attempt at simplifying the repr code.Alex Gaynor2015-03-232-5/+2
|/ /
* | Merge pull request #1759 from reaperhulk/aes-keywrap-vectorsAlex Gaynor2015-03-2130-0/+70480
|\ \ | |/ |/| add keywrap test vectors from NIST