Diff
EuroTcl/OpenACS 11 - 12 JULY 2024, VIENNA

Differences From Artifact [72e29bdc6f]:

To Artifact [1d03951cec]:


1
2
3
4
5
6
7
8
9
10
11
/*
 * Key Derivation Function (KDF) Module
 *
 * Provides commands to derive keys.
 *
 * Copyright (C) 2023 Brian O'Hagan
 *
 */

#include "tlsInt.h"
#include "tclOpts.h"

|

|







1
2
3
4
5
6
7
8
9
10
11
/*
 * Random Data Module
 *
 * Provides commands to generate sequence of random data.
 *
 * Copyright (C) 2023 Brian O'Hagan
 *
 */

#include "tlsInt.h"
#include "tclOpts.h"