index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
engines
/
e_devcrypto.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove uneeded cast to unsigned int
Rose
2023-12-22
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
/dev/crypto: Suppress warning when open /dev/crypto fails with ENXIO.
Taylor R Campbell
2023-03-31
1
-1
/
+1
*
Cleanup : directly include of `internal/nelem.h` when required.
FdaSilvaYY
2022-11-23
1
-0
/
+1
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-4
/
+4
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-14
/
+14
*
Use "" for include crypto/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
Fix build of /dev/crypto engine with no-dynamic-engine option
UndefBehavior
2021-03-01
1
-1
/
+0
*
Close /dev/crypto file descriptor after CRIOGET ioctl().
John Baldwin
2021-01-11
1
-0
/
+2
*
Update copyright year
Matt Caswell
2021-01-07
1
-1
/
+1
*
Support session information on FreeBSD.
John Baldwin
2021-01-06
1
-12
/
+60
*
Use CRIOGET to fetch a crypto descriptor when present.
John Baldwin
2021-01-06
1
-1
/
+13
*
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-20
1
-2
/
+0
*
Don't clear the whole error stack when loading engines
Matt Caswell
2020-11-06
1
-1
/
+12
*
engines: fixed to work with EVP_*_meth calls deprecated
Pauli
2020-07-22
1
-1
/
+1
*
Update copyright year
Richard Levitte
2020-07-16
1
-1
/
+1
*
deprecate engines
Pauli
2020-07-16
1
-0
/
+3
*
Replace FUNCerr with ERR_raise_data
Rich Salz
2019-08-02
1
-8
/
+8
*
Deprecate SYSerr, add new FUNCerr macro
Rich Salz
2019-07-22
1
-8
/
+8
*
Add ERR_put_func_error, and use it.
Rich Salz
2019-07-22
1
-8
/
+8
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
Fix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev-linux
Retropotenza
2019-05-31
1
-1
/
+1
*
Fix strict-warnings build on FreeBSD
Benjamin Kaduk
2019-03-19
1
-1
/
+1
*
engines/e_devcrypto: set digest input_blocksize
Eneas U de Queiroz
2019-02-22
1
-8
/
+10
*
engines/e_devcrypto: fixes logic in close_devcrypto
Eneas U de Queiroz
2019-02-22
1
-1
/
+4
*
engines/e_devcrypto.c: fix cipher_ctrl function
Eneas U de Queiroz
2019-02-22
1
-26
/
+32
*
Macro typo fix not propagated
Pauli
2019-02-13
1
-1
/
+1
*
eng_devcrypto.c: close open session on init
Eneas U de Queiroz
2019-02-12
1
-6
/
+20
*
e_devcrypto: make the /dev/crypto engine dynamic
Eneas U de Queiroz
2019-02-12
1
-0
/
+1284