index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
engine
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
24
-24
/
+24
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
1
-1
/
+2
*
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
*
Use secure_getenv(3) when available.
Pauli
2018-09-24
1
-2
/
+1
*
/dev/crypto engine: add missing RC4 parameter
Richard Levitte
2018-09-20
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-09-11
2
-2
/
+2
*
engine/eng_lib.c: remove redundant #ifdef.
Andy Polyakov
2018-08-07
1
-5
/
+1
*
Correctly check for cryptodev hash support
Conrad Meyer
2018-07-09
1
-5
/
+5
*
Remove __cplusplus preamble from internal headers
Nicola Tuveri
2018-06-22
1
-8
/
+0
*
Update copyright year
Matt Caswell
2018-06-20
2
-2
/
+2
*
Convert our own check of OPENSSL_NO_DEPRECATED
Richard Levitte
2018-06-19
1
-1
/
+1
*
ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 method
Richard Levitte
2018-05-31
1
-1
/
+2
*
Update copyright year
Matt Caswell
2018-05-29
8
-8
/
+8
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
8
-8
/
+8
*
Fix memory leaks in CA related functions.
Pavel Kopyl
2018-05-02
1
-2
/
+4
*
Ensure the thread keys are always allocated in the same order
Bernd Edlinger
2018-04-20
1
-1
/
+2
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Don't use getenv for critical functions when run as setuid/setgid
Bernd Edlinger
2018-04-04
1
-1
/
+2
*
Set error code on alloc failures
Rich Salz
2018-04-03
3
-5
/
+13
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Fix issues in ia32 RDRAND asm leading to reduced entropy
Bryan Donlan
2018-03-08
1
-18
/
+5
*
Fix a possible memory leak in engine_table_register
Bernd Edlinger
2018-03-03
1
-0
/
+5
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Revert the crypto "global lock" implementation
Benjamin Kaduk
2018-01-31
1
-1
/
+1
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0
Patrick Steuer
2018-01-08
1
-1
/
+1
*
Update eng_fat.c
MerQGh
2017-12-04
1
-0
/
+1
*
A missing semicolon prevents compilation with ENGINE_REF_COUNT_DEBUG enabled.
Pauli
2017-11-28
1
-1
/
+1
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-12
1
-3
/
+3
*
Various typo
FdaSilvaYY
2017-11-07
1
-2
/
+2
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-2
/
+2
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-1
/
+1
*
Add CRYPTO_thread_glock_new
Rich Salz
2017-09-01
1
-1
/
+1
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
4
-5
/
+4
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
3
-2
/
+5
[next]