ssl - soap_ssl_server_context without using pem file -


i using gsoap , compiled with_openssl. have found there api soap_ssl_server_context takes pem file.

is possible provide private key gsoap layer without passing through pem files? want use hsm

typically key management, hsm e.g. thales payshield 9000, provide public key in der binary format (which can converted pem format using binary->base64 conversion).

however, not intended provide private key in der or pem format. private key encrypted hsm lmk (local machine key).

this means hsm can translate encrypted value (often pin verification key) encryption key. point of having hsm e.g. pci compliance visa or mastercard. not meant clear data in software.

if need decrypt data yourself, perhaps use software solution .net rsa or bouncycastle.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -