Sign in
flutter
/
third_party
/
openssl
/
bceae201b45fdbc7898adada6aebe2a1b6145009
/
engines
/
e_capi.c
6ec5fce
Update copyright year
by Matt Caswell
· 7 years ago
32c6985
Fix mixed indentation (and other whitespace issues)
by Dr. Matthias St. Pierre
· 7 years ago
8ab9af5
engines/e_capi.c: slip in PROV_RSA_AES for interchangable CSP only.
by Andy Polyakov
· 8 years ago
3a5b64b
engines/e_capi.c: adhere to CryptAcquireContextW unconditionally.
by Andy Polyakov
· 8 years ago
8f0e588
engine/e_capi.c: more formatting and styling fixes.
by Andy Polyakov
· 8 years ago
e08b444
engines/e_capi.c: formatting and styling fixes.
by Andy Polyakov
· 8 years ago
f1f5ee1
include/openssl: don't include <windows.h> in public headers.
by Andy Polyakov
· 9 years ago
7a53360
engines/e_capi.c: accommodate recent DSA_SIG_[get|set]0 changes.
by Andy Polyakov
· 9 years ago
690b462
Add some check for malloc failure in the CAPI engine
by Matt Caswell
· 9 years ago
440e5d8
Copyright consolidation 02/10
by Rich Salz
· 9 years ago
f0483bf
Fix capi engine for no-dsa
by Matt Caswell
· 9 years ago
7e74eaa
Rename internal symbol to follow internal naming pattern
by Richard Levitte
· 9 years ago
b3599db
Rename int_*() functions to *_int()
by Matt Caswell
· 9 years ago
342c21c
Rename lots of *_intern or *_internal function to int_*
by Matt Caswell
· 9 years ago
e9c2b10
Fix forgotten adaptation to opaque RSA and RSA_METHOD
by Richard Levitte
· 9 years ago
aa05e7c
Rename get/set_app_data to get0/set0_app_data
by Matt Caswell
· 9 years ago
a517f7f
Various DSA opacity fixups
by Matt Caswell
· 9 years ago
6e9fa57
Make DSA_METHOD opaque
by Matt Caswell
· 9 years ago
a8a3554
Adapt e_capi to the DSA_SIG_get0() API
by Richard Levitte
· 9 years ago
7b548d3
Test for and use AES CSP for RSA if present.
by Dr Stephen Henson
· 9 years ago
7b9f8f7
Auto init/deinit libcrypto
by Matt Caswell
· 9 years ago
3498076
Remove /* foo.c */ comments
by Rich Salz
· 9 years ago
7644a9a
Rename some BUF_xxx to OPENSSL_xxx
by Rich Salz
· 9 years ago
19c6d3e
Remove RSA_FLAG_SIGN_VER flag.
by Dr. Stephen Henson
· 9 years ago
5564600
Continue malloc standardisation in engines
by Matt Caswell
· 9 years ago
b0700d2
Replace "SSLeay" in API with OpenSSL
by Rich Salz
· 9 years ago
57ebe74
engine/e_capi.c: fix various warnings.
by Andy Polyakov
· 10 years ago
64b2575
remove 0 assignments.
by Rich Salz
· 10 years ago
75ebbd9
Use p==NULL not !p (in if statements, mainly)
by Rich Salz
· 10 years ago
b4faea5
Use safer sizeof variant in malloc
by Rich Salz
· 10 years ago
b548a1f
free null cleanup finale
by Rich Salz
· 10 years ago
d640708
free NULL cleanup
by Rich Salz
· 10 years ago
fbf08b7
Remove X509_PAIR
by Rich Salz
· 10 years ago
0f113f3
Run util/openssl-format-source -v -c .
by Matt Caswell
· 10 years ago
98b3b11
For master windows build dsa.h is now needed.
by Dr. Stephen Henson
· 10 years ago
5b17b79
capi_ctrl, capi_vtrace: check for NULL after allocating and free it
by Kurt Roeckx
· 10 years ago
f6fa7c5
capi_get_provname: Check return values
by Kurt Roeckx
· 10 years ago
b1a08ac
capi_get_key: check for NULL after allocating key
by Jonas Maebe
· 10 years ago
8607322
capi_cert_get_fname: check for NULL after allocating wfname
by Jonas Maebe
· 10 years ago
e214050
capi_get_provname: free name on error if it was malloc'ed
by Jonas Maebe
· 10 years ago
a5ff18b
Add support for SHA2 in CAPI ENGINE.
by Libor Krystek
· 11 years ago
2c0093d
engines/e_capi.c: fix typo.
by Andy Polyakov
· 12 years ago
c4fc172
PR: 2880 Submitted by: "Florian Rüchel" <florian.ruechel@ruhr-uni-bochum.de>
by Dr. Stephen Henson
· 12 years ago
e626c77
PR: 2703 Submitted by: Alexey Melnikov <alexey.melnikov@isode.com>
by Dr. Stephen Henson
· 13 years ago
da2a5a7
PR: 2705 Submitted by: Alexey Melnikov <alexey.melnikov@isode.com>
by Dr. Stephen Henson
· 13 years ago
b9b0a17
new flag to stop ENGINE methods being registered
by Dr. Stephen Henson
· 14 years ago
9609ea8
NULL is a valid cspname
by Dr. Stephen Henson
· 14 years ago
eb164d0
stop warnings about no previous prototype when compiling shared engines
by Dr. Stephen Henson
· 14 years ago
c329c6b
e_capi.c: rearrange #include-s to improve portability. PR: 2394
by Andy Polyakov
· 14 years ago
cc4c230
e_capi.c: change from ANSI to TCHAR domain. This makes it compilable on
by Andy Polyakov
· 14 years ago
6b02f9f
PR: 2374 Submitted by: Guenter <lists@gknw.net> Reviewed by: steve
by Dr. Stephen Henson
· 14 years ago
82f385d
e_capi.c: fix typo.
by Andy Polyakov
· 15 years ago
6c6bdd5
workaround for missing definition in some headers
by Dr. Stephen Henson
· 15 years ago
f87e307
Adapt mingw config for newer mingw environment. Note modified conditional
by Andy Polyakov
· 15 years ago
0b36857
Update from 0.9.8-stable.
by Dr. Stephen Henson
· 16 years ago
01483c2
Make CAPI engine UNICODE aware (it didn't work on Win64).
by Andy Polyakov
· 16 years ago
d4f0339
Update from 1.0.0-stable.
by Dr. Stephen Henson
· 16 years ago
492279f
AIX build updates.
by Andy Polyakov
· 17 years ago
9be8035
fix error function codes
by Bodo Möller
· 17 years ago
a0f3679
Update from stable branch.
by Dr. Stephen Henson
· 17 years ago
2836cb3
Update from stable branch.
by Dr. Stephen Henson
· 17 years ago
46d4782
Update from stable branch.
by Dr. Stephen Henson
· 17 years ago
1cd504e
Don't change _WIN32_WINNT and detect GetConsoleWindow() and
by Dr. Stephen Henson
· 17 years ago
11f3cee
Update from stable branch.
by Dr. Stephen Henson
· 17 years ago
ffc2b3e
Update from stable branch.
by Dr. Stephen Henson
· 17 years ago
e1451bb
Update from stable branch.
by Dr. Stephen Henson
· 17 years ago
1381bf9
Use an appropriate Window for selection dialog.
by Dr. Stephen Henson
· 17 years ago
e0f7b87
Add support for Windoes dialog box based certificate selection.
by Dr. Stephen Henson
· 17 years ago
b814c01
Tidy up and add comments to selection code.
by Dr. Stephen Henson
· 17 years ago
37cf49a
Avoid name clash.
by Dr. Stephen Henson
· 17 years ago
f79262e
Only include windows headers when under windows.
by Ben Laurie
· 17 years ago
7d537d4
Add initial support for multiple SSL client certifcate selection in
by Dr. Stephen Henson
· 17 years ago
ca89fc1
Match empty CA list to anything for ssl client auth in CryptoAPI engine.
by Dr. Stephen Henson
· 17 years ago
b3c8dd4
Add preliminary SSL client auth callback to CryptoAPI ENGINE.
by Dr. Stephen Henson
· 17 years ago
2aa2a57
Fix indentation.
by Dr. Stephen Henson
· 17 years ago
953174f
Free old store name (if any).
by Dr. Stephen Henson
· 17 years ago
c621c7e
Add ctrl for alternative certificate store names.
by Dr. Stephen Henson
· 17 years ago
2bbe8f9
Use keyspec for DSA too.
by Dr. Stephen Henson
· 17 years ago
4be0a5d
Get and note keyspec when signing.
by Dr. Stephen Henson
· 17 years ago
7a18ecb
Add CryptoAPI ENGINE from stable branch.
by Dr. Stephen Henson
· 17 years ago