aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use PyPy 2.5.1 on Travis OS XAlex Gaynor2015-03-271-2/+2
|
* 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
| * add keywrap test vectors from NISTPaul Kehrer2015-03-1530-0/+70480
| | | | | | | | From http://csrc.nist.gov/groups/STM/cavp/documents/mac/kwtestvectors.zip
* | Merge pull request #1766 from reaperhulk/x509-bc-vectorsAlex Gaynor2015-03-214-0/+77
|\ \ | | | | | | Basic Constraints Certificate Vectors
| * | add 3 new certificate vectors for upcoming basic constraints testsPaul Kehrer2015-03-204-0/+77
|/ /
* | Merge pull request #1765 from reaperhulk/another-bindingAlex Gaynor2015-03-201-0/+3
|\ \ | | | | | | add BASIC_CONSTRAINTS_free macro
| * | add BASIC_CONSTRAINTS_free macroPaul Kehrer2015-03-201-0/+3
|/ /
* | Merge pull request #1763 from reaperhulk/port-0.8.1-changelogAlex Stapleton2015-03-201-0/+5
|\ \ | | | | | | port 0.8.1 changelog to master
| * | port 0.8.1 changelog to masterPaul Kehrer2015-03-191-0/+5
|/ /
* | Merge pull request #1761 from reaperhulk/x509-ext-parse-bindingsAlex Gaynor2015-03-182-0/+12
|\ \ | | | | | | new openssl bindings for parsing some x509 extensions
| * | new openssl bindings for parsing some x509 extensionsPaul Kehrer2015-03-182-0/+12
|/ /
* | Merge pull request #1758 from reaperhulk/commoncrypto-keywrap-bindingsAlex Gaynor2015-03-152-0/+38
|\ \ | |/ |/| add AES key wrap bindings to commoncrypto
| * add AES key wrap bindings to commoncryptoPaul Kehrer2015-03-142-0/+38
|/
* Merge pull request #1757 from alex/deprecatedPaul Kehrer2015-03-142-6/+6
|\ | | | | Don't trigger any deprecation warnings on import
| * Don't trigger any deprecation warnings on importAlex Gaynor2015-03-142-6/+6
|/
* Merge pull request #1756 from reaperhulk/serialize-der-dsaAlex Gaynor2015-03-144-45/+95
|\ | | | | Serialize DER DSA private keys
| * pep8! *shakes fist at the sky*Paul Kehrer2015-03-141-1/+1
| |
| * DER serialization of DSA private keysPaul Kehrer2015-03-144-44/+94
|/
* Merge pull request #1755 from reaperhulk/serialize-der-ecAlex Gaynor2015-03-142-13/+97
|\ | | | | support DER encoded EC private key serialization
| * support DER encoded EC private key serializationPaul Kehrer2015-03-132-13/+97
|/
* Merge pull request #1754 from reaperhulk/serialize-der-part-unAlex Gaynor2015-03-133-41/+139
|\ | | | | support RSA DER private key serialization
| * support RSA DER private key serializationPaul Kehrer2015-03-133-41/+139
|/
* Merge pull request #1752 from reaperhulk/tiny-cleanupAlex Gaynor2015-03-111-6/+2
|\ | | | | remove some pointless extra lines in multibackend
| * remove some pointless extra lines in multibackendPaul Kehrer2015-03-111-6/+2
| |
* | Merge pull request #1751 from reaperhulk/x509-refactorAlex Gaynor2015-03-111-38/+40
|\ \ | | | | | | move some helper functions in x509
| * | move some helper functions in x509Paul Kehrer2015-03-111-38/+40
| |/ | | | | | | This will make supporting CSR parsing easier