Set the NONCE field in a TSA request

This commit is contained in:
olszomal
2024-03-08 08:35:47 +01:00
committed by Michał Trojnara
parent b294f5d18f
commit c73f82b558
3 changed files with 43 additions and 0 deletions

View File

@ -76,6 +76,8 @@
#include <curl/curl.h>
#endif /* ENABLE_CURL */
/* Request nonce length, in bits (must be a multiple of 8). */
#define NONCE_LENGTH 64
#define MAX_TS_SERVERS 256
#if defined (HAVE_TERMIOS_H) || defined (HAVE_GETPASS)