It provides the RSA_generate_key function, which is deprecated as of 3.0 but is used by various ports.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I believe D41505 plus this change cover @arrowd's reported issues.
@khorben_defora.org or I can go over the rest of the symbols in FreeBSD libcrypto.so.30 next week.
Comment Actions
There are other deprecated APIs that we might want to include apart from just rsa_depr.c:
./crypto/openssl/apps/lib/tlssrp_depr.c ./crypto/openssl/crypto/dh/dh_depr.c ./crypto/openssl/crypto/rsa/rsa_depr.c ./crypto/openssl/crypto/dsa/dsa_depr.c ./crypto/openssl/crypto/bn/bn_depr.c ./crypto/openssl/ssl/tls_depr.c