Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Exposed the SSL_peek functionality | Stelios | 2015-07-06 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #2118 from reaperhulk/support-rid-encoding | Alex Gaynor | 2015-07-06 | 2 | -1/+14 | |
|\ \ \ | |/ / |/| | | support registeredID general name encoding | |||||
| * | | support registeredID general name encoding | Paul Kehrer | 2015-07-05 | 2 | -1/+14 | |
|/ / | ||||||
* | | Merge pull request #2085 from alex/encode-san | Paul Kehrer | 2015-07-05 | 2 | -1/+87 | |
|\ \ | | | | | | | Initial code to encode SANs | |||||
| * | | fixed a leak in the event of non-DNS GN | Alex Gaynor | 2015-07-05 | 1 | -2/+3 | |
| | | | ||||||
| * | | Make the error check match how the openssl codebase does it | Alex Gaynor | 2015-07-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Wildcards. Also fixed a bug with multiple GNs | Alex Gaynor | 2015-07-05 | 2 | -4/+11 | |
| | | | ||||||
| * | | flake8 for the flkae8 god | Alex Gaynor | 2015-07-05 | 1 | -1/+0 | |
| | | | ||||||
| * | | Paul says openssl just does the right thing here. | Alex Gaynor | 2015-07-05 | 1 | -2/+0 | |
| | | | ||||||
| * | | this needs to be freed as well | Alex Gaynor | 2015-07-05 | 1 | -0/+1 | |
| | | | ||||||
| * | | idna here | Alex Gaynor | 2015-07-05 | 1 | -2/+3 | |
| | | | ||||||
| * | | Organize code a bit better | Alex Gaynor | 2015-07-05 | 2 | -10/+33 | |
| | | | ||||||
| * | | Merge branch 'master' into encode-san | Alex Gaynor | 2015-07-03 | 1 | -0/+10 | |
| |\ \ | ||||||
| * | | | add this part of the test back | Alex Gaynor | 2015-07-03 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Merge branch 'master' into encode-san | Alex Gaynor | 2015-07-03 | 1 | -0/+14 | |
| |\ \ \ | ||||||
| * | | | | fixed merge | Alex Gaynor | 2015-07-03 | 1 | -13/+0 | |
| | | | | | ||||||
| * | | | | reduce diff with master | Alex Gaynor | 2015-07-03 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into encode-san | Alex Gaynor | 2015-07-03 | 2 | -3/+14 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into encode-san | Alex Gaynor | 2015-07-03 | 26 | -246/+379 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | resolved merge conflict | Alex Gaynor | 2015-06-28 | 7 | -116/+137 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | fix the not implemeneted test | Alex Gaynor | 2015-06-28 | 2 | -1/+15 | |
| | | | | | | | | ||||||
| * | | | | | | | Clean up code and fix. | Alex Gaynor | 2015-06-28 | 2 | -36/+20 | |
| | | | | | | | | ||||||
| * | | | | | | | Initial code to encode SANs | Alex Gaynor | 2015-06-28 | 4 | -1/+81 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #2116 from alex/version-added-public-bytes | Paul Kehrer | 2015-07-05 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Document that public_bytes on certs and CSRs are new in 1.0 | |||||
| * | | | | | | | | Document that public_bytes on certs and CSRs are new in 1.0 | Alex Gaynor | 2015-07-05 | 1 | -0/+4 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #2115 from alex/factor-asn1-strings | Paul Kehrer | 2015-07-05 | 1 | -16/+16 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | Factor out the ASN.1 string handling code in the OpenSSL backend | |||||
| * | | | | | | | | Factor out the ASN.1 string handling code in the OpenSSL backend | Alex Gaynor | 2015-07-05 | 1 | -16/+16 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #2114 from reaperhulk/san-unsupported-name | Alex Gaynor | 2015-07-05 | 1 | -6/+4 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | change unsupported generalname test to use x400address | |||||
| * | | | | | | | change unsupported generalname test to use x400address | Paul Kehrer | 2015-07-05 | 1 | -6/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #2113 from reaperhulk/new-gn-types | Alex Gaynor | 2015-07-05 | 3 | -0/+5 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | add SAN ediPartyName and x400Address test vectors | |||||
| * | | | | | | | add SAN ediPartyName and x400Address test vectors | Paul Kehrer | 2015-07-04 | 3 | -0/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #2112 from reaperhulk/publickeywithserialization | Alex Gaynor | 2015-07-05 | 7 | -43/+35 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | move PublicKeyWithSerialization methods to PublicKey | |||||
| * | | | | | | | docs changes based on feedback | Paul Kehrer | 2015-07-04 | 4 | -12/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | relink some things | Paul Kehrer | 2015-07-04 | 2 | -7/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | move PublicKeyWithSerialization methods to PublicKey | Paul Kehrer | 2015-07-04 | 6 | -30/+30 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #2111 from alex/othername-binding | Paul Kehrer | 2015-07-04 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Refs #2108 -- expand the OTHERNAME binding. | |||||
| * | | | | | | | Refs #2108 -- expand the OTHERNAME binding. | Alex Gaynor | 2015-07-04 | 1 | -1/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #2110 from reaperhulk/remove-with-numbers | Alex Gaynor | 2015-07-04 | 4 | -114/+14 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | remove docs for WithNumbers classes that are removed in 1.0 | |||||
| * | | | | | | | | unlink a lot of things in the changelog since they no longer exist | Paul Kehrer | 2015-07-04 | 1 | -21/+14 | |
| | | | | | | | | | ||||||
| * | | | | | | | | remove docs for WithNumbers classes that are removed in 1.0 | Paul Kehrer | 2015-07-04 | 3 | -93/+0 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #2109 from reaperhulk/doc-osx-install | Alex Gaynor | 2015-07-04 | 2 | -1/+17 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | add some documentation around the requirement for xcode cli tools on mac | |||||
| * | | | | | | | add some more detail. | Paul Kehrer | 2015-07-04 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | add some documentation around the requirement for xcode cli tools on mac | Paul Kehrer | 2015-07-04 | 2 | -1/+15 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #2107 from reaperhulk/port-0.9.2-changelog | Alex Gaynor | 2015-07-03 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | port the 0.9.2 changelog to master | |||||
| * | | | | | | port the 0.9.2 changelog to master | Paul Kehrer | 2015-07-03 | 1 | -0/+5 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #2106 from alex/ia5-string | Paul Kehrer | 2015-07-03 | 1 | -1/+4 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added some nonsense around IA5STRING | |||||
| * | | | | | | Added some nonsense around IA5STRING | Alex Gaynor | 2015-07-03 | 1 | -1/+4 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #2105 from reaperhulk/fix-2101 | Alex Gaynor | 2015-07-03 | 1 | -0/+10 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | add some requested elliptic curve bindings | |||||
| * | | | | | add some requested elliptic curve bindings | Paul Kehrer | 2015-07-03 | 1 | -0/+10 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2104 from alex/csr-san | Paul Kehrer | 2015-07-03 | 2 | -0/+15 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Added support for SANs in CSRs |