Matt Caswell
|
3c2bdd7df9
Update copyright year
|
3 years ago |
Rich Salz
|
cd3f8c1b11
Always check CRYPTO_LOCK_{read,write}_lock
|
3 years ago |
Richard Levitte
|
3a1ee3c199
Drop OPENSSL_NO_RSA everywhere
|
3 years ago |
Richard Levitte
|
a150f8e1fc
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
|
4 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Pauli
|
e4468e6d8d
deprecate engines in libcrypto
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Shane Lontis
|
a5c864ce90
Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() is performed.
|
4 years ago |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 years ago |
Richard Levitte
|
3c120f9165
Following the license change, modify the boilerplates in crypto/engine/
|
6 years ago |
Pauli
|
5c39a55d04
Use secure_getenv(3) when available.
|
6 years ago |
Bernd Edlinger
|
284f4f6b70
Don't use getenv for critical functions when run as setuid/setgid
|
6 years ago |
Richard Levitte
|
48e5119a6b
Copyright update of more files that have changed this year
|
6 years ago |
Patrick Steuer
|
1a49ff5a4f
crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0
|
6 years ago |
Rich Salz
|
aa8f3d76fc
Modify Sun copyright to follow OpenSSL style
|
7 years ago |
Josh Soref
|
6bcb4175e6
improve comment: use "optimization" for clarity
|
7 years ago |
Kurt Roeckx
|
2f545ae45d
Add support for reference counting using C11 atomics
|
8 years ago |
Richard Levitte
|
c2e4e5d248
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
|
8 years ago |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
8 years ago |
Matt Caswell
|
b3599dbb6a
Rename int_*() functions to *_int()
|
8 years ago |
Matt Caswell
|
342c21cd8b
Rename lots of *_intern or *_internal function to int_*
|
8 years ago |
Matt Caswell
|
6d4fb1d59e
Deprecate ENGINE_cleanup() and make it a no-op
|
8 years ago |
Matt Caswell
|
40e068d506
Move engine library over to using the new thread API
|
8 years ago |
Richard Levitte
|
5482dac9f4
Configure et al: move the installation directory logic to Makefiles
|
8 years ago |
Rich Salz
|
7984f082d5
Remove store.
|
8 years ago |
FdaSilvaYY
|
0d4fb84390
GH601: Various spelling fixes.
|
8 years ago |
FdaSilvaYY
|
43d6702de9
fix code indentation issue
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Dr. Stephen Henson
|
7d711cbc33
Engine EC_KEY_METHOD functionality.
|
9 years ago |
Dr. Stephen Henson
|
1eb97c3ecd
remove ECDSA_METHOD from ENGINE
|
9 years ago |