Skip to content

Split out code form ssl.c and pk.c#9723

Merged
douzzer merged 1 commit intowolfSSL:masterfrom
SparkiDev:ssl_split_cert
Feb 6, 2026
Merged

Split out code form ssl.c and pk.c#9723
douzzer merged 1 commit intowolfSSL:masterfrom
SparkiDev:ssl_split_cert

Conversation

@SparkiDev
Copy link
Contributor

Description

Move EC and RSA code out of pk.c into separate file.

Move out of ssl.c into separate files:

  • Certificate APIs
  • CRL/OCSP APIs
  • Public Key APIs
  • ECH

Internal Certificate Manager APIs pulled out into ssl_certman.c. d2i and i2d WOLFSSL_EVP_PKEY APIs pulled out into evp_pk.c.

Fix formatting.

Testing

Regression tested.

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

@SparkiDev SparkiDev self-assigned this Jan 29, 2026
Move EC and RSA code out of pk.c into separate file.

Move out of ssl.c into separate files:
  - Certificate APIs
  - CRL/OCSP APIs
  - Public Key APIs
  - ECH

Internal Certificate Manager APIs pulled out into ssl_certman.c.
d2i and i2d WOLFSSL_EVP_PKEY APIs pulled out into evp_pk.c.

Fix formatting.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 15 out of 19 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@night1rider
Copy link
Contributor

Jenkins retest this please - CI issue PRB-Master-Job

@dgarske
Copy link
Contributor

dgarske commented Feb 5, 2026

Jenkins retest this please. Jenkins master job history lost.

Copy link
Contributor

@dgarske dgarske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's please get this cleanup merged! Thank you Sean

@douzzer
Copy link
Contributor

douzzer commented Feb 5, 2026

retest this please

@douzzer douzzer merged commit 8e6ebdb into wolfSSL:master Feb 6, 2026
409 checks passed
douzzer added a commit to douzzer/wolfssl that referenced this pull request Feb 6, 2026
…defect introduced in wolfSSL#9723);

wolfcrypt/test/test.c: fix error-path memory leaks in srtpkdf_test(), and properly gate out incompatible SRTP_KDF_LONG_KEY test on old FIPS (defect introduced in wolfSSL#9733);

.wolfssl_known_macro_extras: get into lexical order and remove unneeded WC_RSA_DIRECT.
@douzzer douzzer mentioned this pull request Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants