Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved OpenSSL engine into standalone c and h files | Chellygel | 2015-03-23 | 4 | -188/+184 |
| | | | | References #1301 | ||||
* | Merge pull request #1766 from reaperhulk/x509-bc-vectors | Alex Gaynor | 2015-03-21 | 4 | -0/+77 |
|\ | | | | | Basic Constraints Certificate Vectors | ||||
| * | add 3 new certificate vectors for upcoming basic constraints tests | Paul Kehrer | 2015-03-20 | 4 | -0/+77 |
|/ | |||||
* | Merge pull request #1765 from reaperhulk/another-binding | Alex Gaynor | 2015-03-20 | 1 | -0/+3 |
|\ | | | | | add BASIC_CONSTRAINTS_free macro | ||||
| * | add BASIC_CONSTRAINTS_free macro | Paul Kehrer | 2015-03-20 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #1763 from reaperhulk/port-0.8.1-changelog | Alex Stapleton | 2015-03-20 | 1 | -0/+5 |
|\ | | | | | port 0.8.1 changelog to master | ||||
| * | port 0.8.1 changelog to master | Paul Kehrer | 2015-03-19 | 1 | -0/+5 |
|/ | |||||
* | Merge pull request #1761 from reaperhulk/x509-ext-parse-bindings | Alex Gaynor | 2015-03-18 | 2 | -0/+12 |
|\ | | | | | new openssl bindings for parsing some x509 extensions | ||||
| * | new openssl bindings for parsing some x509 extensions | Paul Kehrer | 2015-03-18 | 2 | -0/+12 |
|/ | |||||
* | Merge pull request #1758 from reaperhulk/commoncrypto-keywrap-bindings | Alex Gaynor | 2015-03-15 | 2 | -0/+38 |
|\ | | | | | add AES key wrap bindings to commoncrypto | ||||
| * | add AES key wrap bindings to commoncrypto | Paul Kehrer | 2015-03-14 | 2 | -0/+38 |
|/ | |||||
* | Merge pull request #1757 from alex/deprecated | Paul Kehrer | 2015-03-14 | 2 | -6/+6 |
|\ | | | | | Don't trigger any deprecation warnings on import | ||||
| * | Don't trigger any deprecation warnings on import | Alex Gaynor | 2015-03-14 | 2 | -6/+6 |
|/ | |||||
* | Merge pull request #1756 from reaperhulk/serialize-der-dsa | Alex Gaynor | 2015-03-14 | 4 | -45/+95 |
|\ | | | | | Serialize DER DSA private keys | ||||
| * | pep8! *shakes fist at the sky* | Paul Kehrer | 2015-03-14 | 1 | -1/+1 |
| | | |||||
| * | DER serialization of DSA private keys | Paul Kehrer | 2015-03-14 | 4 | -44/+94 |
|/ | |||||
* | Merge pull request #1755 from reaperhulk/serialize-der-ec | Alex Gaynor | 2015-03-14 | 2 | -13/+97 |
|\ | | | | | support DER encoded EC private key serialization | ||||
| * | support DER encoded EC private key serialization | Paul Kehrer | 2015-03-13 | 2 | -13/+97 |
|/ | |||||
* | Merge pull request #1754 from reaperhulk/serialize-der-part-un | Alex Gaynor | 2015-03-13 | 3 | -41/+139 |
|\ | | | | | support RSA DER private key serialization | ||||
| * | support RSA DER private key serialization | Paul Kehrer | 2015-03-13 | 3 | -41/+139 |
|/ | |||||
* | 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 | ||||
* | | Merge pull request #1749 from alex/update-interface | Paul Kehrer | 2015-03-11 | 1 | -1/+1 |
|\ \ | | | | | | | Use the new names to reference these classes | ||||
| * | | 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 |
|/ / | |||||
* | | Merge pull request #1747 from reaperhulk/remove-unneeded-registration | Alex Gaynor | 2015-03-11 | 1 | -3/+1 |
|\ \ | |/ |/| | remove unneeded deprecated interface registration | ||||
| * | remove unneeded deprecated interface registration | Paul Kehrer | 2015-03-11 | 1 | -3/+1 |
|/ | |||||
* | Merge pull request #1746 from reaperhulk/private-bytes-cleanup | Alex Gaynor | 2015-03-11 | 4 | -5/+9 |
|\ | | | | | refactor OpenSSL backend private_key_bytes | ||||
| * | refactor OpenSSL backend private_key_bytes | Paul Kehrer | 2015-03-11 | 4 | -5/+9 |
|/ | |||||
* | Merge pull request #1741 from reaperhulk/serialize-der-public-keys | Alex Gaynor | 2015-03-10 | 9 | -54/+101 |
|\ | | | | | support DER serialization of public keys | ||||
| * | update changelog to link DER | Paul Kehrer | 2015-03-10 | 1 | -2/+3 |
| | | |||||
| * | support DER serialization of public keys | Paul Kehrer | 2015-03-10 | 9 | -54/+100 |
| | | |||||
* | | Merge pull request #1742 from alex/fixed-deprecations | Paul Kehrer | 2015-03-10 | 5 | -12/+12 |
|\ \ | |/ |/| | Fixed the deprecation warnings being triggered by the tests | ||||
| * | Fixed the deprecation warnings being triggered by the tests | Alex Gaynor | 2015-03-10 | 5 | -12/+12 |
|/ | |||||
* | Merge pull request #1738 from reaperhulk/deprecation-dance | Alex Gaynor | 2015-03-09 | 5 | -35/+4 |
|\ | | | | | Do the deprecation dance | ||||
| * | missed some links | Paul Kehrer | 2015-03-09 | 1 | -2/+2 |
| | | |||||
| * | Do the deprecation dance | Paul Kehrer | 2015-03-09 | 4 | -33/+2 |
| | | |||||
* | | Merge pull request #1740 from alex/fixed-gitorious-link | Paul Kehrer | 2015-03-09 | 1 | -1/+1 |
|\ \ | | | | | | | Updated one more gitorious link | ||||
| * | | Updated one more gitorious link | Alex Gaynor | 2015-03-09 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1739 from alex/fix-path | Paul Kehrer | 2015-03-09 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Use full path in the documentation | ||||
| * | | Use full path in the documentation | Alex Gaynor | 2015-03-09 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1736 from reaperhulk/0.9-open-for-business | Alex Gaynor | 2015-03-09 | 3 | -2/+7 |
|\ \ | |/ |/| | reopen tree for 0.9 development work | ||||
| * | reopen tree for 0.9 development work | Paul Kehrer | 2015-03-09 | 3 | -2/+7 |
|/ | |||||
* | Merge pull request #1735 from reaperhulk/0.8-changelog-version | Alex Gaynor | 2015-03-09 | 3 | -59/+57 |
|\ | | | | | update changelog and bump version to 0.8 | ||||
| * | update changelog and bump version to 0.8 | Paul Kehrer | 2015-03-08 | 3 | -59/+57 |
|/ | |||||
* | Merge pull request #1734 from reaperhulk/serialize-dsa-public-key | Alex Gaynor | 2015-03-08 | 6 | -5/+129 |
|\ | | | | | DSA public key serialization | ||||
| * | add missing changelog entry for DSA public serialization | Paul Kehrer | 2015-03-08 | 1 | -0/+8 |
| | | |||||
| * | DSA public key serialization | Paul Kehrer | 2015-03-08 | 5 | -5/+121 |
| | |