Following is the C code to import a certificate into the Windows trusted root certificate store using CryptoAPI: PCCERT_CONTEXT pCertCtx = NULL; if (CryptQueryObject ( … more →
Selva [Ne0] Samuelne0 wrote 1 year ago: Following is the C code to import a certificate into the Windows trusted root certificate store usin … more →
ne0 wrote 1 year ago: This post has been long overdue; I should have posted it two months back. Anyway, a couple of my fri … more →
ne0 wrote 1 year ago: As the release date of our project was nearing, I had become a bit busier in the past few weeks. Tha … more →
ne0 wrote 2 years ago: I had added a reference to shdocvw.dll in my project. Everything was working fine till day before ye … more →
ne0 wrote 2 years ago: ++++++++++ [>+++>+++++++>++++++++++>+++++++++++>++++++++++++<<<<<-] … more →
ne0 wrote 2 years ago: During college days, I had always dreaded the concepts of “multithreading” and “ra … more →
ne0 wrote 2 years ago: In a recent programming assignment, I wrote code which looked something like this: if (condition1) … more →
ne0 wrote 2 years ago: Till a few weeks ago, I was one of those guys who are under the impression that memory leaks could N … more →