aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Corrected class checking #2255Phoebe Queen2015-08-121-1/+1
|
* Merge remote-tracking branch 'upstream/master' into iss2255Phoebe Queen2015-08-123-206/+206
|\ | | | | | | | | | | | | Class Extensions was moved while I was adding function. Fixed now. Conflicts: src/cryptography/x509/base.py
| * move extension exceptions, NameConstraints, and KeyUsagePaul Kehrer2015-08-113-199/+199
| |
* | added get_extension_for_class #2255Phoebe Queen2015-08-121-0/+7
|/
* move ExtendedKeyUsage, CertificatePolicies, and InhibitAnyPolicyPaul Kehrer2015-08-113-214/+214
|
* move AuthorityInformationAccess, BasicConstraints, & CRLDistributionPointsPaul Kehrer2015-08-103-239/+241
|
* move AKI, SKIPaul Kehrer2015-08-103-131/+149
|
* switch the openssl backend to use the OID namespacePaul Kehrer2015-08-102-26/+28
|
* namespace the rest of the oidsPaul Kehrer2015-08-093-47/+58
|
* Merge pull request #2247 from reaperhulk/oid-nameAlex Gaynor2015-08-102-54/+52
|\ | | | | namespace Name OIDs
| * namespace Name OIDsPaul Kehrer2015-08-092-54/+52
| |
* | Merge pull request #2244 from reaperhulk/x509-gn-splitAlex Gaynor2015-08-103-260/+278
|\ \ | |/ |/| split general names
| * remove extra _GENERAL_NAMESPaul Kehrer2015-08-091-12/+0
| |
| * split general namesPaul Kehrer2015-08-093-248/+278
| |
* | namespace oid signature algorithmPaul Kehrer2015-08-092-65/+64
| |
* | namespace OID extensionsPaul Kehrer2015-08-093-87/+81
|/
* split Name from x509 modulePaul Kehrer2015-08-093-61/+73
|
* Completed the removal of duplicate oidsAlex Gaynor2015-08-091-61/+61
|
* De-duplicate OIDs for signaturesAlex Gaynor2015-08-091-14/+14
|
* Reduce the duplication in teh string versions of oidsAlex Gaynor2015-08-091-67/+66
|
* start splitting the x509 modulePaul Kehrer2015-08-093-176/+354
|
* Merge pull request #2233 from reaperhulk/encode-nocheckAlex Gaynor2015-08-091-0/+9
|\ | | | | add support for OCSPNoCheck to the CertificateBuilder
| * improve comment for ocsp_nocheck encodingPaul Kehrer2015-08-091-3/+2
| |
| * add support for OCSPNoCheck to the CertificateBuilderPaul Kehrer2015-08-091-0/+10
| |
* | support issuer alternative name encodingPaul Kehrer2015-08-091-2/+3
|/
* move encode out of try blocksPaul Kehrer2015-08-091-2/+2
|
* simplify the CSRBuilderPaul Kehrer2015-08-082-23/+9
|
* remove a lot of if/elif chains in the certificate builderPaul Kehrer2015-08-082-57/+23
|
* fix unsupported testPaul Kehrer2015-08-081-2/+4
|
* support InhibitAnyPolicy in CertificateBuilderPaul Kehrer2015-08-083-0/+16
|
* Merge pull request #2213 from reaperhulk/encode-akiAlex Gaynor2015-08-082-0/+36
|\ | | | | Support AuthorityKeyIdentifier in CertificateBuilder
| * add support for AuthorityKeyIdentifier in CertificateBuilderPaul Kehrer2015-08-082-0/+36
| |
* | Merge pull request #2226 from lluixhi/masterPaul Kehrer2015-08-081-1/+1
|\ \ | |/ |/| Fix build with LibreSSL >= 2.2.2
| * Fix build with LibreSSL >= 2.2.2Lluixhi Scura2015-08-081-1/+1
| | | | | | | | LIBRESSL_VERSION_NUMBER is now being incremented.
* | Merge pull request #2210 from reaperhulk/aki-classmethodAlex Gaynor2015-08-081-18/+31
|\ \ | | | | | | AuthorityKeyIdentifier classmethod
| * | address review commentsPaul Kehrer2015-08-081-1/+1
| | |
| * | add AuthorityKeyIdentifier from_issuer_public_keyPaul Kehrer2015-08-081-18/+31
| |/ | | | | | | | | Refactored SKI's creation code into a separate function, added doctest examples
* | more openssl bindings for encoding certificate policy structuresPaul Kehrer2015-08-082-0/+5
| |
* | add support for encoding SubjectKeyIdentifier to CertificateBuilderPaul Kehrer2015-08-083-0/+18
|/
* Merge pull request #2204 from reaperhulk/ski-classmethodAlex Gaynor2015-08-082-1/+40
|\ | | | | SubjectKeyIdentifier classmethod
| * py3 int.to_bytes is dead to mePaul Kehrer2015-08-082-11/+5
| |
| * update commentPaul Kehrer2015-08-081-1/+1
| |
| * refactor integer to bytes as utils.int_to_bytesPaul Kehrer2015-08-082-5/+14
| |
| * assert not remaining in SKI classmethodPaul Kehrer2015-08-071-0/+1
| |
| * rename to classmethod to from_public_keyPaul Kehrer2015-08-051-1/+1
| |
| * add SubjectKeyIdentifier.create_from_public_keyPaul Kehrer2015-08-051-1/+36
| |
* | Merge pull request #2198 from reaperhulk/encode-crlAlex Gaynor2015-08-083-2/+76
|\ \ | | | | | | support CRLDistributionPoints in the CertificateBuilder
| * | move distpoint fullname/relativename to consts in backends.openssl.x509Paul Kehrer2015-08-082-5/+9
| | |
| * | switch to _encode_general_names.Paul Kehrer2015-08-081-8/+1
| | | | | | | | | | | | I knew I made that for a reason, thanks Alex
| * | remove a double for loop that made literally no sensePaul Kehrer2015-08-081-6/+5
| | |