index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
engine
/
eng_list.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use getenv for critical functions when run as setuid/setgid
Bernd Edlinger
2018-04-04
1
-1
/
+2
*
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
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-6
/
+1
*
improve comment: use "optimization" for clarity
Josh Soref
2017-06-11
1
-2
/
+2
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-1
/
+1
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-3
/
+15
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-1
/
+1
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-1
/
+1
*
Deprecate ENGINE_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-1
/
+1
*
Move engine library over to using the new thread API
Matt Caswell
2016-03-09
1
-16
/
+20
*
Configure et al: move the installation directory logic to Makefiles
Richard Levitte
2016-02-10
1
-5
/
+0
*
Remove store.
Rich Salz
2016-02-10
1
-1
/
+0
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-2
/
+2
*
fix code indentation issue
FdaSilvaYY
2016-02-03
1
-8
/
+8
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Engine EC_KEY_METHOD functionality.
Dr. Stephen Henson
2015-12-09
1
-1
/
+1
*
remove ECDSA_METHOD from ENGINE
Dr. Stephen Henson
2015-12-09
1
-1
/
+1
*
remove ECDH_METHOD from ENGINE
Dr. Stephen Henson
2015-12-09
1
-1
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-3
/
+3
*
When ENGINE_add finds that id or name is missing, actually return
Richard Levitte
2015-10-08
1
-0
/
+1
*
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
Rich Salz
2015-03-11
1
-3
/
+1
*
Dead code cleanup; remove #if 0 from crypto/engine
Rich Salz
2015-02-02
1
-9
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-324
/
+294
*
Add loaded dynamic ENGINEs to list.
Dr. Stephen Henson
2014-01-28
1
-0
/
+1
*
PR: 1813
Dr. Stephen Henson
2010-03-27
1
-0
/
+1
*
Automatically free up dynamically allocated public key methods when
Dr. Stephen Henson
2006-06-02
1
-0
/
+1
*
avoid infinite recursion if dynamic engine isn't loaded
Nils Larsch
2005-08-06
1
-10
/
+14
*
This fixes the installation target for dynamic engines, which was trying to
Geoff Thorpe
2004-06-01
1
-1
/
+1
*
(oops) Apologies all, that last header-cleanup commit was from the wrong
Geoff Thorpe
2004-04-19
1
-3
/
+0
*
Add STORE support in ENGINE.
Richard Levitte
2003-05-01
1
-0
/
+1
*
- Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in the
Geoff Thorpe
2002-10-16
1
-11
/
+22
*
Step 11c of move of engines: Time to make the changes to support
Richard Levitte
2002-10-11
1
-0
/
+24
*
Add ECDH support.
Bodo Möller
2002-08-09
1
-0
/
+8
*
ECDSA support
Bodo Möller
2002-02-13
1
-0
/
+3
*
Initial ENGINE config module, docs to follow.
Dr. Stephen Henson
2002-01-21
1
-0
/
+3
*
This change adds cipher and digest support into ENGINE using the
Geoff Thorpe
2001-09-25
1
-0
/
+2
*
This change replaces the ENGINE's underlying mechanics with the new
Geoff Thorpe
2001-09-25
1
-397
/
+76
*
Some of the ENGINE file names were changed for 8.3 filename uniqueness
Geoff Thorpe
2001-09-14
1
-2
/
+2
*
Fix a typo in the preprocessor logic in eng_list.c that had left RSA, DSA,
Geoff Thorpe
2001-09-14
1
-2
/
+2
*
make engine file names unique in 8.3
Ulf Möller
2001-09-07
1
-0
/
+699