Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1774 from chelseawinfree/im_confident | Alex Gaynor | 2015-03-24 | 3 | -188/+183 |
|\ | | | | | Moved OpenSSL engine into standalone c and h files | ||||
| * | Added lines at end of file and adjusted parens | Chellygel | 2015-03-23 | 3 | -6/+6 |
| | | |||||
| * | Moved OpenSSL engine into standalone c and h files | Chellygel | 2015-03-23 | 3 | -188/+183 |
| | | | | | | | | References #1301 | ||||
* | | Merge pull request #1768 from reaperhulk/basic-constraints | Alex Gaynor | 2015-03-23 | 1 | -0/+54 |
|\ \ | | | | | | | basic constraints class & extensions interface | ||||
| * | | review feedback updates | Paul Kehrer | 2015-03-23 | 1 | -3/+2 |
| | | | |||||
| * | | use kwargs for BasicConstraints creation | Paul Kehrer | 2015-03-23 | 1 | -2/+5 |
| | | | | | | | | | | | | Also check path_length using integer_types | ||||
| * | | doc updates and simplification of __repr__ | Paul Kehrer | 2015-03-22 | 1 | -8/+4 |
| | | | |||||
| * | | doc update | Paul Kehrer | 2015-03-22 | 1 | -1/+1 |
| | | | |||||
| * | | rework BasicConstraints and Extension. | Paul Kehrer | 2015-03-22 | 1 | -18/+26 |
| | | | |||||
| * | | right, {} format support was added in 2.7 | Paul Kehrer | 2015-03-21 | 1 | -2/+4 |
| | | | |||||
| * | | basic constraints class & extensions interface | Paul Kehrer | 2015-03-21 | 1 | -0/+46 |
| |/ | |||||
* / | Attempt at simplifying the repr code. | Alex Gaynor | 2015-03-23 | 2 | -5/+2 |
|/ | |||||
* | add BASIC_CONSTRAINTS_free macro | Paul Kehrer | 2015-03-20 | 1 | -0/+3 |
| | |||||
* | new openssl bindings for parsing some x509 extensions | Paul Kehrer | 2015-03-18 | 2 | -0/+12 |
| | |||||
* | add AES key wrap bindings to commoncrypto | Paul Kehrer | 2015-03-14 | 2 | -0/+38 |
| | |||||
* | Don't trigger any deprecation warnings on import | Alex Gaynor | 2015-03-14 | 2 | -6/+6 |
| | |||||
* | DER serialization of DSA private keys | Paul Kehrer | 2015-03-14 | 1 | -4/+2 |
| | |||||
* | support DER encoded EC private key serialization | Paul Kehrer | 2015-03-13 | 1 | -1/+4 |
| | |||||
* | support RSA DER private key serialization | Paul Kehrer | 2015-03-13 | 1 | -18/+44 |
| | |||||
* | Merge pull request #1752 from reaperhulk/tiny-cleanup | Alex Gaynor | 2015-03-11 | 1 | -6/+2 |
|\ | | | | | remove some pointless extra lines in multibackend | ||||
| * | remove some pointless extra lines in multibackend | Paul Kehrer | 2015-03-11 | 1 | -6/+2 |
| | | |||||
* | | Merge pull request #1751 from reaperhulk/x509-refactor | Alex Gaynor | 2015-03-11 | 1 | -38/+40 |
|\ \ | | | | | | | move some helper functions in x509 | ||||
| * | | move some helper functions in x509 | Paul Kehrer | 2015-03-11 | 1 | -38/+40 |
| |/ | | | | | | | This will make supporting CSR parsing easier | ||||
* | | eep not this one | Alex Gaynor | 2015-03-11 | 1 | -1/+1 |
| | | |||||
* | | Use the new names to reference these classes | Alex Gaynor | 2015-03-11 | 2 | -2/+2 |
| | | |||||
* | | remove unneeded deprecated interface registration | Paul Kehrer | 2015-03-11 | 1 | -3/+1 |
|/ | |||||
* | refactor OpenSSL backend private_key_bytes | Paul Kehrer | 2015-03-11 | 4 | -5/+9 |
| | |||||
* | support DER serialization of public keys | Paul Kehrer | 2015-03-10 | 4 | -11/+13 |
| | |||||
* | Merge pull request #1738 from reaperhulk/deprecation-dance | Alex Gaynor | 2015-03-09 | 2 | -9/+1 |
|\ | | | | | Do the deprecation dance | ||||
| * | Do the deprecation dance | Paul Kehrer | 2015-03-09 | 2 | -9/+1 |
| | | |||||
* | | reopen tree for 0.9 development work | Paul Kehrer | 2015-03-09 | 1 | -1/+1 |
|/ | |||||
* | update changelog and bump version to 0.8 | Paul Kehrer | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | DSA public key serialization | Paul Kehrer | 2015-03-08 | 2 | -2/+40 |
| | |||||
* | serialize EC public keys | Paul Kehrer | 2015-03-08 | 2 | -2/+40 |
| | |||||
* | support RSA public key serialization | Paul Kehrer | 2015-03-07 | 4 | -3/+60 |
| | |||||
* | Merge pull request #1715 from reaperhulk/rsa-pkcs1-public-key | Alex Gaynor | 2015-03-07 | 1 | -10/+38 |
|\ | | | | | RSA PKCS1 public key loading support | ||||
| * | fix a memory leak pointed out by @aftbit and improve changelog phrasing | Paul Kehrer | 2015-03-05 | 1 | -0/+2 |
| | | |||||
| * | support "PKCS1" RSA public keys | Paul Kehrer | 2015-03-05 | 1 | -10/+36 |
| | | |||||
* | | Merge pull request #1728 from public/bind-check-pubkey | Paul Kehrer | 2015-03-06 | 1 | -0/+1 |
|\ \ | | | | | | | Add DH_check_pub_key binding | ||||
| * | | Add DH_check_pub_key binding | Alex Stapleton | 2015-03-06 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #1723 from public/strict-bn-int | Alex Gaynor | 2015-03-06 | 1 | -0/+2 |
|\ \ | | | | | | | Stricter asserts on _bn_to_int and _int_to_bn | ||||
| * | | Stricter asserts on _bn_to_int and _int_to_bn | Alex Stapleton | 2015-03-06 | 1 | -0/+2 |
| | | | | | | | | | | | | Helped me catch my terrible programming when working on DH | ||||
* | | | Merge pull request #1725 from public/dh-bindings-2015 | Alex Gaynor | 2015-03-06 | 2 | -0/+8 |
|\ \ \ | |_|/ |/| | | Additional DH bindings | ||||
| * | | Additional DH bindings | Alex Stapleton | 2015-03-06 | 2 | -0/+8 |
| |/ | |||||
* | | Merge pull request #1712 from reaperhulk/serialize-dsa-private-key | Alex Gaynor | 2015-03-05 | 2 | -7/+38 |
|\ \ | |/ |/| | serialize DSA private keys | ||||
| * | serialize DSA private keys | Paul Kehrer | 2015-03-02 | 2 | -7/+38 |
| | | |||||
* | | Revert "simplify our DSA parameter copying" | Paul Kehrer | 2015-03-03 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | This reverts commit 900657823720f377f81825d0190b5bf64780982b. Turns out the way this macro is defined in older OpenSSLs does not play nice with older gcc. See: https://rt.openssl.org/Ticket/Display.html?id=1546&user=guest&pass=guest | ||||
* | | Merge pull request #1717 from reaperhulk/dsa-use-params-dup | Alex Gaynor | 2015-03-03 | 2 | -4/+3 |
|\ \ | | | | | | | simplify our DSA parameter copying | ||||
| * | | simplify our DSA parameter copying | Paul Kehrer | 2015-03-03 | 2 | -4/+3 |
| |/ | |||||
* | | Fix indentation. | Terry Chia | 2015-03-03 | 1 | -3/+3 |
| | |