index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider context
Ingo Franzki
2023-02-24
2
-2
/
+33
*
Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrl
zhailiangliang
2023-02-22
1
-2
/
+8
*
Fix error check on default_check() helper function
ndossche
2023-02-08
1
-1
/
+1
*
Fix incomplete checks for EVP_CIPHER_asn1_to_param
Niels Dossche
2023-01-25
2
-2
/
+2
*
Fix BIO_f_cipher() flushing
Matt Caswell
2022-12-22
1
-1
/
+8
*
Refine the documents of several APIs
Peiwei Hu
2022-12-16
1
-2
/
+2
*
rsa: Add option to disable implicit rejection
Hubert Kario
2022-12-12
1
-0
/
+6
*
Add SM2 support for EVP_PKEY_Q_keygen
Jiaxun Yang
2022-11-24
1
-1
/
+2
*
Propagate selection all the way on key export
Simo Sorce
2022-11-15
2
-16
/
+25
*
rand: add set0 calls for the private and public DRBGs
Pauli
2022-11-01
1
-2
/
+2
*
Add translation for ECX group parameter
Juergen Christ
2022-10-13
1
-1
/
+36
*
crypto: Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
3
-5
/
+5
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
29
-133
/
+83
*
Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTX
Matt Caswell
2022-10-03
1
-0
/
+2
*
Fix usage of custom EVP_CIPHER objects
Matt Caswell
2022-10-03
2
-4
/
+7
*
ERR: replace remnant ECerr() and EVPerr() calls in crypto/
Dr. David von Oheimb
2022-09-30
1
-1
/
+1
*
Add HPKE DHKEM provider support for EC, X25519 and X448.
slontis
2022-09-23
2
-20
/
+73
*
EVP_PKEY_eq: regain compatibility with the 3.0.0 FIPS provider
Tomáš Mráz
2022-09-16
1
-3
/
+10
*
Add support for PBE using hmacWithSM3
K1
2022-09-15
1
-0
/
+3
*
evp: Use functions instead of direct structure field references
Tianjia Zhang
2022-08-22
2
-26
/
+33
*
evp: Simplify ARIA aead cipher definition
Tianjia Zhang
2022-08-22
1
-9
/
+9
*
Fix bug in EVP_CIPHER_CTX_get_iv_length()
Pauli
2022-08-03
1
-5
/
+10
*
"Reserve" the method store when constructing methods
Richard Levitte
2022-07-20
1
-0
/
+24
*
evp: make all _is_a functions accept and handle a NULL argument
Pauli
2022-07-17
9
-12
/
+18
*
crypto/evp/bio_b64.c: improve coding style
Dr. David von Oheimb
2022-07-14
1
-47
/
+35
*
Fix memory leak in EVP_PKEY_get1_encoded_public_key.
slontis
2022-07-12
1
-3
/
+8
*
store_result: Add fallback for fetching the keymgmt from the provider of the ...
Tomas Mraz
2022-06-28
1
-3
/
+0
*
Allocate EVP_PBE_CTL with OPENSSL_zalloc.
Daniel Fiala
2022-06-28
1
-1
/
+1
*
Fix a mem leak in evp_pkey_export_to_provider
K1
2022-06-15
1
-2
/
+4
*
Check return of BIO_new() and always free pkey from evp_pkey_copy_downgraded()
Tomas Mraz
2022-06-10
1
-2
/
+5
*
Fix a mem leak in evp_pkey_copy_downgraded()
Matt Caswell
2022-06-08
1
-1
/
+7
*
Fix possible null pointer dereference of evp_pkey_get_legacy()
Zhou Qingyang
2022-06-02
2
-4
/
+12
*
Fix code format: BLOCK_CIPHER_custom
Jiuhai Zhang
2022-06-02
1
-3
/
+3
*
Fix the incorrect checks of EVP_CIPHER_CTX_set_key_length
Peiwei Hu
2022-05-27
1
-1
/
+1
*
Fix the defective check of EVP_PKEY_get_params
Peiwei Hu
2022-05-26
1
-2
/
+2
*
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-24
1
-1
/
+1
*
add support for SHA-3 based PRF to PBES2
Hubert Kario
2022-05-18
1
-0
/
+4
*
Always try locale initialization from OPENSSL_strcasecmp
Tomas Mraz
2022-05-13
1
-2
/
+0
*
int_ctx_new(): Revert extra OPENSSL_init_crypto() call
Tomas Mraz
2022-05-13
1
-2
/
+1
*
evp_md: assert digest is provided for algctx reuse
Benjamin Kaduk
2022-05-09
1
-2
/
+9
*
EVP_PKEY_Q_keygen: Call OPENSSL_init_crypto to init strcasecmp
Tomas Mraz
2022-05-09
1
-0
/
+7
*
Fix Coverity 1201740 & 1201712: uninitialised values
Pauli
2022-05-08
2
-2
/
+4
*
Fix Coverity 1503322, 1503324, 1503328 memory accesses
Pauli
2022-05-06
1
-0
/
+6
*
Fix Coverity 1503325 use after free
Pauli
2022-05-06
1
-0
/
+2
*
Remove the _fetch_by_number functions
Pauli
2022-05-06
3
-64
/
+8
*
Make it possible to remove methods by the provider that provides them
Richard Levitte
2022-05-05
1
-0
/
+10
*
Don't empty the method store when flushing the query cache
Richard Levitte
2022-05-05
1
-3
/
+3
*
Remove duplicated #include headers
JHH20
2022-05-04
2
-2
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
18
-18
/
+18
*
fix_dh_paramgen_type: Avoid crash with invalid paramgen type
Tomas Mraz
2022-05-02
1
-1
/
+5
[prev]
[next]