summaryrefslogtreecommitdiff
path: root/redis/ocsp.py
Commit message (Collapse)AuthorAgeFilesLines
* Updating dev dependencies (#2475)Chayim2022-12-041-2/+2
|
* docs: Fix a few typos (#2274)Tim Gates2022-07-241-1/+1
| | | | | | | | | | | | | | | | | * docs: Fix a few typos There are small typos in: - redis/cluster.py - redis/commands/core.py - redis/ocsp.py - tests/test_cluster.py Fixes: - Should read `validity` rather than `valididy`. - Should read `reinitialize` rather than `reinitilize`. - Should read `farthest` rather than `farest`. - Should read `commands` rather than `comamnds`. * Update core.py
* Raising ConnectionError on invalid ocsp certificates - with status ↵Chayim2022-01-271-2/+7
| | | | information (#1907)
* OCSP Stapling Support (#1873)Chayim2022-01-171-15/+159
|
* OCSP stapling support (#1820)Chayim2021-12-261-0/+159