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
*
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