Sign in
goma
/
wine
/
ffd78b153bbed44e9c5d82b1e58e22b041535ff4
/
dlls
/
rsaenh
b3a3804
rsaenh: Enlarge buffer in test_enum_container. Fixes two test failures on Vista.
by Michael Jung
· 17 years ago
f0d2766
rsaenh: Validate pad byte when decrypting a block cipher.
by Juan Lang
· 18 years ago
41d0578
rsaenh: Support setting the effective key length of RC2 keys.
by Juan Lang
· 18 years ago
5666efb
rsaenh: Call setup_key whenever the IV is reset.
by Juan Lang
· 18 years ago
16c40d9
rsaenh: Reorder padding code to avoid unnecessary comparison.
by Juan Lang
· 18 years ago
c94f113
rsaenh: Constify some variables.
by Andrew Talbot
· 18 years ago
45c5b11
rsaenh: Constify some variables.
by Andrew Talbot
· 18 years ago
cd3954e
rsaenh: Get rid of the hash idle state, native doesn't behave as though it has one.
by Juan Lang
· 18 years ago
4e0ef1c
rsaenh: Allow CRYPT_NEWKEYSET and CRYPT_VERIFYCONTEXT at same time when acquiring context.
by Maarten Lankhorst
· 18 years ago
42fd48f
rsaenh: Exclude unused header.
by Andrew Talbot
· 18 years ago
e61eddd
rsaenh: Fix crash in RSAENH_CPVerifySignature if pbSignature is set to NULL or if dwSigLen is lesser than the expected value.
by Mounir IDRASSI
· 18 years ago
f772fb9
rsaenh: Add support for mandatory parameters to RSAENH_CPGetProvParam.
by Mounir IDRASSI
· 18 years ago
56a1326
rsaenh: Use the correct registry key in RSAENH_CPAcquireContext.
by Mounir IDRASSI
· 18 years ago
a7d897d
rsaenh: Fix read_key_container bug that prevents CryptAcquireContext from correctly loading the keys.
by Mounir IDRASSI
· 18 years ago
69a88a9
Fix minor differences in the formatting of the license notices.
by Alexandre Julliard
· 18 years ago
1cdc057
rsaenh: Convert handle type from unsigned int to HCRYPTKEY.
by Yuval Fledel
· 18 years ago
021b004
rsaenh: Add DebugInfo to critical sections.
by Jan Zerebecki
· 18 years ago
9dd1f1e
Added version information for a number of dlls.
by Alexandre Julliard
· 18 years ago
a228eef
rsaenh: Declare some functions static.
by Andrew Talbot
· 18 years ago
c9842d2
rsaenh: Make some data const and static.
by Dmitry Timoshkov
· 18 years ago
5319668
rsaenh: Cast-qual warning fix.
by Andrew Talbot
· 18 years ago
9fa27f3
rsaenh: Move type-check before len-check (Coverity).
by Paul Vriens
· 18 years ago
7c7e194
rsaenh: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
283fc8a
rsaenh: Win64 printf format warning fixes.
by Paul Vriens
· 18 years ago
038ede6
rsaenh: Make hmac test run on all windows versions.
by Paul Vriens
· 18 years ago
17aa2c8
Add missing '\n's to ok() calls.
by Francois Gouget
· 19 years ago
c156c1e
rsaenh/tests: import & export of a plaintext public key + algID check.
by Karsten Elfenbein
· 19 years ago
85ce511
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 19 years ago
51f24d4
rsaenh: Correct signature checking.
by Juan Lang
· 19 years ago
c4daa19
rsaenh: Cast-qual warnings fix.
by Andrew Talbot
· 19 years ago
b3be5bc
rsaenh: Cast-qual warnings fix.
by Andrew Talbot
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
0c15360
Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes.
by Marcus Meissner
· 19 years ago
5cf75e6
makefiles: Only run test and documentation targets in directories that need them.
by Alexandre Julliard
· 19 years ago
e649994
rsaenh: Test and fix CryptEncrypt with NULL buffer.
by Juan Lang
· 19 years ago
669b0a5
rsaenh: Use Interlocked functions for reference counting.
by Juan Lang
· 19 years ago
b6d5972
rsaenh: More tests and some fixes.
by Juan Lang
· 19 years ago
c562957
rsaenh: Public keys should be exported with the CALG_RSA_KEYX alg_id.
by Juan Lang
· 19 years ago
dd6598b
rsaenh: Fix the case when CPGetHashParam should return the size of the HASHVAL.
by Karsten Elfenbein
· 19 years ago
bf1ad6c
rsaenh: Fix the case when the CPEncrypt function is asked for the needed buffer size.
by Karsten Elfenbein
· 19 years ago
0fa8baa
make_dlls: Recursively ignore .ok files in all tests directories.
by Alexandre Julliard
· 19 years ago
edd100b
make_dlls: Recursively ignore testlist.c in all tests directories.
by Alexandre Julliard
· 19 years ago
5258e06
make_dlls: Ignore generated import libraries from the top-level .gitignore.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
9b2fe9e
rasenh: Fix a copy&paste bug at passing only one string to RegSetValueExW() at a time.
by Saulius Krasuckas
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
811fb76
Call DisableThreadLibraryCalls for DLLs that don't need thread
by Robert Shearman
· 19 years ago
d52dafb
Add a few missing #includes.
by Vincent Béron
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
6d442ae
Assorted spelling fixes.
by Francois Gouget
· 19 years ago
fac3698
When just a public key is imported, its ALG_ID should be CALG_RSA_SIGN
by Juan Lang
· 19 years ago
7e22be4
We are no longer generating .dbg.c files.
by Alexandre Julliard
· 20 years ago
a107234
gcc 4.0 warning fixes.
by Mike McCormack
· 20 years ago
93ab695
Fix gcc 4.0 warnings.
by Mike McCormack
· 20 years ago
7120877
Fix some -Wstrict-prototypes warnings.
by Stefan Huehner
· 20 years ago
f674f1f
Fix declarations.
by Mike McCormack
· 20 years ago
2e4bca9
Added magic comments to all Wine-specific registry accesses to make
by Alexandre Julliard
· 20 years ago
dd5b70b
Use the Data Protection API to protect the users private keys.
by Michael Jung
· 20 years ago
bd78de7
Use SystemFunction036 to generate random bytes.
by Michael Jung
· 20 years ago
5416022
Rename MODULENAME_Dll* functions to Dll* for better consistency and
by Robert Shearman
· 20 years ago
0cdc047
Avoid segfault in hash update with corrupted decrypt data.
by Kees Cook
· 20 years ago
ea2fabc
Avoid segfault when detecting decryption buffer size.
by Kees Cook
· 20 years ago
34fa35d
Added rules for building import libraries in the individual dll
by Alexandre Julliard
· 20 years ago
d62356a
Added rules to build import libraries in the individual dll makefiles.
by Alexandre Julliard
· 20 years ago
6aefbc0
Strncpy elimination.
by Peter Berg Larsen
· 20 years ago
6b10c32
Assorted spelling fixes.
by Francois Gouget
· 20 years ago
e732fc0
Janitorial: Get rid of strncpy/strncpyW.
by Peter Berg Larsen
· 20 years ago
9ed61de
Get rid of HeapAlloc casts.
by Jakob Eriksson
· 20 years ago
46ebd66
Make rsaenh_crosstest.exe loadable on NT 4.0.
by Stefan Leichter
· 20 years ago
3b26f51
Check pdwDataLen param for non NULL'ness.
by Michael Jung
· 20 years ago
4d801b6
Assorted spelling fixes.
by Francois Gouget
· 20 years ago
e40af1c
Implemented CPGetProvParam's PP_ENUMCONTAINERS parameter type.
by Michael Jung
· 20 years ago
5e2075b
Moved PKCS1 #2 un-/padding from Import-/ExportKey to helper
by Michael Jung
· 20 years ago
fc79906
Added a test case for hashing with schannel mac keys.
by Michael Jung
· 20 years ago
da8b3dd
Assorted spelling fixes.
by Francois Gouget
· 20 years ago
fb85c9e
Support for TLS1 pseudo random function.
by Michael Jung
· 20 years ago
2accec1
Removed another check for valid'ness of algid. It's redundant.
by Michael Jung
· 20 years ago
d91ba25
Avoid code duplication by moving handle lookup into get_algid_info.
by Michael Jung
· 20 years ago
a200c4e
Moved HMAC initialization and finalization code to
by Michael Jung
· 20 years ago
2c84561
Support for generating and exporting PCT1, SSL2/3 and TLS1 master
by Michael Jung
· 20 years ago
ea01425
Removed check for valid'ness of algid. It's redundant.
by Michael Jung
· 20 years ago
cf1d00b
Removed excessive statement (break after return or goto, not useful
by Eric Pouech
· 20 years ago
ada55dc
Register rsaenh as a RSA SChannel provider.
by Michael Jung
· 20 years ago
7c26a65
Added list of supported algorithms for SChannel personality.
by Michael Jung
· 20 years ago
974c94f
Set last error if dwFlags are non zero in CPReleaseContext.
by Michael Jung
· 20 years ago
7fa8007
Always set ERROR_SUCCESS in case of success in CPAcquireContext.
by Michael Jung
· 20 years ago
2032284
Added support for machine keysets.
by Michael Jung
· 20 years ago
0da8a52
Adhere to const'ness of the input data in encrypt_block_impl.
by Michael Jung
· 20 years ago
1d7800b
Implemented parallel hashing in CPEncrypt and CPDecrypt.
by Michael Jung
· 20 years ago
e98d271
Small bugfixes backported from the LibTomCrypt v1.0rc1 release.
by Michael Jung
· 20 years ago
5ad7d85
Do not check for non NULL pointer before HeapFree'ing it. It's redundant.
by Michael Stefaniuc
· 20 years ago
6fb1a20
Assorted spelling fixes.
by Francois Gouget
· 20 years ago
74f458f
Respect sDescription parameter in CPSignHash and CPVerifySignature.
by Michael Jung
· 20 years ago
eb3f078
Add trailing '\n's to ok() calls.
by Francois Gouget
· 20 years ago
1493433
Missing HeapFree's + 1 LocalFree (found by smatch).
by Michael Stefaniuc
· 20 years ago
96ebad1
Implemented CPSignHash and CPVerifySignature.
by Michael Jung
· 20 years ago
0ff7203
Added a missing break in encrypt_block_impl.
by Michael Jung
· 20 years ago
95c3d9b
Moved code specific to CPGenKey, CPDeriveKey or CPImportKey from
by Michael Jung
· 20 years ago
ca371a4
Incorporated LibTomCrypt code into rsaenh to get rid of OpenSSL dependencies.
by Michael Jung
· 20 years ago
5f06380
CPAcquireContext: Set last error to ERROR_SUCCESS in case of success.
by Michael Jung
· 20 years ago
Next »