Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Microsoft Provides a PKCS #11 provider that connects to its own MS CryptoAPI?

I'm looking to run some tests using the PKCS #11 interface and was wondering if Microsoft provided a software based implementation the provides PKCS #11 functionality?

Rather then waiting for a HSM to arrive and be properly configured I'd rather get started on testing interaction with the interface now.

like image 879
Scott Markwell Avatar asked Jan 13 '09 22:01

Scott Markwell


People also ask

Why imported PKCS is used?

Microsoft Intune supports the use of imported public key pair (PKCS) certificates, commonly used for S/MIME encryption with Email profiles. Certain email profiles in Intune support an option to enable S/MIME where you can define an S/MIME signing certificate and S/MIME encryption cert.

How does Intune certificate connector work?

Intune can automatically update the connector to the latest version shortly after that connector version is released. To update automatically, the server that hosts the connector must access the Azure update service: Port: 443. Endpoint: autoupdate.msappproxy.net.

What is Microsoft Intune MDM device ca?

Microsoft Intune is a cloud-based endpoint management solution. It manages user access and simplifies app & device management across your many devices, including mobile devices, desktop computers, and virtual endpoints. You can protect access and data on organization-owned and users personal devices.


1 Answers

Microsoft does not. Microsoft has rejected PKCS11 in favor of the smart card minidriver/base smart card CSP. However, you can get smart cards with PKCS11 support from many vendors that will allow you to test code. Some even have "softtokens" that emulate a smart card. Note that most smartcards are quite limited as to what they support relative to a full HSM.

like image 86
WouterH Avatar answered Jan 04 '23 00:01

WouterH