aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | extract some duplicate logic into a functionPaul Kehrer2015-05-101-18/+15
|/
* Merge pull request #1906 from reaperhulk/cdpAlex Gaynor2015-05-101-0/+120
|\ | | | | add CRLDistributionPoints and associated classes
| * switch reasons to frozensetPaul Kehrer2015-05-091-3/+3
| |
| * separate full_name/relative_name and change reasons to an enumerationPaul Kehrer2015-05-091-74/+50
| |
| * add CRLDistributionPoints and associated classesPaul Kehrer2015-05-061-0/+144
| |
* | Merge pull request #1916 from reaperhulk/cdp-bindingsAlex Gaynor2015-05-092-0/+29
|\ \ | | | | | | add bindings for CRLDistributionPoints
| * | remove some things not present in 0.9.8 for nowPaul Kehrer2015-05-091-2/+2
| | |
| * | add bindings for CRLDistributionPoints (courtesy @etrauschke)Paul Kehrer2015-05-092-0/+29
| | |
* | | Merge pull request #1915 from zeevt/ephemeral_kex_detailsPaul Kehrer2015-05-093-1/+35
|\ \ \ | | | | | | | | add support for retreiving value of received temporary key in server …
| * | | add support for retreiving value of received temporary key in server key ↵Zeev Tarantov2015-05-093-1/+35
| |/ / | | | | | | | | | exchange message, to implement functionality like openssl's ssl_print_tmp_key
* | | add crl bindings (courtesy @etrauschke)Paul Kehrer2015-05-091-0/+3
| | |
* | | add support for secp256k1Paul Kehrer2015-05-081-0/+7
|/ /
* | Merge pull request #1909 from Lukasa/x509_vfyPaul Kehrer2015-05-071-1/+15
|\ \ | | | | | | Expand out definition of X509_STORE_CTX
| * | Cleanup definitionCory Benfield2015-05-071-5/+6
| | |
| * | Expand out definition of X509_STORE_CTXCory Benfield2015-05-061-1/+14
| | |
* | | Merge pull request #1910 from eeshangarg/add-openssl-binding-for-SSL_set_verifyAlex Gaynor2015-05-071-0/+1
|\ \ \ | | | | | | | | Add OpenSSL binding for SSL_set_verify
| * | | Add OpenSSL binding for SSL_set_verifyEeshan Garg2015-05-071-0/+1
| | |/ | |/|
* / | Add OpenSSL binding for SSL_set_tlsext_status_typeEeshan Garg2015-05-051-0/+13
|/ /
* | add support for authority information access in the openssl backendPaul Kehrer2015-05-042-0/+37
| |
* | Rewrite check to read clearer.Terry Chia2015-05-041-2/+2
| |
* | Merge pull request #1901 from ↵Paul Kehrer2015-05-041-0/+3
|\ \ | | | | | | | | | | | | eeshangarg/openssl-binding-SSL-get-tlsext-status-ocsp-resp Add OpenSSL binding for SSL_get_tlsext_status_ocsp_resp
| * | Add OpenSSL binding for SSL_get_tlsext_status_ocsp_respEeshan Garg2015-05-041-0/+3
| | |
* | | authority key identifier support in the openssl backendPaul Kehrer2015-05-032-0/+44
| | |
* | | Fix AKI authority_cert_issuer typePaul Kehrer2015-05-031-2/+7
|/ / | | | | | | | | | | It was originally defined as an X509 Name, but in reality it is a list of GeneralName objects (albeit typically a list of one DirectoryName).
* | updates based on review feedbackPaul Kehrer2015-05-021-2/+4
| |
* | add authority information access classesPaul Kehrer2015-05-021-0/+67
| |
* | oops this was already definedPaul Kehrer2015-05-021-1/+0
| |
* | Extended key usage support for the openssl backendPaul Kehrer2015-05-022-0/+26
| |
* | Merge pull request #1890 from reaperhulk/add-eq-ne-ekuAlex Gaynor2015-05-021-5/+13
|\ \ | | | | | | add eq/ne to ExtendedKeyUsage
| * | let's not wrap this for no reasonPaul Kehrer2015-05-021-3/+1
| | |
| * | add eq/ne to ExtendedKeyUsagePaul Kehrer2015-05-021-5/+15
| |/
* | Merge pull request #1881 from reaperhulk/san-rfc822nameAlex Gaynor2015-05-021-0/+22
|\ \ | | | | | | add support for rfc822name general names
| * | error if it's all emptyPaul Kehrer2015-05-021-1/+2
| | |
| * | u prefixes for everyonePaul Kehrer2015-05-021-1/+1
| | |
| * | improve if/elif chain, add some commentsPaul Kehrer2015-05-011-6/+11
| | |
| * | add support for rfc822name general namesPaul Kehrer2015-04-301-0/+16
| | |
* | | Expose SSL_CTX_set_cert_verify_callbackCory Benfield2015-05-021-0/+3
| |/ |/|
* | Merge pull request #1883 from reaperhulk/fix-1866Alex Gaynor2015-04-303-0/+23
|\ \ | | | | | | add support for equality testing to x509.Certificate
| * | add support for equality testing to x509.CertificatePaul Kehrer2015-04-303-0/+23
| |/
* | Merge pull request #1880 from endreszabo/patch-1Paul Kehrer2015-04-301-0/+1
|\ \ | |/ |/| Add X509_delete_ext binding needed by Zorp
| * Add del_extension needed by ZorpEndre Szabo2015-04-301-0/+1
| | | | | | Balabit Zorp application level firewall relies on the del_extension function to remove attributes like CRL pathes from the mimicked certificates when doing man-in-the-middle traffic filtering.
* | add support for directory name general namesPaul Kehrer2015-04-301-0/+4
|/
* 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
|