aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2108 from mail-in-a-box/masterPaul Kehrer2015-07-085-2/+140
|\ | | | | support othername in general names
| * special-case GeneralNames.get_values_for_type to return OtherName instances ↵Joshua Tauberer2015-07-063-6/+12
| | | | | | | | directly rather than their value properties; tests updated
| * additional tests and doc spelling error fix for OtherNameJoshua Tauberer2015-07-062-1/+50
| |
| * parse SAN otherNames into OtherName instances rather than raising an exceptionJoshua Tauberer2015-07-065-1/+84
| | | | | | | | Test added.
* | Merge pull request #2124 from alex/hash-certPaul Kehrer2015-07-083-7/+33
|\ \ | | | | | | Fixed #2120 -- added __hash__ to x509.Cert
| * | no need to hash it twice, also simplify fingerprint methodAlex Gaynor2015-07-071-9/+2
| | |
| * | Fixed #2120 -- added __hash__ to x509.CertAlex Gaynor2015-07-063-0/+33
| | |
* | | Merge pull request #2126 from alex/csr-eqPaul Kehrer2015-07-073-0/+52
|\ \ \ | |/ / |/| | Fixed #2121 -- added __eq__ and __ne__ to CSRs
| * | fixed testAlex Gaynor2015-07-061-1/+1
| | |
| * | added forgotten __ne__ methodAlex Gaynor2015-07-061-0/+3
| | |
| * | typo fixAlex Gaynor2015-07-061-1/+1
| | |
| * | Fixed #2121 -- added __eq__ and __ne__ to CSRsAlex Gaynor2015-07-063-0/+49
|/ /
* | Merge pull request #2119 from stjoannou/masterAlex Gaynor2015-07-061-0/+1
|\ \ | | | | | | Exposed the SSL_peek functionality
| * | Exposed the SSL_peek functionalityStelios2015-07-061-0/+1
| | |
* | | Merge pull request #2118 from reaperhulk/support-rid-encodingAlex Gaynor2015-07-062-1/+14
|\ \ \ | |/ / |/| | support registeredID general name encoding
| * | support registeredID general name encodingPaul Kehrer2015-07-052-1/+14
|/ /
* | Merge pull request #2085 from alex/encode-sanPaul Kehrer2015-07-052-1/+87
|\ \ | | | | | | Initial code to encode SANs
| * | fixed a leak in the event of non-DNS GNAlex Gaynor2015-07-051-2/+3
| | |
| * | Make the error check match how the openssl codebase does itAlex Gaynor2015-07-051-1/+1
| | |
| * | Wildcards. Also fixed a bug with multiple GNsAlex Gaynor2015-07-052-4/+11
| | |
| * | flake8 for the flkae8 godAlex Gaynor2015-07-051-1/+0
| | |
| * | Paul says openssl just does the right thing here.Alex Gaynor2015-07-051-2/+0
| | |
| * | this needs to be freed as wellAlex Gaynor2015-07-051-0/+1
| | |
| * | idna hereAlex Gaynor2015-07-051-2/+3
| | |
| * | Organize code a bit betterAlex Gaynor2015-07-052-10/+33
| | |
| * | Merge branch 'master' into encode-sanAlex Gaynor2015-07-031-0/+10
| |\ \
| * | | add this part of the test backAlex Gaynor2015-07-031-0/+3
| | | |
| * | | Merge branch 'master' into encode-sanAlex Gaynor2015-07-031-0/+14
| |\ \ \
| * | | | fixed mergeAlex Gaynor2015-07-031-13/+0
| | | | |
| * | | | reduce diff with masterAlex Gaynor2015-07-031-1/+0
| | | | |
| * | | | Merge branch 'master' into encode-sanAlex Gaynor2015-07-032-3/+14
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into encode-sanAlex Gaynor2015-07-0326-246/+379
| |\ \ \ \ \
| * \ \ \ \ \ resolved merge conflictAlex Gaynor2015-06-287-116/+137
| |\ \ \ \ \ \
| * | | | | | | fix the not implemeneted testAlex Gaynor2015-06-282-1/+15
| | | | | | | |
| * | | | | | | Clean up code and fix.Alex Gaynor2015-06-282-36/+20
| | | | | | | |
| * | | | | | | Initial code to encode SANsAlex Gaynor2015-06-284-1/+81
| | | | | | | |
* | | | | | | | Merge pull request #2116 from alex/version-added-public-bytesPaul Kehrer2015-07-051-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.0Alex Gaynor2015-07-051-0/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #2115 from alex/factor-asn1-stringsPaul Kehrer2015-07-051-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 backendAlex Gaynor2015-07-051-16/+16
| |/ / / / / / /
* | | | | | | | Merge pull request #2114 from reaperhulk/san-unsupported-nameAlex Gaynor2015-07-051-6/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | change unsupported generalname test to use x400address
| * | | | | | | change unsupported generalname test to use x400addressPaul Kehrer2015-07-051-6/+4
|/ / / / / / /
* | | | | | | Merge pull request #2113 from reaperhulk/new-gn-typesAlex Gaynor2015-07-053-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | add SAN ediPartyName and x400Address test vectors
| * | | | | | | add SAN ediPartyName and x400Address test vectorsPaul Kehrer2015-07-043-0/+5
| | | | | | | |
* | | | | | | | Merge pull request #2112 from reaperhulk/publickeywithserializationAlex Gaynor2015-07-057-43/+35
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | move PublicKeyWithSerialization methods to PublicKey
| * | | | | | | docs changes based on feedbackPaul Kehrer2015-07-044-12/+6
| | | | | | | |
| * | | | | | | relink some thingsPaul Kehrer2015-07-042-7/+5
| | | | | | | |
| * | | | | | | move PublicKeyWithSerialization methods to PublicKeyPaul Kehrer2015-07-046-30/+30
| | | | | | | |
* | | | | | | | Merge pull request #2111 from alex/othername-bindingPaul Kehrer2015-07-041-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Refs #2108 -- expand the OTHERNAME binding.
| * | | | | | | Refs #2108 -- expand the OTHERNAME binding.Alex Gaynor2015-07-041-1/+2
| | | | | | | |