openssl / project

Tracking of project related issues
2 stars 1 forks source link

Glue OSSL_PARAM decoding together #192

Open arapov opened 1 year ago

arapov commented 1 year ago

Glue the various parts of the faster OSSL_PARAM name decoder into a workable whole.

This includes updating setter and getter functions for the chosen algorithms to use the new scheme.

https://github.com/openssl/openssl/pull/20812

Depends On: openssl/project#193

paulidale commented 1 year ago

Step 1: choose which algorithms need this (i.e. do #193 first). Step 2: update them.

Step 0: decide if we want to use the alternate approach (i.e. openssl/openssl#20940)

openssl/openssl#20935 might be a better reference too.