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: fix evp_keymgmt_util_match so that it actually tries cross export the ot...
manison
2022-01-14
1
-1
/
+1
*
SM3 acceleration with SM3 hardware instruction on aarch64
fangming.fang
2022-01-14
6
-3
/
+335
*
Cleansing all the temporary data for s390x
Dmitry Belyavskiy
2022-01-13
1
-2
/
+2
*
Clear md_data only when necessary
Matt Caswell
2022-01-13
1
-2
/
+3
*
lhash: use lock when TSAN not available for statistics gathering
Pauli
2022-01-13
3
-17
/
+66
*
mem: do not produce usage counts when tsan is unavailable.
Pauli
2022-01-13
1
-4
/
+10
*
object: use updated tsan lock detection capabilities
Pauli
2022-01-13
1
-15
/
+5
*
core namemap: use updated tsan lock detection capabilities
Pauli
2022-01-13
1
-9
/
+6
*
drop unused callback variable
Gerd Hoffmann
2022-01-13
1
-1
/
+0
*
EVP_DigestSignFinal: *siglen should not be read if sigret == NULL
Tomas Mraz
2022-01-12
1
-2
/
+2
*
param dup: add errors to failure returns
Pauli
2022-01-12
1
-3
/
+9
*
param build set: add errors to failure returns
Pauli
2022-01-12
1
-1
/
+3
*
param build: add errors to failure returns
Pauli
2022-01-12
1
-1
/
+3
*
params: add error messages for built in param conversions
Pauli
2022-01-12
1
-50
/
+255
*
err: add additional errors
Pauli
2022-01-12
2
-2
/
+33
*
Fix Decoder, Encoder and Store loader fetching
Matt Caswell
2022-01-12
3
-6
/
+9
*
Statically link the legacy provider to endecode_test
Matt Caswell
2022-01-11
1
-2
/
+2
*
Fix a leak in EVP_DigestInit_ex()
Matt Caswell
2022-01-10
1
-14
/
+17
*
Ensure that MDs created via EVP_MD_meth_new() go down the legacy route
Matt Caswell
2022-01-10
1
-1
/
+2
*
EVP_PKEY_derive_set_peer_ex: Export the peer key to proper keymgmt
Tomas Mraz
2022-01-10
1
-3
/
+21
*
crypto/bio: fix build on UEFI
Gerd Hoffmann
2022-01-09
1
-0
/
+9
*
Don't use __ARMEL__/__ARMEB__ in aarch64 assembly
David Benjamin
2022-01-09
4
-17
/
+18
*
Fix: some patches related to error exiting
Peiwei Hu
2022-01-07
4
-7
/
+11
*
v2i_AUTHORITY_KEYID(): Improve error reporting on parsing config values/options
Dr. David von Oheimb
2022-01-07
3
-11
/
+28
*
asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying code
Dr. David von Oheimb
2022-01-07
5
-46
/
+44
*
OSSL_STORE_open_ex(): Prevent spurious error: unregistered scheme=file
Dr. David von Oheimb
2022-01-07
1
-0
/
+4
*
EVP_PKEY_fromdata(): Do not return newly allocated pkey on failure
Tomas Mraz
2022-01-07
1
-2
/
+8
*
Fix copyright year issues
Bernd Edlinger
2022-01-06
4
-4
/
+4
*
Fix typos
Dimitris Apostolou
2022-01-05
17
-21
/
+21
*
sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2
zhaozg
2022-01-05
2
-2
/
+2
*
fix building failure when using -Wconditional-uninitialized
fangming.fang
2022-01-05
1
-1
/
+1
*
trace.c: Add missing trace category entry
Tomas Mraz
2022-01-05
1
-0
/
+1
*
HTTP client: Work around HTTPS proxy use bug due to callback design flaw
Dr. David von Oheimb
2022-01-04
1
-0
/
+1
*
Use USE_SWAPCONTEXT on IA64.
Sebastian Andrzej Siewior
2022-01-04
1
-1
/
+3
*
Validate the category in OSSL_trace_end()
Matt Caswell
2022-01-04
1
-0
/
+2
*
Update troublesome copyright years of auto-generated files to 2022
Dr. David von Oheimb
2022-01-03
5
-5
/
+5
*
close_console: Always unlock as the lock is always held
Tomas Mraz
2022-01-03
1
-2
/
+4
*
try_pkcs12(): cleanse passphrase so it is not left on the stack
Tomas Mraz
2022-01-03
1
-2
/
+3
*
try_pkcs12(): Correct handling of NUL termination of passphrases
Tomas Mraz
2022-01-03
1
-4
/
+10
*
Compensate for UI method always adding NUL termination
Tomas Mraz
2022-01-03
1
-9
/
+24
*
property: use a stack to efficiently convert index to string
Pauli
2022-01-01
1
-62
/
+52
*
OSSL_CMP_CTX: rename get/set function for trustedStore
Dr. David von Oheimb
2021-12-30
1
-2
/
+2
*
Fix a misuse of NULL check
Weiguo Li
2021-12-29
1
-1
/
+1
*
Add static check in BN_hex2bn
Kan
2021-12-23
1
-0
/
+4
*
namemap: handle a NULL return when looking for a non-legacy cipher/MD
Pauli
2021-12-23
1
-2
/
+4
*
HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback function
Dr. David von Oheimb
2021-12-22
1
-3
/
+9
*
HTTP client: Work around the 'gets' method not being supported by SSL BIOs
Dr. David von Oheimb
2021-12-21
1
-7
/
+16
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
16
-35
/
+37
*
Fix the null pointer dereference
Kan
2021-12-20
1
-1
/
+1
*
cmp_ctx.c: Remove redundancy form the defs of many getters and setters
Dr. David von Oheimb
2021-12-18
1
-288
/
+141
[prev]
[next]