index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
engine
/
eng_fat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-20
1
-4
/
+0
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-3
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-1
/
+1
*
Update copyright year
Richard Levitte
2020-07-16
1
-1
/
+1
*
deprecate engines in libcrypto
Pauli
2020-07-16
1
-0
/
+3
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/engine/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update eng_fat.c
MerQGh
2017-12-04
1
-0
/
+1
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-6
/
+1
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-51
/
+7
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Engine EC_KEY_METHOD functionality.
Dr. Stephen Henson
2015-12-09
1
-0
/
+5
*
remove ECDSA_METHOD from ENGINE
Dr. Stephen Henson
2015-12-09
1
-5
/
+0
*
remove ECDH_METHOD from ENGINE
Dr. Stephen Henson
2015-12-09
1
-5
/
+0
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-12
/
+12
*
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
Rich Salz
2015-03-11
1
-6
/
+2
*
Fix segfault with empty fields as last in the config.
Kurt Roeckx
2015-01-24
1
-0
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-89
/
+86
*
new flag to stop ENGINE methods being registered
Dr. Stephen Henson
2011-05-15
1
-1
/
+2
*
Complete EVP_PKEY_ASN1_METHOD ENGINE support.
Dr. Stephen Henson
2006-06-05
1
-1
/
+10
*
Extend default method string to include public key methods.
Dr. Stephen Henson
2006-06-02
1
-0
/
+4
*
Add missing prototype. Extend engine utility to print public key algorithms.
Dr. Stephen Henson
2006-06-01
1
-0
/
+1
*
(oops) Apologies all, that last header-cleanup commit was from the wrong
Geoff Thorpe
2004-04-19
1
-3
/
+0
*
We're getting a clash with C++ because it has a type called 'list'.
Richard Levitte
2003-11-29
1
-3
/
+3
*
Fix a bone-head bug. This warrants a CHANGES entry because it could affect
Geoff Thorpe
2003-03-13
1
-6
/
+6
*
Add ECDH support.
Bodo Möller
2002-08-09
1
-0
/
+23
*
Add missing prototypes.
Lutz Jänicke
2002-06-13
1
-1
/
+1
*
Constification.
Dr. Stephen Henson
2002-01-22
1
-2
/
+2
*
default_algorithms option in ENGINE config.
Dr. Stephen Henson
2002-01-22
1
-0
/
+39
*
This change adds cipher and digest support into ENGINE using the
Geoff Thorpe
2001-09-25
1
-0
/
+6
*
This change replaces the ENGINE's underlying mechanics with the new
Geoff Thorpe
2001-09-25
1
-0
/
+102