S17/S18: send success and failure routes; Sphinx HTML/PDF
Python router + Go sm-leaf reject missing to, empty ct, plaintext body. Summary logs never include ciphertext. MODULE.md.
This commit is contained in:
parent
f4da7ff446
commit
43cbf51d3e
75 changed files with 14878 additions and 9 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.PHONY: html pdf test
|
||||
html:
|
||||
sphinx-build -b html source build/html
|
||||
pdf:
|
||||
sphinx-build -b latex source build/latex
|
||||
$(MAKE) -C build/latex || pdflatex -output-directory build/latex build/latex/secure-messaging.tex
|
||||
test:
|
||||
PYTHONPATH=python python3 -m unittest discover -s tests -v
|
||||
cd go && go test ./...
|
||||
Loading…
Add table
Add a link
Reference in a new issue