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 CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_co...
wangcheng
10 days
1
-15
/
+32
*
Bugfixes for params to legacy control translations for EC parameters
Vladimirs Ambrosovs
2024-11-07
1
-1
/
+11
*
Exclude EVP_DigestSign and EVP_DigestVerify related APIs from the FIPS
slontis
2024-10-04
3
-62
/
+4
*
Don't restrict what EVP_PKEY_Q_keygen can be used for
Matt Caswell
2024-09-17
1
-8
/
+1
*
EVP_get_default_properties - implementation
Dmitry Belyavskiy
2024-09-16
1
-0
/
+5
*
Copyright year updates
Tomas Mraz
2024-09-05
11
-11
/
+11
*
EVP_CIPHER_CTX_get_algor_params() may attempt to access params array
Alexandr Nedvedicky
2024-09-03
1
-1
/
+3
*
Improve base64 BIO correctness and error reporting
Viktor Dukhovni
2024-08-30
2
-64
/
+64
*
Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functions
Richard Levitte
2024-08-29
1
-19
/
+2
*
EVP_MD_size() updates
slontis
2024-08-29
3
-4
/
+8
*
XOF / EVP_MD_size() changes.
slontis
2024-08-29
2
-13
/
+40
*
fix coding style
Richard Levitte
2024-08-27
1
-73
/
+73
*
feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...
Richard Levitte
2024-08-27
1
-0
/
+116
*
feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...
Richard Levitte
2024-08-27
2
-44
/
+142
*
Implement functionality for direct use of composite signature algorithms
Richard Levitte
2024-08-21
3
-147
/
+518
*
Add FIPS self test updates
slontis
2024-08-20
1
-5
/
+20
*
Add EDDSA FIPS self tests.
slontis
2024-08-14
2
-9
/
+44
*
Implementation of the RFC 9579, PBMAC1 in PKCS#12
Dmitry Belyavskiy
2024-08-07
1
-0
/
+54
*
Add KeyManagement keygen parameter getter/gettable functions.
slontis
2024-08-06
3
-0
/
+48
*
evp_get_digest/cipherbyname_ex(): Try to fetch if not found
Tomas Mraz
2024-07-31
1
-4
/
+30
*
open brace '{' following struct go on the same line
Dimitri Papadopoulos
2024-07-22
1
-2
/
+1
*
that open brace { should be on the previous line
Dimitri Papadopoulos
2024-07-22
2
-5
/
+5
*
EVP_DigestUpdate(): Check if ctx->update is set
sashan
2024-07-11
1
-1
/
+1
*
evp_pkey_ctx_setget_params_to_ctrl(): Always properly set ctx.action_type
Tomas Mraz
2024-06-26
1
-2
/
+1
*
Fix regression of EVP_PKEY_CTX_add1_hkdf_info() with older providers
Tomas Mraz
2024-06-21
1
-2
/
+9
*
Remove the dead store in EVP_DecryptFinal_ex
CoolThi
2024-05-30
1
-2
/
+1
*
EVP_CIPHER_CTX_get_key_length(): Add null check of ctx->cipher
Max Ammann
2024-05-24
1
-0
/
+3
*
Intentionally break EVP_DigestFinal for SHAKE128 and SHAKE256
Tomas Mraz
2024-05-15
1
-0
/
+2
*
Handle empty param in EVP_PKEY_CTX_add1_hkdf_info
trinity-1686a
2024-04-17
1
-0
/
+2
*
Fix EVP_PKEY_CTX_add1_hkdf_info() behavior
Todd Short
2024-04-09
1
-1
/
+64
*
Copyright year updates
Richard Levitte
2024-04-09
11
-11
/
+11
*
Fix unbounded memory growth when using no-cached-fetch
Matt Caswell
2024-03-15
2
-2
/
+15
*
Fix new typos found by codespell
Dimitri Papadopoulos
2024-02-14
1
-1
/
+1
*
Fix error reporting in EVP_PKEY_{sign,verify,verify_recover}
Richard Levitte
2024-01-31
1
-8
/
+23
*
Add appropriate NULL checks in EVP_CIPHER api
Neil Horman
2024-01-25
3
-9
/
+31
*
Move discovery of the legacy alg type into the keymgmt
Matt Caswell
2024-01-15
3
-19
/
+32
*
Fix partial block encryption in cfb and ofb for s390x (legacy)
Holger Dengler
2024-01-12
1
-10
/
+4
*
evp_fetch.c: Check meth_id instead of name_id
sashan
2024-01-11
1
-1
/
+1
*
gate calling of evp_method_id on having a non-zero name id
Neil Horman
2024-01-01
1
-4
/
+17
*
Fix new typos found by codespell
Dimitri Papadopoulos
2023-12-29
1
-1
/
+1
*
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
[next]