index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
engines
/
e_capi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2021-05-20
1
-1
/
+1
*
Add bounds checking to length returned by wcslen in wide_to_asc conversion to...
Jake Cooke
2021-05-19
1
-1
/
+10
*
Don't clear the whole error stack when loading engines
Matt Caswell
2020-11-06
1
-1
/
+11
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-3
/
+0
*
engines: fixed to work with EVP_*_meth calls deprecated
Pauli
2020-07-22
1
-1
/
+1
*
deprecate engines
Pauli
2020-07-16
1
-0
/
+3
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+3
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-3
/
+4
*
Following the license change, modify the boilerplates in engines/
Richard Levitte
2018-12-06
1
-1
/
+1
*
CAPI engine: add support for RSA_NO_PADDING
Richard Levitte
2018-09-11
1
-7
/
+21
*
Update copyright year
Matt Caswell
2018-05-01
1
-1
/
+1
*
Fix mixed indentation (and other whitespace issues)
Dr. Matthias St. Pierre
2018-04-26
1
-7
/
+9
*
engines/e_capi.c: slip in PROV_RSA_AES for interchangable CSP only.
Andy Polyakov
2017-03-29
1
-12
/
+15
*
engines/e_capi.c: adhere to CryptAcquireContextW unconditionally.
Andy Polyakov
2017-03-29
1
-47
/
+27
*
engine/e_capi.c: more formatting and styling fixes.
Andy Polyakov
2017-03-29
1
-31
/
+31
*
engines/e_capi.c: formatting and styling fixes.
Andy Polyakov
2017-03-25
1
-70
/
+59
*
include/openssl: don't include <windows.h> in public headers.
Andy Polyakov
2016-07-08
1
-17
/
+16
*
engines/e_capi.c: accommodate recent DSA_SIG_[get|set]0 changes.
Andy Polyakov
2016-06-27
1
-9
/
+9
*
Add some check for malloc failure in the CAPI engine
Matt Caswell
2016-05-18
1
-6
/
+26
*
Copyright consolidation 02/10
Rich Salz
2016-05-17
1
-49
/
+5
*
Fix capi engine for no-dsa
Matt Caswell
2016-04-22
1
-0
/
+22
*
Rename internal symbol to follow internal naming pattern
Richard Levitte
2016-04-13
1
-1
/
+1
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-3
/
+3
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-4
/
+4
*
Fix forgotten adaptation to opaque RSA and RSA_METHOD
Richard Levitte
2016-04-07
1
-32
/
+48
*
Rename get/set_app_data to get0/set0_app_data
Matt Caswell
2016-04-03
1
-3
/
+3
*
Various DSA opacity fixups
Matt Caswell
2016-04-03
1
-6
/
+10
*
Make DSA_METHOD opaque
Matt Caswell
2016-04-03
1
-29
/
+26
*
Adapt e_capi to the DSA_SIG_get0() API
Richard Levitte
2016-03-08
1
-6
/
+4
*
Test for and use AES CSP for RSA if present.
Dr Stephen Henson
2016-02-11
1
-2
/
+22
*
Auto init/deinit libcrypto
Matt Caswell
2016-02-09
1
-2
/
+5
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-3
/
+3
*
Remove RSA_FLAG_SIGN_VER flag.
Dr. Stephen Henson
2015-12-02
1
-1
/
+1
*
Continue malloc standardisation in engines
Matt Caswell
2015-11-09
1
-11
/
+12
*
Replace "SSLeay" in API with OpenSSL
Rich Salz
2015-10-30
1
-1
/
+1
*
engine/e_capi.c: fix various warnings.
Andy Polyakov
2015-09-29
1
-16
/
+22
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-6
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-3
/
+3
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-4
/
+4
*
free null cleanup finale
Rich Salz
2015-05-01
1
-32
/
+16
*
free NULL cleanup
Rich Salz
2015-03-25
1
-4
/
+2
*
Remove X509_PAIR
Rich Salz
2015-02-06
1
-1
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-1757
/
+1680
*
For master windows build dsa.h is now needed.
Dr. Stephen Henson
2015-01-13
1
-0
/
+1
*
capi_ctrl, capi_vtrace: check for NULL after allocating and free it
Kurt Roeckx
2014-12-10
1
-0
/
+11
*
capi_get_provname: Check return values
Kurt Roeckx
2014-12-04
1
-6
/
+12
*
capi_get_key: check for NULL after allocating key
Jonas Maebe
2014-12-04
1
-0
/
+2
*
capi_cert_get_fname: check for NULL after allocating wfname
Jonas Maebe
2014-12-04
1
-0
/
+2
[next]