Shane

Results 326 comments of Shane

@t8m I seem to remember there was some problem with atexit()? I thought some option went in to disable the atexit (which leaks but at least doesnt crash). Would this...

@pauli - you are ok with adding extra fields to the DRBG_HMAC struct.. It gets ugly if I try to separate the data.. Putting into another file also horrible since...

The following code was used to generate test vectors for dsa ```` # define NUM_ELEM(x) (sizeof(x)/sizeof((x)[0])) /* * Example showing how to generate an EC key and extract values from...

Test vectors added and rebased to fixup commit message

Put back into draft form - whilst I figure out if this fits in better as a KDF, as suggested by Pauli.

The output of the algorithm is a value k (nonce), This is a BIGNUM in the range [2....q-1] This doesnt sit very well with the derive function that does... EVP_KDF_derive(ctx,...

Requires reapproval since i added tests..