index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exclude X25519 and X448 from capabilities advertised by FIPS provider
Dimitri John Ledkov
2024-04-19
1
-2
/
+0
*
Make X25519 and X448 FIPS unapproved
Tomas Mraz
2024-04-19
1
-4
/
+4
*
Fix typos found by codespell
Dimitri Papadopoulos
2024-04-10
1
-1
/
+1
*
signature/dsa_sig.c: Add checks for the EVP_MD_get_size()
Jiasheng Jiang
2024-04-09
1
-2
/
+8
*
signature/ecdsa_sig.c: Add checks for the EVP_MD_get_size()
Jiasheng Jiang
2024-04-09
1
-2
/
+9
*
Fix EVP_PKEY_CTX_add1_hkdf_info() behavior
Todd Short
2024-04-09
2
-0
/
+50
*
Copyright year updates
Matt Caswell
2024-04-09
3
-3
/
+3
*
Copyright year updates
Richard Levitte
2024-04-09
14
-14
/
+14
*
Use RFC 5869 test case for HKDF self-test
pohsingwu
2024-04-02
1
-8
/
+26
*
rands/drbg_hash.c: Add checks for the EVP_MD_get_size()
Jiasheng Jiang
2024-04-02
1
-1
/
+5
*
rands/drbg_hmac.c: Add checks for the EVP_MD_get_size()
Jiasheng Jiang
2024-04-01
1
-1
/
+5
*
macs/kmac_prov.c: Add checks for the EVP_MD_get_size()
Jiasheng Jiang
2024-04-01
1
-1
/
+7
*
signature/rsa_sig.c: Add checks for the EVP_MD_get_size()
Jiasheng Jiang
2024-04-01
1
-2
/
+8
*
kdfs/hmacdrbg_kdf.c: Add checks for the EVP_MD_get_size()
Jiasheng Jiang
2024-04-01
1
-1
/
+5
*
Break the if statement up into 2 if statements
Jiasheng Jiang
2024-03-30
1
-4
/
+6
*
signature/sm2_sig.c: Add the check for the EVP_MD_CTX_get_size()
Jiasheng Jiang
2024-03-30
1
-0
/
+1
*
riscv: Fix remaining asm checks
Jakov Smolić
2024-03-22
4
-8
/
+8
*
Implement KAT for KBKDF with KMAC128
Joachim Vandersmissen
2024-03-13
1
-0
/
+33
*
Implement PCT for EDDSA
pohsingwu
2024-03-01
1
-8
/
+134
*
Fix memory leaks on error cases during drbg initializations
Tomas Mraz
2024-02-09
5
-5
/
+10
*
Add appropriate NULL checks in EVP_CIPHER api
Neil Horman
2024-01-25
1
-0
/
+6
*
Fix the encoding of SM2 keys
Richard Levitte
2024-01-12
1
-1
/
+9
*
Fix partial block encryption in cfb and ofb for s390x
Holger Dengler
2024-01-12
2
-7
/
+4
*
cleanse stack variable in kdf_pbkdf1_do_derive
Neil Horman
2024-01-05
1
-0
/
+1
*
cleanse stack variable in blake2[b|s] finalization
Neil Horman
2024-01-03
2
-2
/
+6
*
validate requested key length in kdf_pbkdf1_do_derive
Neil Horman
2024-01-03
1
-0
/
+5
*
riscv: Fix mispelling of extension test macro
Grant Nichol
2024-01-02
1
-1
/
+1
*
Add missing settable entry OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS for RSA asym
slontis
2023-12-29
1
-0
/
+1
*
Fix new typos found by codespell
Dimitri Papadopoulos
2023-12-29
1
-1
/
+1
*
Ignore OSSL_MAC_PARAM_DIGEST_NOINIT/OSSL_MAC_PARAM_DIGEST_ONESHOT
Neil Horman
2023-12-26
1
-27
/
+0
*
Avoid setting gen_type to -1 in dsa_gen_set_params
Neil Horman
2023-12-14
2
-2
/
+29
*
Avoid setting gen_type to -1 in dh_gen_common_set_params
Neil Horman
2023-12-14
1
-1
/
+13
*
Fix detection for riscv64/riscv32
Matt Caswell
2023-12-12
1
-2
/
+2
*
evp-cmac: do not seg-fault when getting mac-size before init
James Muir
2023-12-01
1
-1
/
+5
*
Initialize dstctx->mgf1_md to NULL in rsa_dupctx function
lan1120
2023-11-30
1
-0
/
+1
*
Optimize AES-CTR for ARM Neoverse V1 and V2.
fisher.yu
2023-11-29
3
-3
/
+44
*
Fix a possible memory leak in SM2 provider
Huiyue Xu
2023-11-23
1
-0
/
+9
*
Fix BLAKE2s reporting the same EVP_MD_get_size() as BLAKE2b (64)
наб
2023-11-15
1
-1
/
+1
*
Properly limit the variable output size for BLAKE2
Tomas Mraz
2023-11-13
1
-1
/
+1
*
Support EVP_DigestSqueeze() for in the digest provider for s390x.
Holger Dengler
2023-11-10
1
-3
/
+100
*
Fix state handling of keccak_final for s390x.
Holger Dengler
2023-11-10
1
-0
/
+4
*
Fix state handling of shake_final for s390x.
Holger Dengler
2023-11-10
1
-0
/
+4
*
Fix state handling of sha3_final for s390x.
Holger Dengler
2023-11-10
1
-0
/
+4
*
Fix state handling of sha3_absorb for s390x.
Holger Dengler
2023-11-10
1
-0
/
+4
*
Add xof state handing for generic sha3 absorb.
Holger Dengler
2023-11-10
1
-0
/
+4
*
Add EVP_DigestSqueeze() API.
slontis
2023-11-10
1
-22
/
+92
*
Implement BLAKE2s with the same macro as BLAKE2b
наб
2023-11-08
2
-16
/
+11
*
Lift BLAKE2B provider definition into a macro
наб
2023-11-08
2
-169
/
+171
*
update/final: Return error if key is not set
Tomas Mraz
2023-11-03
4
-1
/
+35
*
When changing IV length invalidate previously set IV
Tomas Mraz
2023-11-03
3
-3
/
+14
[next]