aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* add support for ipaddress to general name parsingPaul Kehrer2015-04-301-0/+9
|
* Merge pull request #1862 from reaperhulk/san-uriAlex Gaynor2015-04-281-0/+28
|\ | | | | add URI general name support
| * add URI general name supportPaul Kehrer2015-04-281-0/+28
| |
* | Merge pull request #1795 from public/dh-backend-interfaces-2015Paul Kehrer2015-04-281-0/+52
|\ \ | | | | | | DH backend interfaces
| * | DH backend interfacesAlex Stapleton2015-04-251-0/+52
| | |
* | | Added support for ssl_get_versionJim Shaver2015-04-261-0/+1
|/ /
* / some initial OCSP bindingsPaul Kehrer2015-04-241-0/+30
|/
* support registeredID general name in OpenSSL backendPaul Kehrer2015-04-221-0/+3
|
* return only an int for unsupported general name type, update docsPaul Kehrer2015-04-221-1/+1
|
* update exception to contain detailPaul Kehrer2015-04-212-2/+5
|
* handle otherName, x400Address, and ediPartyName in OpenSSL backendPaul Kehrer2015-04-212-0/+24
|
* Merge pull request #1857 from reaperhulk/san-check-list-elementsAlex Gaynor2015-04-211-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 namesPaul Kehrer2015-04-211-0/+6
| |
* | review fixesPaul Kehrer2015-04-212-21/+2
| |
* | Support Subject Alternative Name in the OpenSSL backendPaul Kehrer2015-04-202-0/+47
|/ | | | Adds only DNS support first
* AuthorityKeyIdentifier supportPaul Kehrer2015-04-181-0/+37
|
* Merge pull request #1783 from reaperhulk/san-classAlex Gaynor2015-04-181-0/+170
|\ | | | | Add GeneralName and SubjectAlternativeName classes
| * Add GeneralName and SubjectAlternativeName classesPaul Kehrer2015-04-141-0/+170
| |
* | Merge pull request #1849 from Sp1l/masterPaul Kehrer2015-04-171-1/+1
|\ \ | | | | | | LibreSSL added ALPN support in 2.1.3
| * | LibreSSL added ALPN support in 2.1.3Bernard Spil2015-04-151-1/+1
| | | | | | | | | This fixes build issues on FreeBSD
* | | improve KeyUsage reprPaul Kehrer2015-04-151-2/+2
|/ / | | | | | | fixes #1834
* | Merge pull request #1848 from reaperhulk/invalid-tokenAlex Gaynor2015-04-145-4/+21
|\ \ | | | | | | Twofactor invalid token
| * | add changelog entry, set proper deprecation warningPaul Kehrer2015-04-141-1/+1
| | |
| * | InvalidToken is deprecated in 09, not 08Steven Buss2015-04-131-1/+1
| | |
| * | Add DeprecatedIn09Steven Buss2015-04-131-0/+1
| | |
| * | Move cryptography.exceptions.InvalidToken to ↵Steven Buss2015-04-134-4/+20
| |/ | | | | | | cryptography.hazmat.primitives.twofactor
* | Fix comparison between pyasn1 objects introduced in #1843Geoffrey Thomas2015-04-141-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 parsingGeoffrey Thomas2015-04-131-0/+7
|/ | | | See #1838 for discussion.
* free the bit stringPaul Kehrer2015-04-122-0/+4
|
* keyusage support in the OpenSSL backendPaul Kehrer2015-04-121-9/+28
|
* Merge pull request #1814 from reaperhulk/keyusage-reprAlex Gaynor2015-04-121-0/+17
|\ | | | | add repr to KeyUsage
| * add repr to KeyUsagePaul Kehrer2015-04-021-0/+17
| |
* | 0!r timePaul Kehrer2015-04-111-1/+1
| |
* | let's make that repr actually goodPaul Kehrer2015-04-111-1/+1
| |
* | add repr for x509 namesPaul Kehrer2015-04-111-0/+3
| |
* | unused import I left in as a test. Yeah, that's why...Paul Kehrer2015-04-111-1/+0
| |
* | alter approach to just use digest, no hexdigestPaul Kehrer2015-04-101-5/+1
| |
* | free the ASN1_OCTET_STRING instancePaul Kehrer2015-04-101-0/+3
| |
* | add subjectkeyidentifier supportPaul Kehrer2015-04-102-0/+38
| |
* | Merge pull request #1727 from public/dh-key-iface-2015Paul Kehrer2015-04-091-12/+77
|\ \ | | | | | | DH key interfaces
| * | DH key interfacesAlex Stapleton2015-04-051-12/+77
| | |
* | | after closer review, it would appear that PKCS7_NOSMIMECAP was added in ↵Mahmoud Hashemi2015-04-081-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 Hashemi2015-04-081-1/+1
| | |
* | | PKCS7 signature, encryption and serialization bindings.Mark Williams2015-04-082-1/+44
| | | | | | | | | | | | | | | These bindings do NOT expose the APIs necessary to add multiple signatures.
* | | Merge pull request #1826 from reaperhulk/x509-extension-oidsAlex Gaynor2015-04-041-2/+32
|\ \ \ | | | | | | | | add the remaining extension OIDs
| * | | add the remaining extension OIDsPaul Kehrer2015-04-041-2/+32
| | | |
* | | | support openssl no-comp on linux/os xPaul Kehrer2015-04-041-5/+1
|/ / /
* | | Merge pull request #1820 from schlenk/get_crl_propertiesAlex Gaynor2015-04-031-0/+11
|\ \ \ | | | | | | | | More CRL related bindings
| * | | More CRL related bindingsMichael Schlenker2015-04-031-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) manipulationMichael Schlenker2015-04-031-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.