index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
engine
/
eng_devcrypto.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
e_devcrypto: make the /dev/crypto engine dynamic
Eneas U de Queiroz
2019-02-12
1
-1236
/
+0
*
Do not complain when /dev/crypto does not exist.
Jung-uk Kim
2018-12-23
1
-1
/
+6
*
eng_devcrypto: add command to dump driver info
Eneas U de Queiroz
2018-12-10
1
-24
/
+127
*
eng_devcrypto: add configuration options
Eneas U de Queiroz
2018-12-10
1
-41
/
+353
*
eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOT
Eneas U de Queiroz
2018-12-10
1
-5
/
+12
*
eng_devcrypto: make sure digest can do copy
Eneas U de Queiroz
2018-12-10
1
-8
/
+26
*
eng_devcrypto: fix ctr mode
Eneas U de Queiroz
2018-12-10
1
-23
/
+102
*
eng_devcrypto: add cipher CTX copy function
Eneas U de Queiroz
2018-12-10
1
-0
/
+18
*
eng_devcrypto: close session on cleanup, not final
Eneas U de Queiroz
2018-12-10
1
-4
/
+9
*
eng_devcrypto: fix copy of unitilialized digest
Eneas U de Queiroz
2018-12-10
1
-8
/
+4
*
eng_devcrypto: expand digest failure cases
Eneas U de Queiroz
2018-12-10
1
-0
/
+5
*
eng_devcrypto: don't leak methods tables
Eneas U de Queiroz
2018-12-10
1
-5
/
+5
*
Following the license change, modify the boilerplates in crypto/engine/
Richard Levitte
2018-12-06
1
-1
/
+1
*
crypto/engine/eng_devcrypto.c: ensure we don't leak resources
Richard Levitte
2018-11-02
1
-2
/
+10
*
crypto/engine/eng_devcrypto.c: open /dev/crypto only once
Richard Levitte
2018-11-02
1
-48
/
+18
*
crypto/engine/eng_devcrypto.c: new compilers are strict on prototypes
Richard Levitte
2018-11-02
1
-4
/
+4
*
crypto/engine/eng_devcrypto.c: add digest copy
Richard Levitte
2018-11-02
1
-7
/
+39
*
/dev/crypto engine: give CIOCFSESSION the actual sess-id
Richard Levitte
2018-10-05
1
-4
/
+4
*
/dev/crypto engine: add missing RC4 parameter
Richard Levitte
2018-09-20
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
Correctly check for cryptodev hash support
Conrad Meyer
2018-07-09
1
-5
/
+5
*
Various typo
FdaSilvaYY
2017-11-07
1
-2
/
+2
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-2
/
+1
*
Comment on the lack of documentation for asymmetric ciphers
Richard Levitte
2017-06-28
1
-1
/
+22
*
Adapt for BSD cryptodev.h differences
Richard Levitte
2017-06-28
1
-16
/
+68
*
Add new /dev/crypto engine
Richard Levitte
2017-06-28
1
-0
/
+606