index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
core_namemap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats
Hugo Landau
2022-06-22
1
-1
/
+1
*
Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()
Tomas Mraz
2022-05-21
1
-54
/
+42
*
ossl_namemap_name2_num: Avoid unnecessary OPENSSL_strndup().
Tomas Mraz
2022-05-21
1
-18
/
+37
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-2
/
+1
*
Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
Hugo Landau
2022-04-01
1
-10
/
+4
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
core namemap: use updated tsan lock detection capabilities
Pauli
2022-01-13
1
-9
/
+6
*
namemap: handle a NULL return when looking for a non-legacy cipher/MD
Pauli
2021-12-23
1
-2
/
+4
*
Fix the return check of OBJ_obj2txt
PW Hu
2021-11-22
1
-1
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-2
/
+2
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
1
-0
/
+1
*
CORE: Rework the pre-population of the namemap
Richard Levitte
2021-04-30
1
-40
/
+31
*
CORE: pre-populate the namemap with legacy OIDs too
Richard Levitte
2021-04-18
1
-3
/
+56
*
CORE: Register all legacy "names" when generating the initial namemap
Richard Levitte
2021-04-18
1
-18
/
+18
*
Add ossl_lhash symbols
Shane Lontis
2021-03-18
1
-2
/
+2
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-7
/
+26
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Don't hold a lock when calling a callback in ossl_namemap_doall_names
Matt Caswell
2021-02-24
1
-9
/
+39
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-6
/
+6
*
namemap: fix threading issue
Pauli
2020-07-29
1
-35
/
+52
*
namemap: change ossl_namemap_empty() to do what the documentation says.
Pauli
2020-06-21
1
-6
/
+19
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-4
/
+4
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods too
Richard Levitte
2020-01-17
1
-1
/
+1
*
Move the stored namemap pre-population to namemap construction
Richard Levitte
2020-01-16
1
-32
/
+104
*
CORE: ossl_namemap_add_names(): new function to add multiple names
Richard Levitte
2019-11-29
1
-4
/
+67
*
Core: allow NULL argument to stored_namemap_free().
Pauli
2019-11-21
1
-3
/
+5
*
Replumbing: pre-populate the EVP namemap with commonly known names
Richard Levitte
2019-11-20
1
-0
/
+12
*
Replumbing: make it possible for providers to specify multiple names
Richard Levitte
2019-10-03
1
-6
/
+26
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
In provider implemented methods, save the name number, not the name string
Richard Levitte
2019-09-19
1
-0
/
+26
*
OSSL_NAMEMAP: make names case insensitive
Richard Levitte
2019-06-24
1
-2
/
+4
*
Replumbing: add support for multiple names per algorithm
Richard Levitte
2019-06-24
1
-70
/
+71
*
Create internal number<->name mapping API
Richard Levitte
2019-05-12
1
-0
/
+211