-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Milestone
Description
The new DRBG API includes a define for RAND_DRBG_USED_FLAGS in the public header file. This is problematic for ABI compatibility. It seems to imply that we can't add new flags in ABI compat releases. If we do applications compiled against a previous release will not be using the correct value if linking at run time against a newer OpenSSL version with a different value for this define.
openssl/include/openssl/rand_drbg.h
Lines 20 to 23 in a4a90a8
| /* A logical OR of all used flag bits (currently there is only one) */ | |
| # define RAND_DRBG_USED_FLAGS ( \ | |
| RAND_DRBG_FLAG_CTR_NO_DF \ | |
| ) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels