index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
engines
/
e_afalg.c
Age
Commit message (
Expand
)
Author
2021-10-06
Fix a memory leak in the afalg engine
Bernd Edlinger
2021-07-01
afalg: add some memory initialisation calls to pacify memory sanitisation.
Pauli
2021-06-08
afalg: fix coverity 1485661 improper use of negative value
Pauli
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-04-18
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-03-11
Update copyright year
Matt Caswell
2021-03-09
Fixup support for io_pgetevents_time64 syscall
Alistair Francis
2020-11-06
Don't clear the whole error stack when loading engines
Matt Caswell
2020-10-29
afalg: add a NULL pointer check
Pauli
2020-07-22
engines: fixed to work with EVP_*_meth calls deprecated
Pauli
2020-07-16
deprecate engines
Pauli
2020-04-23
Update copyright year
Matt Caswell
2020-02-06
Fix misspelling errors and typos reported by codespell
Dr. Matthias St. Pierre
2019-09-18
Add support for io_pgetevents_time64 syscall
Alistair Francis
2019-07-30
Use OPENSSL_strlcpy instead of strncpy in e_afalg.c
Bernd Edlinger
2019-03-29
Ensure that the struct msghdr is properly zeroed.
Pauli
2018-12-06
Following the license change, modify the boilerplates in engines/
Richard Levitte
2018-06-23
Replace accidentally used C99 macro __func__ with __FILE__/__LINE__
Bernd Edlinger
2018-02-13
Update copyright year
Matt Caswell
2018-02-07
Make all private functions in e_afalg.c static
Richard Levitte
2017-12-08
putting the missing static
JitendraLulla
2017-12-08
make get_cipher_handle static
JitendraLulla
2017-12-08
fix --strict-warnings
JitendraLulla
2017-12-08
extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. c...
JitendraLulla
2017-11-11
Many spelling fixes/typo's corrected.
Josh Soref
2017-10-31
afalg: Fix kernel version check
Baptiste Jonglez
2017-10-31
afalg: Use eventfd2 syscall instead of eventfd
Baptiste Jonglez
2017-06-07
make error tables const and separate header file
Rich Salz
2017-05-19
Move engines/afalg to engines
Rich Salz