index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
pmeth_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
no-engine: fix signing with legacy app method based keys
Matthias St. Pierre
2023-09-22
1
-2
/
+3
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Remove unused internal functions
atishkov
2023-07-07
1
-65
/
+0
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
1
-3
/
+1
*
`EVP_PKEY_CTX_dup` segmentation fault fix
afshinpir
2023-03-27
1
-8
/
+20
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-16
/
+6
*
int_ctx_new(): Revert extra OPENSSL_init_crypto() call
Tomas Mraz
2022-05-13
1
-2
/
+1
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Ensure we initialized the locale before evp_pkey_name2type
Dmitry Belyavskiy
2022-04-29
1
-1
/
+2
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-4
/
+4
*
EVP: Reverse the fetch logic in all pkey using functionality
Richard Levitte
2021-10-27
1
-1
/
+14
*
Fix double free in EVP_PKEY_CTX_dup()
slontis
2021-09-03
1
-0
/
+4
*
Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcs
Matt Caswell
2021-07-27
1
-3
/
+3
*
EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()
Richard Levitte
2021-07-26
1
-1
/
+23
*
Fix potential problems with EVP_PKEY_CTX_new() with engine set
Tomas Mraz
2021-07-23
1
-9
/
+14
*
Fix custom EVP_PKEY_METHOD implementations where no engine is present
Matt Caswell
2021-07-22
1
-23
/
+20
*
fips module header inclusion fine-tunning
Tomas Mraz
2021-07-06
1
-3
/
+6
*
evp: remove TODOs
Pauli
2021-06-02
1
-2
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-12
/
+12
*
Rename the field 'provctx and data' to 'algctx' inside some objects containing
Shane Lontis
2021-05-24
1
-61
/
+61
*
todo: remove TODO(3.0) from the sources.
Pauli
2021-05-20
1
-5
/
+0
*
Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.
Dr. David von Oheimb
2021-05-11
1
-3
/
+3
*
Add type_name member to provided methods and use it
Tomas Mraz
2021-04-26
1
-1
/
+1
*
Detect low-level engine and app method based keys
Tomas Mraz
2021-04-19
1
-1
/
+3
*
evp: fix coverity 1470561: resource leak
Pauli
2021-03-20
1
-0
/
+1
*
Cache legacy keys instead of downgrading them
Matt Caswell
2021-03-08
1
-2
/
+1
*
Remove some of the TODO 3.0 in crypto/evp related to legacy support.
Tomas Mraz
2021-03-04
1
-10
/
+12
*
EVP_PKEY_CTX_get/settable_params: pass provider operation context
Tomas Mraz
2021-03-03
1
-10
/
+22
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-97
/
+5
*
Fix external symbols related to dsa keys
Shane Lontis
2021-02-26
1
-1
/
+1
*
Fix external symbols related to dh keys
Shane Lontis
2021-02-26
1
-2
/
+95
*
EVP: Make checks in evp_pkey_ctx_store_cached_data() more restricted
Richard Levitte
2021-02-23
1
-6
/
+16
*
EVP: Adapt the EVP_PKEY_CTX ctrl functions
Richard Levitte
2021-02-23
1
-321
/
+2
*
EVP: Adapt diverse OSSL_PARAM setters and getters
Richard Levitte
2021-02-23
1
-42
/
+60
*
EVP: Make evp_pkey_ctx_{set,get}_params_strict() legacy aware
Richard Levitte
2021-02-23
1
-14
/
+30
*
EVP: Make evp_pkey_ctx_state() available to all of EVP
Richard Levitte
2021-02-23
1
-24
/
+19
*
EVP: Implement EVP_PKEY_CTX_is_a()
Richard Levitte
2021-02-23
1
-0
/
+9
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
EVP: Fix evp_pkey_ctx_store_cached_data() to handle provider backed EVP_PKEY_CTX
Richard Levitte
2021-02-03
1
-2
/
+27
*
EVP: Don't find standard EVP_PKEY_METHODs automatically
Richard Levitte
2021-02-03
1
-10
/
+21
*
EVP: fix keygen for EVP_PKEY_RSA_PSS
Daniel Bevenius
2021-01-28
1
-0
/
+8
*
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-20
1
-4
/
+0
*
EVP: Fix memory leak in EVP_PKEY_CTX_dup()
Richard Levitte
2020-12-17
1
-29
/
+17
*
Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_EC
Richard Levitte
2020-12-16
1
-4
/
+0
*
EVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
2020-12-16
1
-4
/
+0
*
EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
2020-12-16
1
-29
/
+4
*
Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.
Shane Lontis
2020-12-14
1
-31
/
+42
*
Fix EVP_PKEY_CTX propq so that it uses a copy
Shane Lontis
2020-12-03
1
-3
/
+16
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-17
/
+17
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-4
/
+4
[next]