Top "Crt" questions

For issues relating to utilizing the C runtime library.

api-ms-win-crt-runtime-l1-1-0.dll is missing when opening Microsoft Office file

I am facing this .dll library missing error: This programme can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing. Try …

crt
How to convert .crt to .pem

How can I convert .crt to .pem?

x509 pem asn.1 crt der
Should I compile with /MD or /MT?

In Visual Studio, there's the compile flags /MD and /MT which let you choose which kind of C runtime library …

c++ visual-studio msbuild msvcrt crt
Convert .crt file to .cer and .key

I was asked to help converting a certificate for a renewal. I was given the domainname.crt file along with …

ssl key crt cer
JAVA: how to obtain keystore file for a certification (crt) file

HI All, I have a .crt file and I need to get the associated keystore file. How to do so? …

java keystore crt keytool
How to use .key and .crt file in java that generated by openssl?

I need asymmetric encryption in java. I generate .key and .crt files with own password and .crt file by openssl …

java ssl cryptography openssl crt
Docker pull error : x509: certificate has expired or is not yet valid

Description of problem: I'm trying to pull ubuntu from the public registry with this command : docker pull ubuntu And then …

ubuntu docker x509certificate pull crt
C++ Statically linked shared library

I have a shared library used by a another application beyond my control which requires *.so objects. My library makes …

c++ static-libraries crt dynamic-library
How to convert from UTF-8 to ANSI using standard c++

I have some strings read from the database, stored in a char* and in UTF-8 format (you know, "á" is encoded …

c++ stl std crt
fscanf / fscanf_s difference in behaviour

I'm puzzled by the following difference in behaviour: // suppose myfile.txt contains a single line with the single character 's' …

c++ visual-c++ visual-studio-2005 crt