Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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> | |||||
* | | | | | | Merge pull request #1904 from reaperhulk/x509-ossl-aia | Alex Gaynor | 2015-05-05 | 3 | -0/+135 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add support for authority information access in the openssl backend | |||||
| * | | | | | | add support for authority information access in the openssl backend | Paul Kehrer | 2015-05-04 | 3 | -0/+135 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #1903 from reaperhulk/add-aia-vectors | Alex Gaynor | 2015-05-04 | 4 | -0/+66 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add some authority information access x509 vectors | |||||
| * | | | | | | add some authority information access x509 vectors | Paul Kehrer | 2015-05-04 | 4 | -0/+66 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #1902 from Ayrx/make-check-clearer | Alex Gaynor | 2015-05-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Rewrite check to read clearer. | |||||
| * | | | | | | Rewrite check to read clearer. | Terry Chia | 2015-05-04 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #1901 from ↵ | Paul Kehrer | 2015-05-04 | 1 | -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_resp | Eeshan Garg | 2015-05-04 | 1 | -0/+3 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #1899 from reaperhulk/x509-ossl-aki | Alex Gaynor | 2015-05-04 | 4 | -0/+129 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | authority key identifier support in the openssl backend | |||||
| * | | | | | | authority key identifier support in the openssl backend | Paul Kehrer | 2015-05-03 | 4 | -0/+129 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #1896 from reaperhulk/aki-fix | Alex Gaynor | 2015-05-03 | 2 | -22/+33 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix AKI authority_cert_issuer type | |||||
| * | | | | | | Fix AKI authority_cert_issuer type | Paul Kehrer | 2015-05-03 | 2 | -22/+33 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). | |||||
* | | | | | | Merge pull request #1895 from reaperhulk/aki-vector | Alex Gaynor | 2015-05-03 | 3 | -0/+44 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add AKI vector | |||||
| * | | | | | | add another authority key identifier vector | Paul Kehrer | 2015-05-03 | 2 | -0/+22 | |
| | | | | | | | ||||||
| * | | | | | | add AKI vector | Paul Kehrer | 2015-05-03 | 2 | -0/+22 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #1867 from public/secp256k1-vectors | Paul Kehrer | 2015-05-03 | 5 | -1/+188 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Script for generating SECP256K1 vectors | |||||
| * | | | | | | Add new vectors to the docs | Alex Stapleton | 2015-05-03 | 1 | -1/+7 | |
| | | | | | | | ||||||
| * | | | | | | Docs for custom secp256k1 vectors | Alex Stapleton | 2015-05-03 | 1 | -0/+32 | |
| | | | | | | | ||||||
| * | | | | | | Support loading of SECP256K1 vectors | Alex Stapleton | 2015-05-03 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Verification script | Alex Stapleton | 2015-05-03 | 1 | -0/+59 | |
| | | | | | | | ||||||
| * | | | | | | Script for generating SECP256K1 vectors | Alex Stapleton | 2015-05-03 | 1 | -0/+89 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #1894 from alex/try-to-english-better | Paul Kehrer | 2015-05-03 | 1 | -4/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Attempt to make the BasicConstraints.path_length docs more clear |