I need to make some hash signature using the GnuTLS library, for that I know that 'gnutls_privkey_sign_data' will do the job but in the 'RSA_private_encrypt' documentation there is a field called 'padding' that need to replicate but cant find an equivalent.
Thanks!