Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1931 from reaperhulk/aki-eq | Alex Gaynor | 2015-05-12 | 2 | -0/+43 |
|\ | | | | | add eq/ne methods for AuthorityKeyIdentifier | ||||
| * | add eq/ne methods for AuthorityKeyIdentifier | Paul Kehrer | 2015-05-12 | 2 | -0/+43 |
| | | |||||
* | | Merge pull request #1929 from reaperhulk/x509-docs | Alex Gaynor | 2015-05-12 | 1 | -0/+34 |
|\ \ | |/ |/| | add OID information about all supported extensions | ||||
| * | add OID information about all supported extensions | Paul Kehrer | 2015-05-12 | 1 | -0/+34 |
|/ | |||||
* | Merge pull request #1928 from reaperhulk/cp-eq | Alex Gaynor | 2015-05-12 | 2 | -0/+123 |
|\ | | | | | add eq/ne methods for all certificate policies classes | ||||
| * | add eq/ne methods for all certificate policies classes | Paul Kehrer | 2015-05-11 | 2 | -0/+123 |
|/ | |||||
* | Merge pull request #1853 from reaperhulk/certificate-policies | Alex Gaynor | 2015-05-11 | 3 | -0/+302 |
|\ | | | | | certificate policies extension support | ||||
| * | alter the repr a bit, pass unicode everywhere | Paul Kehrer | 2015-05-11 | 2 | -12/+25 |
| | | |||||
| * | use !r for explicit_text in NoticeReference repr | Paul Kehrer | 2015-05-11 | 2 | -4/+4 |
| | | |||||
| * | update docs | Paul Kehrer | 2015-05-11 | 1 | -1/+5 |
| | | |||||
| * | remove policyqualifierinfo object | Paul Kehrer | 2015-05-10 | 3 | -93/+37 |
| | | |||||
| * | expand docs | Paul Kehrer | 2015-05-10 | 1 | -3/+47 |
| | | |||||
| * | add some docs | Paul Kehrer | 2015-05-10 | 1 | -0/+63 |
| | | |||||
| * | use list comprehension syntax to make this cleaner | Paul Kehrer | 2015-05-10 | 1 | -5/+3 |
| | | |||||
| * | certificate policies extension support | Paul Kehrer | 2015-05-10 | 2 | -0/+236 |
| | | | | | | | | Adds a bunch of ancillary classes to support this. | ||||
* | | Merge pull request #1926 from reaperhulk/cp-vectors | Alex Gaynor | 2015-05-11 | 4 | -0/+64 |
|\ \ | | | | | | | add certificate policies vectors | ||||
| * | | add certificate policies vectors | Paul Kehrer | 2015-05-11 | 4 | -0/+64 |
|/ / | |||||
* | | Merge pull request #1921 from reaperhulk/x509-ossl-general-names | Alex Gaynor | 2015-05-10 | 1 | -18/+15 |
|\ \ | | | | | | | extract some duplicate general names logic into a function | ||||
| * | | extract some duplicate logic into a function | Paul Kehrer | 2015-05-10 | 1 | -18/+15 |
|/ / | |||||
* | | Merge pull request #1919 from reaperhulk/x509-cdp-vectors | Alex Gaynor | 2015-05-10 | 3 | -0/+35 |
|\ \ | |/ |/| | add CRL distribution points vectors | ||||
| * | add CRL distribution points vectors | Paul Kehrer | 2015-05-10 | 3 | -0/+35 |
|/ | |||||
* | Merge pull request #1906 from reaperhulk/cdp | Alex Gaynor | 2015-05-10 | 3 | -0/+506 |
|\ | | | | | add CRLDistributionPoints and associated classes | ||||
| * | repr tests are the worst. frozenset has diff repr on py3 | Paul Kehrer | 2015-05-10 | 1 | -14/+32 |
| | | |||||
| * | fix repr tests | Paul Kehrer | 2015-05-09 | 1 | -15/+8 |
| | | |||||
| * | switch reasons to frozenset | Paul Kehrer | 2015-05-09 | 3 | -40/+46 |
| | | |||||
| * | update doc language | Paul Kehrer | 2015-05-09 | 1 | -3/+4 |
| | | |||||
| * | separate full_name/relative_name and change reasons to an enumeration | Paul Kehrer | 2015-05-09 | 3 | -195/+185 |
| | | |||||
| * | add CRLDistributionPoints and associated classes | Paul Kehrer | 2015-05-06 | 3 | -0/+498 |
| | | |||||
* | | Merge pull request #1916 from reaperhulk/cdp-bindings | Alex Gaynor | 2015-05-09 | 2 | -0/+29 |
|\ \ | | | | | | | add bindings for CRLDistributionPoints | ||||
| * | | remove some things not present in 0.9.8 for now | Paul Kehrer | 2015-05-09 | 1 | -2/+2 |
| | | | |||||
| * | | add bindings for CRLDistributionPoints (courtesy @etrauschke) | Paul Kehrer | 2015-05-09 | 2 | -0/+29 |
| | | | |||||
* | | | Merge pull request #1915 from zeevt/ephemeral_kex_details | Paul Kehrer | 2015-05-09 | 3 | -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 Tarantov | 2015-05-09 | 3 | -1/+35 |
| | | | | | | | | | | | | | | | | exchange message, to implement functionality like openssl's ssl_print_tmp_key | ||||
* | | | | Merge pull request #1917 from reaperhulk/crl-bindings | Alex Gaynor | 2015-05-09 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | add crl bindings | ||||
| * | | | | add crl bindings (courtesy @etrauschke) | Paul Kehrer | 2015-05-09 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | Merge pull request #1913 from reaperhulk/secp256k1-support | Alex Gaynor | 2015-05-08 | 4 | -4/+29 |
|\ \ \ \ | |_|/ / |/| | | | add support for secp256k1 | ||||
| * | | | add support for secp256k1 | Paul Kehrer | 2015-05-08 | 4 | -4/+29 |
|/ / / | |||||
* | | | Merge pull request #1897 from reaperhulk/add-secp256k1-generated-vectors | Alex Gaynor | 2015-05-08 | 1 | -0/+7890 |
|\ \ \ | |/ / |/| | | vectors generated by the custom vector generator in #1867 | ||||
| * | | vectors generated by the custom vector generator in #1867 | Paul Kehrer | 2015-05-03 | 1 | -0/+7890 |
| | | | |||||
* | | | Merge pull request #1909 from Lukasa/x509_vfy | Paul Kehrer | 2015-05-07 | 1 | -1/+15 |
|\ \ \ | | | | | | | | | Expand out definition of X509_STORE_CTX | ||||
| * | | | Cleanup definition | Cory Benfield | 2015-05-07 | 1 | -5/+6 |
| | | | | |||||
| * | | | Expand out definition of X509_STORE_CTX | Cory Benfield | 2015-05-06 | 1 | -1/+14 |
| | | | | |||||
* | | | | Merge pull request #1910 from eeshangarg/add-openssl-binding-for-SSL_set_verify | Alex Gaynor | 2015-05-07 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Add OpenSSL binding for SSL_set_verify | ||||
| * | | | | Add OpenSSL binding for SSL_set_verify | Eeshan Garg | 2015-05-07 | 1 | -0/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #1884 from simo5/ECDHKDFVectors | Paul Kehrer | 2015-05-06 | 2 | -0/+10930 |
|\ \ \ \ | | | | | | | | | | | New ECDH vectors | ||||
| * | | | | Add NIST vectors for ECDH plus ConcatKDF | Simo Sorce | 2015-05-06 | 2 | -0/+10930 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | | | | | Merge pull request #1905 from ↵ | Paul Kehrer | 2015-05-06 | 1 | -0/+13 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | eeshangarg/add-openssl-binding-for-SSL_set_tlsext_status_type Add OpenSSL binding for SSL_set_tlsext_status_type | ||||
| * | | | | Add OpenSSL binding for SSL_set_tlsext_status_type | Eeshan Garg | 2015-05-05 | 1 | -0/+13 |
| |/ / / | |||||
* | | | | Merge pull request #1876 from simo5/ECDH | Paul Kehrer | 2015-05-06 | 4 | -3/+399 |
|\ \ \ \ | |/ / / |/| | | | Add loader for ECDH test vectors | ||||
| * | | | Add loader for ECDH test vectors | Simo Sorce | 2015-05-01 | 4 | -3/+399 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix test vector files, they had a truncated line for the EE set in both init and resp files. Signed-off-by: Simo Sorce <simo@redhat.com> |