index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
engines
/
e_dasync.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't clear the whole error stack when loading engines
Matt Caswell
2020-11-06
1
-1
/
+11
*
deprecate engines
Pauli
2020-07-16
1
-0
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level RSA functions.
Pauli
2020-02-20
1
-84
/
+190
*
Deprecate the low level SHA functions.
Pauli
2020-01-19
1
-5
/
+11
*
engines/dasync: add explaining comments about AES-128-CBC-HMAC-SHA1
Dr. Matthias St. Pierre
2019-02-22
1
-0
/
+16
*
Fix dasync engine
Matt Caswell
2019-02-21
1
-2
/
+1
*
add an additional async notification communication method based on callback
Ping Yu
2019-01-27
1
-0
/
+14
*
Following the license change, modify the boilerplates in engines/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Simplify Cygwin checks, part 1
Richard Levitte
2018-01-18
1
-1
/
+1
*
style : fix some if(...
FdaSilvaYY
2017-11-07
1
-2
/
+2
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-1
/
+0
*
check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AAD
Rich Salz
2017-04-24
1
-0
/
+2
*
include/openssl: don't include <windows.h> in public headers.
Andy Polyakov
2016-07-08
1
-1
/
+4
*
Copyright consolidation 02/10
Rich Salz
2016-05-17
1
-48
/
+5
*
Fix RSA dasync engine bug
Matt Caswell
2016-05-17
1
-1
/
+1
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-2
/
+2
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-2
/
+2
*
Make the RSA_METHOD structure opaque
Richard Levitte
2016-04-06
1
-25
/
+28
*
Use correct function ID in error path
Alessandro Ghedini
2016-03-09
1
-1
/
+1
*
Refactor dasync cipher implementations to improve code reuse
Matt Caswell
2016-03-07
1
-144
/
+97
*
Move the _hidden_* static variables in dasync to be constructed in bind
Matt Caswell
2016-03-07
1
-61
/
+83
*
Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data
Matt Caswell
2016-03-07
1
-8
/
+8
*
Add dummy pipeline support for aes128_cbc_hmac_sha1
Matt Caswell
2016-03-07
1
-7
/
+215
*
Update the dasync engine to add a pipeline cipher
Matt Caswell
2016-03-07
1
-0
/
+190
*
GH804: Fix unused-result warnings in dasync
Alessandro Ghedini
2016-03-07
1
-2
/
+4
*
Refactor the async wait fd logic
Matt Caswell
2016-02-29
1
-3
/
+74
*
Auto init/deinit libcrypto
Matt Caswell
2016-02-09
1
-2
/
+3
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Adapt all engines that add new EVP_MDs
Richard Levitte
2015-12-07
1
-19
/
+46
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-1
/
+1
*
Remove legacy sign/verify from EVP_MD.
Dr. Stephen Henson
2015-12-02
1
-2
/
+1
*
Update dasync to use size_t for the sha1 update
Kurt Roeckx
2015-11-22
1
-2
/
+2
*
Rename some daysnc functions for consistency
Matt Caswell
2015-11-21
1
-11
/
+11
*
Initial Async notify code changes
Matt Caswell
2015-11-21
1
-11
/
+28
*
Add the Dummy Async engine (dasync)
Matt Caswell
2015-11-21
1
-0
/
+317