index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
keymgmt
/
mac_legacy_kmgmt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Avoid exporting bogus (empty) data if empty selection is used
Tomas Mraz
2023-08-04
1
-0
/
+3
*
prov(legacy): update to structure based atomics
Pauli
2023-07-01
1
-6
/
+4
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
1
-2
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-10
/
+4
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-1
/
+0
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-1
/
+1
*
Address Coverity 1493362 resource leak
Pauli
2021-11-07
1
-0
/
+1
*
fips module header inclusion fine-tunning
Tomas Mraz
2021-07-06
1
-0
/
+3
*
EVP_PKEY_new_raw_private_key: Allow zero length keys
Tomas Mraz
2021-06-08
1
-1
/
+2
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-2
/
+2
*
Use <> for #include openssl/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
PROV: Add OIDs we know to all provider applicable algorithms
Richard Levitte
2021-04-18
1
-1
/
+1
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+1
*
provider: add params argument to key manager's gen_init call
Pauli
2021-03-11
1
-2
/
+27
*
EVP_PKEY_CTX_get/settable_params: pass provider operation context
Tomas Mraz
2021-03-03
1
-2
/
+4
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Various cleanup of PROV_R_ reason codes
Tomas Mraz
2021-02-11
1
-1
/
+2
*
rename mac_key_* to ossl_mac_key_*
Pauli
2020-11-18
1
-8
/
+8
*
Constify OSSL_FUNC_keymgmt_has()
Nicola Tuveri
2020-10-22
1
-2
/
+2
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-3
/
+3
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-3
/
+3
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
1
-2
/
+2
*
keymgmt: add FIPS error state handling
Pauli
2020-09-12
1
-5
/
+35
*
Include "legacy" in the name of the various MAC bridge functions
Matt Caswell
2020-08-29
1
-3
/
+2
*
Improve code reuse in the provider MAC bridge
Matt Caswell
2020-08-29
1
-50
/
+46
*
Extend the provider MAC bridge for CMAC
Matt Caswell
2020-08-29
1
-8
/
+145
*
Implement key management for the EVP_PKEY MAC to EVP_MAC provider bridge
Matt Caswell
2020-08-29
1
-0
/
+381