CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/21 01:25:43
Modified files:
usr.bin/openssl: ts.c
Log message:
openssl ts: simplify create_nonce()
Just your average dumb TS code. Instead of handrolling a random ASN.1
integer generator, we can use BN_rand() and convert the resulting bn to
an ASN1_INTEGER. All this then also works without reaching into ASN1_STRING.
ok kenjiro
