index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
EVP: Reverse the fetch logic in all pkey using functionality
Richard Levitte
2021-10-27
7
-159
/
+213
*
EVP: Add evp_keymgmt_fetch_from_prov()
Richard Levitte
2021-10-27
2
-0
/
+14
*
EVP: Add the internal function evp_generic_fetch_from_prov()
Richard Levitte
2021-10-27
2
-1
/
+34
*
CORE: add a provider argument to ossl_method_construct()
Richard Levitte
2021-10-27
6
-14
/
+28
*
add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),
x2018
2021-10-27
6
-2
/
+17
*
X509_PUBKEY_dup: Do not just up-ref the EVP_PKEY
Tomas Mraz
2021-10-25
1
-3
/
+17
*
X509_dup: Avoid duplicating the embedded EVP_PKEY
Tomas Mraz
2021-10-25
1
-17
/
+2
*
OCSP_sendreq_bio: Avoid doublefree of mem BIO
Tomas Mraz
2021-10-25
1
-5
/
+3
*
Permit no/empty digest in core_obj_add_sigid
Michael Baentsch
2021-10-22
2
-4
/
+7
*
Enforce a size check in EVP_MAC_final()
Matt Caswell
2021-10-22
1
-1
/
+7
*
Prevent an overflow if an application supplies a buffer that is too small
Matt Caswell
2021-10-22
3
-6
/
+9
*
Add missing define to enable AES-NI usage on x86 platform
Tomas Mraz
2021-10-21
1
-1
/
+1
*
Ensure pkey_set_type handles ENGINE references correctly
Matt Caswell
2021-10-19
1
-1
/
+7
*
Avoid NULL+X UB in bss_mem.c
jwalch
2021-10-19
1
-2
/
+2
*
Fix lock leak in evp_keymgmt_util_export_to_provider()
Richard Levitte
2021-10-16
1
-0
/
+1
*
Fix another memory leak reported in CIFuzz
Bernd Edlinger
2021-10-14
2
-2
/
+6
*
Fix a memory leak reported in CIFuzz
Bernd Edlinger
2021-10-14
1
-0
/
+1
*
cmp_vfy.c, encoder_lib.c: Fix potential leak of a BIO
Tomas Mraz
2021-10-12
2
-3
/
+8
*
ctrl_params_translate: Fix leak of BN_CTX
Tomas Mraz
2021-10-12
1
-0
/
+3
*
Bugfix: unsafe return check of EVP_PKEY_fromdata
PW Hu
2021-10-11
1
-1
/
+1
*
Bugfix: unsafe return check of EVP_PKEY_fromdata_init
PW Hu
2021-10-11
1
-1
/
+1
*
property: produce error if a name is duplicated
Pauli
2021-10-09
1
-3
/
+17
*
obj: Add SM4 GCM/CCM OID
Tianjia Zhang
2021-10-05
3
-5
/
+19
*
RISC-V support for the SHA256
Mark Fedorov
2021-10-04
1
-7
/
+52
*
aarch64: support BTI and pointer authentication in assembly
Russ Butler
2021-10-01
15
-80
/
+228
*
RISC-V support for the SHA512
marcfedorow
2021-09-30
1
-6
/
+115
*
BIO_ctrl: Avoid spurious error being raised on NULL bio parameter
Tomas Mraz
2021-09-28
1
-12
/
+4
*
Fix return value of BIO_free
Peiwei Hu
2021-09-28
1
-1
/
+1
*
pvk: use PVK KDF
Pauli
2021-09-28
1
-19
/
+26
*
obj: add locking to the OBJ sigid calls
Pauli
2021-09-25
1
-40
/
+117
*
obj: make new NIDs use tsan if possible
Pauli
2021-09-25
1
-14
/
+50
*
obj: make the OBJ_ calls thread safe
Pauli
2021-09-25
1
-153
/
+178
*
Explicitly #include <synchapi.h> is unnecessary
Kelvin Lee
2021-09-23
1
-1
/
+0
*
Add default provider support for Keccak 224, 256, 384 and 512
Ulrich Müller
2021-09-23
1
-0
/
+4
*
Fix the parameter type of gf_serialize
Bernd Edlinger
2021-09-17
2
-2
/
+2
*
Fix nc_email to check ASN1 strings with NULL byte in the middle
Nikita Ivanov
2021-09-13
1
-0
/
+3
*
dh_ameth: Fix dh_cmp_parameters to really compare the params
Tomas Mraz
2021-09-10
1
-1
/
+1
*
crypto/bio/bss_bio.c/bio_write: improve border check
PW Hu
2021-09-07
1
-1
/
+1
*
Update copyright year
Richard Levitte
2021-09-07
3
-3
/
+3
*
DECODER: check the first decoded structure name against user given structure
Richard Levitte
2021-09-05
2
-35
/
+23
*
Fix double free in EVP_PKEY_CTX_dup()
slontis
2021-09-03
1
-0
/
+4
*
Prioritise DANE TLSA issuer certs over peer certs
Viktor Dukhovni
2021-09-03
1
-8
/
+12
*
rand: avoid using the derivation function for the public and private DRBGs
Pauli
2021-09-03
1
-14
/
+18
*
Openssl fails to compile on Debian with kfreebsd kernels
Mattias Ellert
2021-09-02
1
-1
/
+1
*
Ensure that we check the ASN.1 type of an "otherName" before using it
Matt Caswell
2021-08-31
1
-5
/
+12
*
Refactor provider_core.c to adhere to the locking rules
Matt Caswell
2021-08-31
1
-54
/
+102
*
Add commentary about lock usage in provider_core.c
Matt Caswell
2021-08-31
1
-0
/
+83
*
Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass tests
Tomas Mraz
2021-08-31
2
-6
/
+12
*
[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OID
Nicola Tuveri
2021-08-30
2
-1
/
+38
*
Ensure that _GNU_SOURCE is defined for bss_dgram.c
Daniel Krügler
2021-08-29
1
-0
/
+4
[next]