Hallo, since the struct ECDSA_SIG ( -> ECDSA_SIG_st) is now opaque, one has to use ECDSA_SIG_get0() to access the values 'r' and 's'. This works fine for non-const variables. But if one has a 'const ECDSA_SIG *' (e.g. in verify_sig() of an ec_key-engine), this produces an error during compilation. So an additional version of ECDSA_SIG_get0() (taking a 'const ECDSA_SIG *' and setting pointer to (const BIGNUM)) would be nice.
Kind regards Felix Schüller -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4436 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
