aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enhance info on pip requirements intallation (#4499)André Almeida2018-10-191-0/+4
* Add definitions that help with hostname checking (#4492)Kai Engert2018-10-103-0/+56
* simplify some language (#4495)Paul Kehrer2018-10-101-2/+7
* Style nits for docs (#4494)Alex Gaynor2018-10-101-5/+5
* Use our cryptography-specific warning class (#4493)Alex Gaynor2018-10-101-1/+1
* Add a tutorial explaining how to check the signature of a certificate (#4478)g_goessel2018-10-101-0/+68
* Fixes #4459 -- switch all our builds to xenial on travis (#4486)Alex Gaynor2018-10-092-15/+22
* OCSP response serialization (#4482)Paul Kehrer2018-10-063-0/+40
* support extensions in the OCSP request builder (#4481)Paul Kehrer2018-10-066-6/+100
* Cleanup _encode_asn1_str_gc: don't require the length as an argument (#4484)Alex Gaynor2018-10-072-15/+11
* add OCSP basic response extension parsing (#4479)Paul Kehrer2018-10-065-1/+43
* consolidate the duplicate extension check (#4483)Paul Kehrer2018-10-061-19/+11
* additional OCSP bindings for the response builder (#4480)Paul Kehrer2018-10-061-3/+5
* support OCSP response parsing (#4452)Paul Kehrer2018-10-015-4/+420
* add ed25519 bindings (#4476)Paul Kehrer2018-09-264-0/+50
* Remove conditionals for OpenSSL 1.1.1 pre-releases (#4467)Alex Gaynor2018-09-152-8/+3
* Move linkcheck tox env to use setup.py to get docs dependencies (#4473)Alex Gaynor2018-09-141-2/+1
* a few docs fixes and language improvements (#4472)Paul Kehrer2018-09-144-13/+11
* block sphinx 1.8.0 since it fails our docs job (#4469)Paul Kehrer2018-09-141-1/+1
* 1.1.1 is out! (#4466)Alex Gaynor2018-09-111-2/+2
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-0912-5/+152
* refactor asn1_time_set to be useful in a future PR (#4465)Paul Kehrer2018-09-091-27/+27
* add OCSP request with a request extension (nonce) (#4462)Paul Kehrer2018-09-072-0/+2
* update pytest config (#4463)Paul Kehrer2018-09-064-12/+13
* Add flags to error on compile with incompatible pointer type (#4455)Paul Kehrer2018-09-057-29/+42
* don't sort the serial numbers in a parsed CRL (#4457)Paul Kehrer2018-09-042-2/+41
* unpin coverage (#4458)Paul Kehrer2018-09-043-6/+6
* document that OCSPResponse attributes can raise valuerror (#4453)Paul Kehrer2018-09-011-0/+48
* More OCSP vectors (#4451)Paul Kehrer2018-09-013-0/+5
* add LE subordinate certificate to test vectors (#4450)Paul Kehrer2018-09-012-0/+29
* OCSP bindings (#4449)Paul Kehrer2018-09-012-0/+97
* initial OCSP response docs (#4448)Paul Kehrer2018-09-011-0/+179
* small refactor of OCSP request parsing (#4447)Paul Kehrer2018-09-011-38/+54
* add more OCSP response vectors (#4445)Paul Kehrer2018-09-014-0/+9
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-318-6/+86
* OCSP response vector (#4443)Paul Kehrer2018-08-312-0/+5
* Simplify OCSP no check serialization (#4444)Alex Gaynor2018-08-312-5/+5
* OCSP response abstract base classes (#4431)Paul Kehrer2018-08-311-0/+130
* refactor ocsp request parsing and generation to support only one cert (#4439)Paul Kehrer2018-08-315-177/+78
* Fixes #3460 -- deprecate OpenSSL 1.0.1 (#4427)Alex Gaynor2018-08-313-0/+24
* Fixed two memory leaks in x509 csr extensions (#4434)Alex Gaynor2018-08-314-6/+75
* Lock aws-encryption-sdk and dynamodb-encryption-sdk downstream test dependenc...Matt Bullock2018-08-312-3/+3
* Use a less YOLO debian (#4438)Alex Gaynor2018-08-301-1/+1
* Run things with -ex and shellcheck (#4436)Alex Gaynor2018-08-3010-16/+13
* fixed test name (#4433)Alex Gaynor2018-08-301-1/+1
* reorganize downstream tests to avoid dependency squashing (#4418)Matt Bullock2018-08-3010-60/+154
* Fixes #4357 -- document the additional release steps for a security release (...Alex Gaynor2018-08-302-0/+17
* Added vector for pre-certificate poison extension (#4432)Alex Gaynor2018-08-302-0/+32
* Update our security documentation to match what we actually do (#4430)Alex Gaynor2018-08-301-37/+7
* make an ocsp request (#4402)Paul Kehrer2018-08-305-0/+225