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
*
providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAX
Richard Levitte
2022-06-20
1
-0
/
+1
*
providers/implementations/exchange/kdf_exch.c: Fix kdf_derive()
Richard Levitte
2022-06-15
1
-2
/
+21
*
Fix the export routines to not return success if param alloc failed
Matt Caswell
2022-06-15
4
-10
/
+14
*
sm2_dupctx: Avoid potential use after free of the md
Tomas Mraz
2022-06-10
1
-0
/
+2
*
Fix a use after free in error handling of hmac_dup
Bernd Edlinger
2022-06-10
1
-0
/
+1
*
providers: cipher: aes: add riscv64 zkn support
Hongren (Zenithal) Zheng
2022-06-10
8
-4
/
+192
*
Don't report success from ec_export if OSSL_PARAM_BLD_to_param failed
Matt Caswell
2022-06-08
1
-0
/
+2
*
Check return value of ossl_parse_property()
Tomas Mraz
2022-06-06
1
-1
/
+1
*
Add VERSIONINFO resource to legacy provider if it is not builtin
slontis
2022-06-02
1
-0
/
+7
*
Add Windows VERSIONINFO resource to fips provider dll.
slontis
2022-06-02
1
-0
/
+6
*
Fix the incorrect checks of EVP_CIPHER_CTX_set_key_length
Peiwei Hu
2022-05-27
1
-1
/
+3
*
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-24
2
-6
/
+6
*
Fix regression in default key length for Blowfish CFB and OFB ciphers
Tomas Mraz
2022-05-23
3
-6
/
+6
*
strcasecmp: implement strcasecmp and strncasecmp
Pauli
2022-05-23
1
-3
/
+0
*
Avoid code duplication for locale initialization
Tomas Mraz
2022-05-13
1
-46
/
+3
*
Fix build on OPENSSL_SYS_TANDEM and older POSIXes
Tomas Mraz
2022-05-13
1
-12
/
+22
*
Make IV/buf in prov_cipher_ctx_st aligned
Hongren (Zenithal) Zheng
2022-05-11
1
-6
/
+7
*
Remove duplicated #include headers
JHH20
2022-05-04
5
-6
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
69
-69
/
+69
*
Fix the RC4-MD5 cipher
Matt Caswell
2022-05-03
1
-1
/
+1
*
poly1305: Properly copy the whole context on dup
Tomas Mraz
2022-04-29
1
-2
/
+3
*
Prefer GNU library initialization mechanism over platform one
Jon Spillett
2022-04-27
1
-6
/
+7
*
siphash: Properly set mac size in sipcopy
Tomas Mraz
2022-04-27
1
-4
/
+6
*
FIPS provider modifications
Dmitry Belyavskiy
2022-04-22
1
-0
/
+37
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
13
-25
/
+17
*
Avoid undefined behavior of provided macs on EVP_MAC reinitialization
Tomas Mraz
2022-04-19
5
-33
/
+39
*
fix some typos
cuishuang
2022-04-19
1
-1
/
+1
*
SM4 optimization for ARM by ASIMD
Daniel Hu
2022-04-12
2
-0
/
+31
*
ec_export: Other parameters are exportable with domain parameters
Tomas Mraz
2022-04-11
1
-3
/
+0
*
sm2: Allow setting 0 length SM2 dist ID param
Tomas Mraz
2022-04-11
1
-2
/
+3
*
kdf: avoid NULL dereference on malloc failure in sshkdf
Pauli
2022-04-11
1
-1
/
+2
*
Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
Hugo Landau
2022-04-01
3
-39
/
+16
*
Fix bug in scrypt KDF provider dup method
Hugo Landau
2022-03-14
1
-3
/
+8
*
DH: Make padding always on when X9.42 KDF is used
Tomas Mraz
2022-03-14
1
-5
/
+6
*
Further acceleration for SM4-GCM on ARM
Daniel Hu
2022-03-06
1
-1
/
+24
*
Add define guards to avoid multi-inclusion
Weiguo Li
2022-02-16
4
-52
/
+76
*
dh_exch.c: Add check for OPENSSL_strdup
Jiasheng Jiang
2022-02-14
1
-4
/
+16
*
AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
Andrey Matyukov
2022-02-10
2
-2
/
+216
*
Fixed counter overflow
Danny Tsen
2022-02-07
1
-1
/
+81
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
17
-17
/
+17
*
Fix copyrights
Todd Short
2022-02-03
9
-0
/
+64
*
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
slontis
2022-02-03
4
-25
/
+56
*
indentation fix
Pauli
2022-02-01
1
-1
/
+1
*
tls1 prf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+27
*
pkcs12 kdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+25
*
k942 kdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+37
*
ss KDF: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+32
*
ssh kdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+26
*
scrypt: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+35
*
pvk kdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+22
[next]