Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add support for ipaddress to general name parsing | Paul Kehrer | 2015-04-30 | 1 | -0/+9 | |
| | ||||||
* | Merge pull request #1862 from reaperhulk/san-uri | Alex Gaynor | 2015-04-28 | 1 | -0/+28 | |
|\ | | | | | add URI general name support | |||||
| * | add URI general name support | Paul Kehrer | 2015-04-28 | 1 | -0/+28 | |
| | | ||||||
* | | Merge pull request #1795 from public/dh-backend-interfaces-2015 | Paul Kehrer | 2015-04-28 | 1 | -0/+52 | |
|\ \ | | | | | | | DH backend interfaces | |||||
| * | | DH backend interfaces | Alex Stapleton | 2015-04-25 | 1 | -0/+52 | |
| | | | ||||||
* | | | Added support for ssl_get_version | Jim Shaver | 2015-04-26 | 1 | -0/+1 | |
|/ / | ||||||
* / | some initial OCSP bindings | Paul Kehrer | 2015-04-24 | 1 | -0/+30 | |
|/ | ||||||
* | support registeredID general name in OpenSSL backend | Paul Kehrer | 2015-04-22 | 1 | -0/+3 | |
| | ||||||
* | return only an int for unsupported general name type, update docs | Paul Kehrer | 2015-04-22 | 1 | -1/+1 | |
| | ||||||
* | update exception to contain detail | Paul Kehrer | 2015-04-21 | 2 | -2/+5 | |
| | ||||||
* | handle otherName, x400Address, and ediPartyName in OpenSSL backend | Paul Kehrer | 2015-04-21 | 2 | -0/+24 | |
| | ||||||
* | Merge pull request #1857 from reaperhulk/san-check-list-elements | Alex Gaynor | 2015-04-21 | 1 | -0/+6 | |
|\ | | | | | add a check to require that the list passed to SAN is all general names | |||||
| * | add a check to require that the list passed to SAN is all general names | Paul Kehrer | 2015-04-21 | 1 | -0/+6 | |
| | | ||||||
* | | review fixes | Paul Kehrer | 2015-04-21 | 2 | -21/+2 | |
| | | ||||||
* | | Support Subject Alternative Name in the OpenSSL backend | Paul Kehrer | 2015-04-20 | 2 | -0/+47 | |
|/ | | | | Adds only DNS support first | |||||
* | AuthorityKeyIdentifier support | Paul Kehrer | 2015-04-18 | 1 | -0/+37 | |
| | ||||||
* | Merge pull request #1783 from reaperhulk/san-class | Alex Gaynor | 2015-04-18 | 1 | -0/+170 | |
|\ | | | | | Add GeneralName and SubjectAlternativeName classes | |||||
| * | Add GeneralName and SubjectAlternativeName classes | Paul Kehrer | 2015-04-14 | 1 | -0/+170 | |
| | | ||||||
* | | Merge pull request #1849 from Sp1l/master | Paul Kehrer | 2015-04-17 | 1 | -1/+1 | |
|\ \ | | | | | | | LibreSSL added ALPN support in 2.1.3 | |||||
| * | | LibreSSL added ALPN support in 2.1.3 | Bernard Spil | 2015-04-15 | 1 | -1/+1 | |
| | | | | | | | | | This fixes build issues on FreeBSD | |||||
* | | | improve KeyUsage repr | Paul Kehrer | 2015-04-15 | 1 | -2/+2 | |
|/ / | | | | | | | fixes #1834 | |||||
* | | Merge pull request #1848 from reaperhulk/invalid-token | Alex Gaynor | 2015-04-14 | 5 | -4/+21 | |
|\ \ | | | | | | | Twofactor invalid token | |||||
| * | | add changelog entry, set proper deprecation warning | Paul Kehrer | 2015-04-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | InvalidToken is deprecated in 09, not 08 | Steven Buss | 2015-04-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add DeprecatedIn09 | Steven Buss | 2015-04-13 | 1 | -0/+1 | |
| | | | ||||||
| * | | Move cryptography.exceptions.InvalidToken to ↵ | Steven Buss | 2015-04-13 | 4 | -4/+20 | |
| |/ | | | | | | | cryptography.hazmat.primitives.twofactor | |||||
* | | Fix comparison between pyasn1 objects introduced in #1843 | Geoffrey Thomas | 2015-04-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | __eq__ compares values, so e.g. univ.Integer(0) == eoo.endOfOctets. I believe this isn't a logic error for what we're doing now, but keep the code right in case it gets reused. This is the pattern used by pyasn1 internally. | |||||
* | | Work around pyasn1's willingness to return endOfOctets in DER parsing | Geoffrey Thomas | 2015-04-13 | 1 | -0/+7 | |
|/ | | | | See #1838 for discussion. | |||||
* | free the bit string | Paul Kehrer | 2015-04-12 | 2 | -0/+4 | |
| | ||||||
* | keyusage support in the OpenSSL backend | Paul Kehrer | 2015-04-12 | 1 | -9/+28 | |
| | ||||||
* | Merge pull request #1814 from reaperhulk/keyusage-repr | Alex Gaynor | 2015-04-12 | 1 | -0/+17 | |
|\ | | | | | add repr to KeyUsage | |||||
| * | add repr to KeyUsage | Paul Kehrer | 2015-04-02 | 1 | -0/+17 | |
| | | ||||||
* | | 0!r time | Paul Kehrer | 2015-04-11 | 1 | -1/+1 | |
| | | ||||||
* | | let's make that repr actually good | Paul Kehrer | 2015-04-11 | 1 | -1/+1 | |
| | | ||||||
* | | add repr for x509 names | Paul Kehrer | 2015-04-11 | 1 | -0/+3 | |
| | | ||||||
* | | unused import I left in as a test. Yeah, that's why... | Paul Kehrer | 2015-04-11 | 1 | -1/+0 | |
| | | ||||||
* | | alter approach to just use digest, no hexdigest | Paul Kehrer | 2015-04-10 | 1 | -5/+1 | |
| | | ||||||
* | | free the ASN1_OCTET_STRING instance | Paul Kehrer | 2015-04-10 | 1 | -0/+3 | |
| | | ||||||
* | | add subjectkeyidentifier support | Paul Kehrer | 2015-04-10 | 2 | -0/+38 | |
| | | ||||||
* | | Merge pull request #1727 from public/dh-key-iface-2015 | Paul Kehrer | 2015-04-09 | 1 | -12/+77 | |
|\ \ | | | | | | | DH key interfaces | |||||
| * | | DH key interfaces | Alex Stapleton | 2015-04-05 | 1 | -12/+77 | |
| | | | ||||||
* | | | after closer review, it would appear that PKCS7_NOSMIMECAP was added in ↵ | Mahmoud Hashemi | 2015-04-08 | 1 | -16/+3 | |
| | | | | | | | | | | | | 0.9.6. Removing conditional logic and making it a normal constant. (source: http://marc.info/?l=openssl-cvs&m=96816036412988&w=2 ) | |||||
* | | | remove stray PKCS7_encrypt arg 'certs' | Mahmoud Hashemi | 2015-04-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | PKCS7 signature, encryption and serialization bindings. | Mark Williams | 2015-04-08 | 2 | -1/+44 | |
| | | | | | | | | | | | | | | | These bindings do NOT expose the APIs necessary to add multiple signatures. | |||||
* | | | Merge pull request #1826 from reaperhulk/x509-extension-oids | Alex Gaynor | 2015-04-04 | 1 | -2/+32 | |
|\ \ \ | | | | | | | | | add the remaining extension OIDs | |||||
| * | | | add the remaining extension OIDs | Paul Kehrer | 2015-04-04 | 1 | -2/+32 | |
| | | | | ||||||
* | | | | support openssl no-comp on linux/os x | Paul Kehrer | 2015-04-04 | 1 | -5/+1 | |
|/ / / | ||||||
* | | | Merge pull request #1820 from schlenk/get_crl_properties | Alex Gaynor | 2015-04-03 | 1 | -0/+11 | |
|\ \ \ | | | | | | | | | More CRL related bindings | |||||
| * | | | More CRL related bindings | Michael Schlenker | 2015-04-03 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of those are needed to implement pyca/pyopenssl#181, others are just for having a complete useful set. Might be a nice fit for the new X509Extension work, as the extensions for CRLs and Revoked objects have the same type. | |||||
* | | | | Add wrappers for STACK_OF(X509_CRL) manipulation | Michael Schlenker | 2015-04-03 | 1 | -0/+6 | |
|/ / / | | | | | | | | | | | | | | | | This is useful for PyOpenssl to implement CRL checking in the new X509StoreContext.verify_certificate() API to add CRLs to the check via X509_STORE_CTX_set0_crls() which is already wrapped. |