view libtomcrypt/notes/rsa-testvectors/makefile @ 1829:a7cc3332d8ab

Replace ChanType.sepfds with Channel.bidir_fd This handles the case where a svrchansess has separate FDs for nopty, but a single FD for pty mode. The use of sepfds was also previously incorrect for X11 and agent forwarding
author Matt Johnston <matt@ucc.asn.au>
date Mon, 11 Oct 2021 15:42:14 +0800
parents 6dba84798cd5
children
line wrap: on
line source

default: regen

clean:
	rm -f *.c

regen:
	python rt.py pss-vect.txt pss > pss-vect.c
	python rt.py oaep-vect.txt oaep > oaep-vect.c
	python rt.py pkcs1v15sign-vectors.txt emsa > pkcs1v15sign-vectors.c
	python rt.py pkcs1v15crypt-vectors.txt eme > pkcs1v15crypt-vectors.c