SSL services: Difference between revisions
Line 144: | Line 144: | ||
The first buffer contains the PKCS#12 data, the second buffer contains the optional (addr=NULL/size=0) ASCII password. The password is copied to a heap buffer with size+1, for NUL-termination. | The first buffer contains the PKCS#12 data, the second buffer contains the optional (addr=NULL/size=0) ASCII password. The password is copied to a heap buffer with size+1, for NUL-termination. | ||
An error is thrown if this cmd or [[#RegisterInternalPki]] was already used previously. | |||
=== RemoveServerPki === | === RemoveServerPki === | ||
Line 153: | Line 155: | ||
=== RegisterInternalPki === | === RegisterInternalPki === | ||
Takes an input [[#InternalPki]], returns an output u64 Id. | Takes an input [[#InternalPki]], returns an output u64 Id. | ||
An error is thrown if this cmd or [[#ImportClientPki]] was already used previously. | |||
=== AddPolicyOid === | === AddPolicyOid === |