Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Vladimír Kotal
|
d808fa0151
return immediately if namemap is NULL
|
1 year ago |
Hugo Landau
|
5317b6ee1f
Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats
|
2 years ago |
Tomas Mraz
|
b00cf0e790
Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()
|
2 years ago |
Tomas Mraz
|
dab5098eac
ossl_namemap_name2_num: Avoid unnecessary OPENSSL_strndup().
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Dmitry Belyavskiy
|
fba140c735
str[n]casecmp => OPENSSL_strncasecmp
|
2 years ago |
Hugo Landau
|
927d0566de
Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
|
2 years ago |
Richard Levitte
|
d5f9166bac
Move e_os.h to include/internal
|
2 years ago |
Pauli
|
d8ed9e4a90
core namemap: use updated tsan lock detection capabilities
|
2 years ago |
Pauli
|
7a85dd46e0
namemap: handle a NULL return when looking for a non-legacy cipher/MD
|
2 years ago |
PW Hu
|
2349d7ba57
Fix the return check of OBJ_obj2txt
|
3 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Matt Caswell
|
a16d21744d
Add the ability for ex_data to have a priority
|
3 years ago |
Richard Levitte
|
c230e938c7
CORE: Rework the pre-population of the namemap
|
3 years ago |
Richard Levitte
|
05aed12f54
CORE: pre-populate the namemap with legacy OIDs too
|
3 years ago |
Richard Levitte
|
01ba6c8e43
CORE: Register all legacy "names" when generating the initial namemap
|
3 years ago |
Shane Lontis
|
285aa80ef1
Add ossl_lhash symbols
|
3 years ago |
Rich Salz
|
cd3f8c1b11
Always check CRYPTO_LOCK_{read,write}_lock
|
3 years ago |
Matt Caswell
|
8020d79b40
Update copyright year
|
3 years ago |
Matt Caswell
|
d84f5515fa
Don't hold a lock when calling a callback in ossl_namemap_doall_names
|
3 years ago |
Dr. Matthias St. Pierre
|
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
4 years ago |
Pauli
|
79410c5f8b
namemap: fix threading issue
|
4 years ago |
Pauli
|
c720fc35f4
namemap: change ossl_namemap_empty() to do what the documentation says.
|
4 years ago |
Richard Levitte
|
f844f9eb44
Rename FIPS_MODE to FIPS_MODULE
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Richard Levitte
|
e4a1d02300
Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods too
|
4 years ago |
Richard Levitte
|
437ad983c6
Move the stored namemap pre-population to namemap construction
|
4 years ago |
Richard Levitte
|
3d83c73536
CORE: ossl_namemap_add_names(): new function to add multiple names
|
5 years ago |
Pauli
|
bd65afdb21
Core: allow NULL argument to stored_namemap_free().
|
5 years ago |