2006-07-26 |
Alexandre Julliard | crypt32/tests: Clean up temp files. |
tree | commitdiff |
2006-07-26 |
Juan Lang | crypt32: Implement file stores. |
tree | commitdiff |
2006-07-20 |
Juan Lang | crypt32: Implement more string types for X509_NAME_VALUE. |
tree | commitdiff |
2006-07-20 |
Juan Lang | crypt32: Correct handling of empty output buffer in... |
tree | commitdiff |
2006-07-19 |
Juan Lang | crypt32: Implement X509_UNICODE_NAME_VALUE encoding... |
tree | commitdiff |
2006-07-19 |
Stefan Leichter | crypt32: Make tests loadable on NT4. |
tree | commitdiff |
2006-07-19 |
Andrew Talbot | crypt32/tests: Write-strings warnings fix. |
tree | commitdiff |
2006-07-18 |
Juan Lang | crypt32: Output x.500 strings from CertNameToStrA/W. |
tree | commitdiff |
2006-07-12 |
Juan Lang | crypt32: Implement CryptAcquireCertificatePrivateKey. |
tree | commitdiff |
2006-07-11 |
Juan Lang | crypt32: Implement key context property, with tests. |
tree | commitdiff |
2006-07-11 |
Andrew Talbot | crypt32/tests: Write-strings warnings test. |
tree | commitdiff |
2006-07-10 |
Alexandre Julliard | make_dlls: Recursively ignore .ok files in all tests... |
tree | commitdiff |
2006-07-10 |
Alexandre Julliard | make_dlls: Recursively ignore testlist.c in all tests... |
tree | commitdiff |
2006-07-10 |
Alexandre Julliard | Take advantage of the recursive nature of .gitignore... |
tree | commitdiff |
2006-06-26 |
Francois Gouget | crypt32: Fix compilation with gcc 2.95. |
tree | commitdiff |
2006-06-22 |
Juan Lang | crypt32: Implement CertGetCRLFromStore. |
tree | commitdiff |
2006-06-21 |
Juan Lang | crypt32: Implement some CRL verification functions. |
tree | commitdiff |
2006-06-20 |
Juan Lang | crypt32: Rearrange functions a bit. |
tree | commitdiff |
2006-06-20 |
Juan Lang | crypt32: Encode/decode CRL issuing dist points. |
tree | commitdiff |
2006-06-19 |
Juan Lang | crypt32: Fix decoding signed certs and CRLs. |
tree | commitdiff |
2006-06-16 |
Juan Lang | crypt32: Correct CRL tests, and fix CRL encoding/decodi... |
tree | commitdiff |
2006-06-13 |
Alexandre Julliard | crypt32/tests: Don't use sizeof in ok() to avoid printf... |
tree | commitdiff |
2006-06-13 |
Alexandre Julliard | crypt32/tests: Use lstrlenA instead of strlen in ok... |
tree | commitdiff |
2006-06-03 |
Juan Lang | crypt32: Implement X509_NAME_VALUE encoding/decoding. |
tree | commitdiff |
2006-06-02 |
Juan Lang | crypt32: Add name value tests. |
tree | commitdiff |
2006-06-02 |
Juan Lang | crypt32: Add a couple CRL encoding tests, one that... |
tree | commitdiff |
2006-06-02 |
Juan Lang | crypt32: Make base64 tests loadable on win9x. |
tree | commitdiff |
2006-06-01 |
Andrew Talbot | crypt32/tests: Write-strings warning fix. |
tree | commitdiff |
2006-05-31 |
Juan Lang | crypt32: Implement CryptBinaryToStringA and CryptString... |
tree | commitdiff |
2006-05-26 |
Juan Lang | crypt32: Implement CertVerifyCRLTimeValidity and partia... |
tree | commitdiff |
2006-05-25 |
Juan Lang | crypt32: Add support for CRLs. |
tree | commitdiff |
2006-05-25 |
Juan Lang | crypt32: Add one more test of CertAddEncodedCertificate... |
tree | commitdiff |
2006-05-24 |
Juan Lang | crypt32: Test and fix a couple CertAddCertificateContex... |
tree | commitdiff |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
tree | commitdiff |
2006-05-16 |
Juan Lang | crypt32: Add more tests for adding certs to a store. |
tree | commitdiff |
2006-05-16 |
Juan Lang | crypt32: Implement CertCompare functions, with tests. |
tree | commitdiff |
2006-05-16 |
Juan Lang | crypt32: Test importing public keys from a certificate. |
tree | commitdiff |
2006-05-16 |
Juan Lang | crypt32: Avoid a use-after-free bug in tests. |
tree | commitdiff |
2006-05-15 |
Juan Lang | crypt32: Use the HRESULT synonyms for converted Win32... |
tree | commitdiff |
2006-05-10 |
Juan Lang | crypt32: Partially implement CertGetIssuerCertificateFr... |
tree | commitdiff |
2006-04-06 |
Juan Lang | crypt32: Implement CertCreateSelfSignCertificate, with... |
tree | commitdiff |
2006-03-30 |
Juan Lang | crypt32: Fix certificate adding |
tree | commitdiff |
2006-03-18 |
Mike McCormack | crypt32: Fix a warning. |
tree | commitdiff |
2006-03-17 |
Juan Lang | crypt32: Implement CertGetSubjectCertificateFromStore. |
tree | commitdiff |
2006-03-16 |
Juan Lang | crypt32: Tighten CertDuplicateCertificateContext test. |
tree | commitdiff |
2006-03-01 |
Jeremy White | crypt32: More gcc 2.95 adjustments. |
tree | commitdiff |
2006-02-24 |
Juan Lang | crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo. |
tree | commitdiff |
2006-02-23 |
Juan Lang | crypt32: Move OIDToAlgID and AlgIDToOID to oid.c. |
tree | commitdiff |
2006-02-23 |
Juan Lang | crypt32: Implement CertFindCertificateInStore, with... |
tree | commitdiff |
2006-02-22 |
Juan Lang | crypt32: Tidy up tests. |
tree | commitdiff |
2006-02-18 |
Juan Lang | crypt32: Implement enhanced key usage. |
tree | commitdiff |
2006-02-17 |
Juan Lang | crypt32: Move certificate store functions to their... |
tree | commitdiff |
2006-02-16 |
Juan Lang | crypt32: More encoding/decoding. |
tree | commitdiff |
2006-02-16 |
Juan Lang | crypt32: Simplify CertOpenSystemStore, fix CertDuplicat... |
tree | commitdiff |
2006-02-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2006-02-05 |
Juan Lang | crypt32: Fix Mingw compile. |
tree | commitdiff |
2006-02-02 |
Juan Lang | crypt32: Implement CertRDNValueToStrW and CertNameToStr... |
tree | commitdiff |
2006-02-01 |
Juan Lang | crypt32: Implement CertRDNValueToStrA and CertNameToStr... |
tree | commitdiff |
2006-01-31 |
Juan Lang | crypt32: Correct X509_NAME decoding, and more stringent... |
tree | commitdiff |
2006-01-13 |
Jeremy White | crypt32: Preserve gcc 2.95 compatibility. |
tree | commitdiff |
2006-01-11 |
Juan Lang | crypt32: Fix a test that fails on Windows. |
tree | commitdiff |
2005-12-17 |
Juan Lang | crypt32: Implement more implicit properties, with tests. |
tree | commitdiff |
2005-12-16 |
Juan Lang | crypt32: Implement CRLDistPoints encoding/decoding. |
tree | commitdiff |
2005-12-13 |
Juan Lang | crypt32: Decode cleanups. |
tree | commitdiff |
2005-12-02 |
Juan Lang | Implement more OID support functions. |
tree | commitdiff |
2005-11-26 |
Alexandre Julliard | Renamed all .cvsignore files to .gitignore. |
tree | commitdiff |
2005-11-23 |
Juan Lang | Fix some memory leaks. |
tree | commitdiff |
2005-11-14 |
Saulius Krasuckas | Don't call missing API function. |
tree | commitdiff |
2005-11-08 |
Saulius Krasuckas | Make Crypt32 tests loadable on Win98. |
tree | commitdiff |
2005-10-31 |
Juan Lang | Implement CertSignSignature and CertVerifySignature... |
tree | commitdiff |
2005-10-27 |
Juan Lang | Implement CryptMem and undocumented I_Crypt*Tls functio... |
tree | commitdiff |
2005-09-30 |
Juan Lang | Make CryptImport/ExportPublicKeyInfoEx behave the way... |
tree | commitdiff |
2005-09-28 |
Juan Lang | Encode RSA public key modulus as unsigned integer,... |
tree | commitdiff |
2005-09-28 |
Juan Lang | Implement CryptImport/ExportPublicKeyInfo. |
tree | commitdiff |
2005-09-14 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-09-13 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-09-12 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-09-12 |
Juan Lang | When decoding a signed cert, make sure it's really... |
tree | commitdiff |
2005-09-09 |
Juan Lang | - call CertFreeCertificateContext from CertDeleteCertif... |
tree | commitdiff |
2005-09-08 |
Juan Lang | - implement system stores |
tree | commitdiff |
2005-09-08 |
Juan Lang | Implement system registry stores. |
tree | commitdiff |
2005-09-08 |
Juan Lang | Convert a few more constants from strings to byte arrays. |
tree | commitdiff |
2005-09-07 |
Juan Lang | Implement registry stores. |
tree | commitdiff |
2005-09-07 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-09-06 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-09-03 |
Juan Lang | Correct a test that incorrectly showed signed certs... |
tree | commitdiff |
2005-09-03 |
Juan Lang | Improve CryptAlgIdToOID/CryptOIDToAlgId tests, and... |
tree | commitdiff |
2005-09-03 |
Juan Lang | Correct a bunch of lurking asn.1 decode bugs. |
tree | commitdiff |
2005-09-02 |
Juan Lang | Implement encoding/decoding RSA public keys. |
tree | commitdiff |
2005-09-02 |
Juan Lang | Implement CertAddSerializedElementToStore. |
tree | commitdiff |
2005-08-30 |
Juan Lang | Implement collection stores. |
tree | commitdiff |
2005-08-29 |
Juan Lang | Implement encoding/decoding of CERT_ALT_NAME_INFOs... |
tree | commitdiff |
2005-08-29 |
Juan Lang | Implemented memory cert stores. |
tree | commitdiff |
2005-08-29 |
Mike McCormack | gcc 4.0 warning fixes. |
tree | commitdiff |
2005-08-27 |
Alexandre Julliard | Explicitly import kernel32 in tests that use it. |
tree | commitdiff |
2005-08-25 |
Juan Lang | Implemented CryptHashCertificate. |
tree | commitdiff |
2005-08-16 |
Juan Lang | Remove a test that fails under WinME. Reported and... |
tree | commitdiff |
2005-07-14 |
Juan Lang | Encode/decode certs, with tests. |
tree | commitdiff |
2005-07-12 |
Juan Lang | - encode/decode CERT_INFO, with tests |
tree | commitdiff |
2005-07-07 |
Juan Lang | Implement a few utility functions, with tests. |
tree | commitdiff |
next |