On Mon, Aug 21, 2017 at 06:12:16PM +0200, Kurt Roeckx wrote: > So I guess you want an interface that can both add things to the > "entropy" pool, and to the "additional data" pool? It shouldn't > be that hard, I'll try to come up with some proposal soon.
I was thinking about adding 2 callbacks. One that is called when we want to have entropy, the other that is called when we can use additional data. The first would only be called by the global DRBGs, the second by all DRBGs. The DRBG now actually already uses callbacks to get entropy (and a nonce), but none of that is exposed. So it would require additional callbacks for additional data. We should probably just add functions to set the defaults or something. Kurt -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev