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
*
Optimize AES-GCM for uarchs with unroll and new instructions
XiaokangQian
2022-01-25
1
-6
/
+30
*
AES-GCM performance optimzation with stitched method for p9+ ppc64le
Danny Tsen
2022-01-24
2
-0
/
+41
*
LEGACY PROV: Reimplement the ERR building blocks in upcall terms
Richard Levitte
2022-01-21
1
-0
/
+102
*
fix indentation
Pauli
2022-01-19
2
-5
/
+5
*
SM4 optimization for ARM by HW instruction
Daniel Hu
2022-01-18
3
-9
/
+69
*
dh_exch.c: Correct gettable parameters for DH key exchange
Tomas Mraz
2022-01-18
1
-1
/
+1
*
replace ;; with ; as statement separator
Pauli
2022-01-18
1
-1
/
+1
*
Do not call ossl_ffc_name_to_dh_named_group with NULL argument
Tomas Mraz
2022-01-17
1
-0
/
+1
*
drbg: add handling for cases where TSAN isn't available
Pauli
2022-01-13
1
-0
/
+4
*
Avoid using a macro expansion in a macro when statically initialising
Pauli
2022-01-13
1
-3
/
+9
*
providers/implementations/keymgmt/rsa_kmgmt.c: refactor gen_init
Peiwei Hu
2022-01-07
1
-7
/
+12
*
OSSL_STORE: Prevent spurious error during loading private keys
Dr. David von Oheimb
2022-01-06
1
-5
/
+18
*
Fix typos
Dimitris Apostolou
2022-01-05
5
-7
/
+7
*
check the return value of OSSL_PARAM_BLD_new in dsa_kmgmt.c:195
x2018
2022-01-05
1
-2
/
+6
*
check the return value of EVP_MD_fetch in ecdh_exch.c:285 & dh_exch.c:347
x2018
2022-01-04
2
-4
/
+6
*
Check the return value of ossl_bio_new_from_core_bio()
x2018
2022-01-03
7
-8
/
+33
*
Fix deref after null
ABautkin
2021-12-20
1
-1
/
+1
*
Add support for RNDRRS Provider
Orr Toledano
2021-12-16
2
-1
/
+73
*
Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fix
Richard Levitte
2021-12-13
5
-41
/
+126
*
rename MIN() macro
Gerd Hoffmann
2021-12-08
1
-2
/
+2
*
key_to_type_specific_pem_bio_cb: Use passphrase callback from the arguments
Tomas Mraz
2021-12-06
1
-1
/
+1
*
PVK decoder: prompt for PVK passphrase and not PEM
Tomas Mraz
2021-12-06
1
-1
/
+1
*
Fix pvk encoder to properly query for the passphrase
Tomas Mraz
2021-12-06
1
-5
/
+7
*
pvkkdf: Always reset buflen after clearing the buffer
Tomas Mraz
2021-12-01
1
-1
/
+3
*
various kdfs: Always reset buflen after clearing the buffer
Tomas Mraz
2021-11-30
6
-4
/
+14
*
Support different R_BITS lengths for KBKDF
Patrick Uiterwijk
2021-11-24
1
-3
/
+27
*
rsa_signverify_init: Set the PARAMS after key is set
Tomas Mraz
2021-11-23
1
-6
/
+10
*
Fix the return check of OBJ_obj2txt
PW Hu
2021-11-22
1
-1
/
+1
*
Move more general parts of internal/cryptlib.h to new internal/common.h
Dr. David von Oheimb
2021-11-17
1
-1
/
+0
*
Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...
Dr. David von Oheimb
2021-11-17
1
-10
/
+11
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
1
-6
/
+4
*
Add null digest implementation to the default provider
Tomas Mraz
2021-11-15
5
-10
/
+70
*
providers: Allow possible reinitialization in all signature algorithms
Tomas Mraz
2021-11-12
6
-50
/
+108
*
do_sigver_init: Allow reinitialization of an existing operation.
Tomas Mraz
2021-11-12
1
-5
/
+8
*
Fix DER encoder implementations for output structures "EC" and "SM2"
Richard Levitte
2021-11-09
1
-5
/
+5
*
Address Coverity 1493362 resource leak
Pauli
2021-11-07
1
-0
/
+1
*
fix some code with obvious wrong coding style
x2018
2021-10-28
16
-20
/
+20
*
Don't crash encoding a public key with no public key value
Matt Caswell
2021-10-27
1
-0
/
+4
*
test-rand: return failure on not enough data, allow parent
Pauli
2021-10-26
1
-11
/
+3
*
Fix a bug in signature self tests in the FIPS module
Matt Caswell
2021-10-22
1
-1
/
+1
*
Fix SSKDF to not claim a buffer size that is too small for the MAC
Matt Caswell
2021-10-22
1
-2
/
+2
*
Update provider_util.c to correctly handle ENGINE references
Matt Caswell
2021-10-19
1
-1
/
+30
*
Raise error when invalid digest used with SM2
Tomas Mraz
2021-10-15
1
-2
/
+6
*
providers: Add SM4 GCM implementation
Tianjia Zhang
2021-09-28
10
-1
/
+216
*
kdf: Add PVK KDF to providers.
Pauli
2021-09-28
5
-0
/
+233
*
Add default provider support for Keccak 224, 256, 384 and 512
Ulrich Müller
2021-09-23
4
-0
/
+34
*
rand: don't free an mis-set pointer on error
Pauli
2021-09-22
1
-2
/
+2
*
Avoid double-free on unsuccessful getting PRNG seeding
Dmitry Belyavskiy
2021-09-21
1
-2
/
+3
*
providers: Do not use global EVP_CIPHERs and EVP_MDs
Tomas Mraz
2021-09-15
1
-4
/
+17
*
Update copyright year
Richard Levitte
2021-09-07
1
-1
/
+1
[next]