Remove EVP_set_buggy_rsa_parser stub.
Change-Id: I848c79274119e73e39456c75231c8e3f6047fde2 Reviewed-on: https://boringssl-review.googlesource.com/22264 Commit-Queue: Steven Valdez <svaldez@google.com> Reviewed-by: Steven Valdez <svaldez@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
parent
fed560ff2a
commit
3f5d13812a
@ -66,8 +66,6 @@
|
|||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
|
|
||||||
void EVP_set_buggy_rsa_parser(int buggy) {}
|
|
||||||
|
|
||||||
static int rsa_pub_encode(CBB *out, const EVP_PKEY *key) {
|
static int rsa_pub_encode(CBB *out, const EVP_PKEY *key) {
|
||||||
// See RFC 3279, section 2.3.1.
|
// See RFC 3279, section 2.3.1.
|
||||||
CBB spki, algorithm, oid, null, key_bitstring;
|
CBB spki, algorithm, oid, null, key_bitstring;
|
||||||
|
@ -796,9 +796,6 @@ OPENSSL_EXPORT EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **out, const uint8_t **inp,
|
|||||||
// EVP_PKEY_get0_DH returns NULL.
|
// EVP_PKEY_get0_DH returns NULL.
|
||||||
OPENSSL_EXPORT DH *EVP_PKEY_get0_DH(EVP_PKEY *pkey);
|
OPENSSL_EXPORT DH *EVP_PKEY_get0_DH(EVP_PKEY *pkey);
|
||||||
|
|
||||||
// EVP_set_buggy_rsa_parser does nothing.
|
|
||||||
OPENSSL_EXPORT void EVP_set_buggy_rsa_parser(int buggy);
|
|
||||||
|
|
||||||
|
|
||||||
// Private structures.
|
// Private structures.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user