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 EVP_DigestSqueeze() API.
slontis
2023-11-10
2
-3
/
+37
*
internal/common.h: rename macro `(un)likely` to `ossl_(un)likely`
Matthias St. Pierre
2023-11-03
1
-12
/
+12
*
EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on fa...
Dr. David von Oheimb
2023-10-26
2
-4
/
+20
*
Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLEN
Tomas Mraz
2023-10-25
1
-0
/
+9
*
evp: process key length and iv length early if present
Pauli
2023-10-24
1
-0
/
+36
*
rand: fix seeding from a weak entropy source
Matthias St. Pierre
2023-10-24
1
-0
/
+68
*
EVP shake_ctrl(): add missing NULL evp_ctx check
Dr. David von Oheimb
2023-10-17
1
-1
/
+5
*
Restore the meaning of EVP_PKEY_print_private()
Richard Levitte
2023-10-04
1
-1
/
+1
*
Optimize out unneeded up_ref/free of EVP_CIPHER
Tomas Mraz
2023-09-29
1
-1
/
+6
*
Copyright year updates
Matt Caswell
2023-09-28
3
-3
/
+3
*
no-engine: fix signing with legacy app method based keys
Matthias St. Pierre
2023-09-22
1
-2
/
+3
*
Have legacy blake2 EVP structure use base blake2 implementation
Richard Levitte
2023-09-14
1
-4
/
+24
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-09-13
1
-1
/
+1
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
28
-28
/
+28
*
Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()
Ingo Franzki
2023-08-24
1
-0
/
+2
*
ctrl_params_translate: Allow get_rsa_payload_x() also for RSA-PSS
Ingo Franzki
2023-08-24
1
-6
/
+12
*
ctrl_params_translate: Allow RSA controls also for RSA-PSS
Ingo Franzki
2023-08-24
1
-2
/
+2
*
Remove include/internal/decoder.h, as it's superfluous
Richard Levitte
2023-08-15
1
-1
/
+1
*
Don't use C++ reserved word template for function arguments
MscVZoltan
2023-08-10
1
-2
/
+2
*
bio: pass flags on BIO_ctrl to make flush retriable
ihciah
2023-08-04
3
-0
/
+3
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-07-18
1
-1
/
+1
*
Fix int_ctx_new() error when use 1.1.1n sm2 key and ec method engine
lan1120
2023-07-18
1
-0
/
+1
*
Fix RSA OAEP set/get label for legacy engine
ljuzwiuk
2023-07-17
1
-4
/
+7
*
Optimise PKEY decoders
Matt Caswell
2023-07-17
1
-2
/
+8
*
use '__builtin_expect' to improve EVP_EncryptUpdate performance for gcc/clang.
Liu-ErMeng
2023-07-13
1
-12
/
+12
*
Remove unused internal functions
atishkov
2023-07-07
1
-65
/
+0
*
fix memory allocation and reference counting issues
Pauli
2023-07-05
1
-1
/
+4
*
evp: update to structure based atomics
Pauli
2023-07-01
14
-95
/
+62
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
2
-5
/
+3
*
Ignore the fetch error when a legacy algorithm is found
Yuri Penkin
2023-06-01
1
-0
/
+3
*
CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper function
Dr. David von Oheimb
2023-05-30
1
-0
/
+18
*
Don't take a write lock when freeing an EVP_PKEY
Matt Caswell
2023-05-29
2
-8
/
+4
*
Fix incorrect parameter verification in EVP_MD_CTX_get_params
lan1120
2023-05-24
1
-1
/
+1
*
Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEs
Yuan, Shuai
2023-05-15
2
-1
/
+43
*
Fixed TLS1.3 handshake issue for legacy engine API.
Yuan, Shuai
2023-05-11
1
-0
/
+4
*
param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()
Richard Levitte
2023-05-01
1
-0
/
+1
*
param->ctrl translation: Fix fix_ec_paramgen_curve_nid()
Richard Levitte
2023-05-01
1
-1
/
+14
*
pbe: sort stack before using find
Pauli
2023-05-01
1
-0
/
+2
*
Erase temporary buffer in EVP_PKEY_get_bn_param()
Anatolii Lishchynskyi
2023-04-04
1
-1
/
+8
*
Avoid calling into provider with the same iv_len or key_len
Tomas Mraz
2023-04-03
1
-0
/
+8
*
Incorrect null pointer check
afshinpir
2023-03-31
1
-1
/
+1
*
Coverity 1524597: null pointer dereference
Pauli
2023-03-30
1
-7
/
+11
*
`EVP_PKEY_CTX_dup` segmentation fault fix
afshinpir
2023-03-27
1
-8
/
+20
*
translation: EC legacy keys, handle OSSL_PKEY_PARAM_EC_PUB_X,Y requests
Jorge Ramirez-Ortiz
2023-03-27
1
-0
/
+60
*
Add a flag so finalised contexts are not reused
Simo Sorce
2023-03-14
2
-9
/
+74
*
Do not fail if ctx dup does not succeed
Simo Sorce
2023-03-14
3
-20
/
+21
*
Add missing assignment to EVP_get_digestbynid()
ndossche
2023-03-14
1
-1
/
+1
*
Improve the performance of EVP_PKCS82PKEY_ex
Matt Caswell
2023-03-06
1
-1
/
+22
*
Fix cast.
Pauli
2023-03-05
1
-1
/
+1
[next]