aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove policyqualifierinfo objectPaul Kehrer2015-05-103-93/+37
|
* expand docsPaul Kehrer2015-05-101-3/+47
|
* add some docsPaul Kehrer2015-05-101-0/+63
|
* use list comprehension syntax to make this cleanerPaul Kehrer2015-05-101-5/+3
|
* certificate policies extension supportPaul Kehrer2015-05-102-0/+236
| | | | Adds a bunch of ancillary classes to support this.
* Merge pull request #1906 from reaperhulk/cdpAlex Gaynor2015-05-103-0/+506
|\ | | | | add CRLDistributionPoints and associated classes
| * repr tests are the worst. frozenset has diff repr on py3Paul Kehrer2015-05-101-14/+32
| |
| * fix repr testsPaul Kehrer2015-05-091-15/+8
| |
| * switch reasons to frozensetPaul Kehrer2015-05-093-40/+46
| |
| * update doc languagePaul Kehrer2015-05-091-3/+4
| |
| * separate full_name/relative_name and change reasons to an enumerationPaul Kehrer2015-05-093-195/+185
| |
| * add CRLDistributionPoints and associated classesPaul Kehrer2015-05-063-0/+498
| |
* | 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
* | | | Merge pull request #1917 from reaperhulk/crl-bindingsAlex Gaynor2015-05-091-0/+3
|\ \ \ \ | | | | | | | | | | add crl bindings
| * | | | add crl bindings (courtesy @etrauschke)Paul Kehrer2015-05-091-0/+3
|/ / / /
* | | | Merge pull request #1913 from reaperhulk/secp256k1-supportAlex Gaynor2015-05-084-4/+29
|\ \ \ \ | |_|/ / |/| | | add support for secp256k1
| * | | add support for secp256k1Paul Kehrer2015-05-084-4/+29
|/ / /
* | | Merge pull request #1897 from reaperhulk/add-secp256k1-generated-vectorsAlex Gaynor2015-05-081-0/+7890
|\ \ \ | |/ / |/| | vectors generated by the custom vector generator in #1867
| * | vectors generated by the custom vector generator in #1867Paul Kehrer2015-05-031-0/+7890
| | |
* | | 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
| | |_|/ | |/| |
* | | | Merge pull request #1884 from simo5/ECDHKDFVectorsPaul Kehrer2015-05-062-0/+10930
|\ \ \ \ | | | | | | | | | | New ECDH vectors
| * | | | Add NIST vectors for ECDH plus ConcatKDFSimo Sorce2015-05-062-0/+10930
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* | | | | Merge pull request #1905 from ↵Paul Kehrer2015-05-061-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_typeEeshan Garg2015-05-051-0/+13
| |/ / /
* | | | Merge pull request #1876 from simo5/ECDHPaul Kehrer2015-05-064-3/+399
|\ \ \ \ | |/ / / |/| | | Add loader for ECDH test vectors
| * | | Add loader for ECDH test vectorsSimo Sorce2015-05-014-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-aiaAlex Gaynor2015-05-053-0/+135
|\ \ \ \ | | | | | | | | | | add support for authority information access in the openssl backend
| * | | | add support for authority information access in the openssl backendPaul Kehrer2015-05-043-0/+135
|/ / / /
* | | | Merge pull request #1903 from reaperhulk/add-aia-vectorsAlex Gaynor2015-05-044-0/+66
|\ \ \ \ | | | | | | | | | | add some authority information access x509 vectors
| * | | | add some authority information access x509 vectorsPaul Kehrer2015-05-044-0/+66
|/ / / /
* | | | Merge pull request #1902 from Ayrx/make-check-clearerAlex Gaynor2015-05-041-2/+2
|\ \ \ \ | | | | | | | | | | Rewrite check to read clearer.
| * | | | 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
| | | | |
* | | | | Merge pull request #1899 from reaperhulk/x509-ossl-akiAlex Gaynor2015-05-044-0/+129
|\ \ \ \ \ | |_|_|_|/ |/| | | | authority key identifier support in the openssl backend
| * | | | authority key identifier support in the openssl backendPaul Kehrer2015-05-034-0/+129
|/ / / /
* | | | Merge pull request #1896 from reaperhulk/aki-fixAlex Gaynor2015-05-032-22/+33
|\ \ \ \ | | | | | | | | | | Fix AKI authority_cert_issuer type
| * | | | Fix AKI authority_cert_issuer typePaul Kehrer2015-05-032-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-vectorAlex Gaynor2015-05-033-0/+44
|\ \ \ \ | | | | | | | | | | add AKI vector
| * | | | add another authority key identifier vectorPaul Kehrer2015-05-032-0/+22
| | | | |
| * | | | add AKI vectorPaul Kehrer2015-05-032-0/+22
| |/ / /
* | | | Merge pull request #1867 from public/secp256k1-vectorsPaul Kehrer2015-05-035-1/+188
|\ \ \ \ | | | | | | | | | | Script for generating SECP256K1 vectors