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 |
2005-07-07 |
Juan Lang | Encode/decode CERT_PUBLIC_KEY_INFO, with tests. |
tree | commitdiff |
2005-07-01 |
Juan Lang | - implement encoding/decoding of cert extensions |
tree | commitdiff |
2005-06-29 |
Juan Lang | - fix decoding of long-form data lengths |
tree | commitdiff |
2005-06-27 |
Juan Lang | - implement encode and decode of BasicConstraints2... |
tree | commitdiff |
2005-06-16 |
Juan Lang | - implement encoding and decoding of enumerated types... |
tree | commitdiff |
2005-06-16 |
Mike McCormack | Fix some declaration and write string warnings. |
tree | commitdiff |
2005-06-15 |
Juan Lang | Add encode/decode support for multi-byte integers. |
tree | commitdiff |
2005-06-14 |
Juan Lang | Add CertAlgIdToOID and CertOIDToAlgId, with tests. |
tree | commitdiff |
2005-06-13 |
Juan Lang | - encode/decode X509_NAMEs for simple string encodings... |
tree | commitdiff |
2005-06-10 |
Juan Lang | Cryp{En|De}codeObjectEx should return success if the... |
tree | commitdiff |
2005-06-08 |
Juan Lang | Implement asn.1 encoding/decoding of times, with tests. |
tree | commitdiff |
2005-06-04 |
Juan Lang | Implement asn.1 decoding of integers, with tests. |
tree | commitdiff |
2005-06-02 |
Juan Lang | - add some tests for OID functions |
tree | commitdiff |
2005-05-24 |
Kees Cook | Create basic test suite for CryptProtectData/CryptUnpro... |
tree | commitdiff |
|