Check-in [cf6fddaa41]
EuroTcl/OpenACS 11 - 12 JULY 2024, VIENNA
Overview
Comment:Corrected tlsRand.c file header
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | crypto
Files: files | file ages | folders
SHA3-256: cf6fddaa413b5dddb1233598abac29c6c8569b4d5cfa6c6ea84d081ca7a5c482
User & Date: bohagan on 2024-05-20 02:10:27
Other Links: branch diff | manifest | tags
Context
2024-05-26
18:15
Updates for MSYS2 check-in: 0046a7f25d user: bohagan tags: crypto
2024-05-20
02:10
Corrected tlsRand.c file header check-in: cf6fddaa41 user: bohagan tags: crypto
2024-05-19
21:56
Removed obsolete unstack commands from digest and encrypt modules. check-in: 8ae6d68bc3 user: bohagan tags: crypto
Changes

Modified generic/tlsRand.c from [72e29bdc6f] to [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"