index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn() into one
Richard Levitte
2022-01-20
1
-52
/
+34
*
Clarify flags argument of X509_check_ip
Tobias Nießen
2022-01-20
1
-1
/
+2
*
s_server: correctly handle 2^14 byte long records
Hubert Kario
2022-01-20
1
-5
/
+9
*
Simpler square-root computation for Ed25519
James Muir
2022-01-20
1
-9
/
+4
*
Fix sm3ss1 translation issue in sm3-armv8.pl
fangming.fang
2022-01-20
1
-8
/
+7
*
ssl: better support TSAN operations
Pauli
2022-01-19
6
-27
/
+93
*
test: add cipher context dup test
Pauli
2022-01-19
1
-2
/
+9
*
test: add digest context dup tests
Pauli
2022-01-19
2
-12
/
+41
*
doc: document digest and cipher dup functions
Pauli
2022-01-19
2
-2
/
+35
*
Add context dup functions for digests and ciphers
Pauli
2022-01-19
4
-0
/
+26
*
fix indentation
Pauli
2022-01-19
2
-5
/
+5
*
SM4 optimization for ARM by HW instruction
Daniel Hu
2022-01-18
10
-60
/
+945
*
dh_exch.c: Correct gettable parameters for DH key exchange
Tomas Mraz
2022-01-18
1
-1
/
+1
*
e_dasync: remove empty statement
Pauli
2022-01-18
1
-1
/
+0
*
demo: remove end of line whitespace
Pauli
2022-01-18
1
-1
/
+1
*
speed: rework if condition to avoid empty statement
Pauli
2022-01-18
1
-3
/
+1
*
replace ;; with ; as statement separator
Pauli
2022-01-18
3
-3
/
+3
*
apps/ca: replace ;; with ; as statement separator
Pauli
2022-01-18
1
-1
/
+1
*
ssl: replace ;; with ; as statement separator
Pauli
2022-01-18
3
-3
/
+3
*
Fix mistake in ERR_peek_error_all documentation.
Kevin Jones
2022-01-18
1
-1
/
+1
*
bn_ppc.c: Fix build failure on AIX with XLC/XLCLANG
Tomas Mraz
2022-01-17
1
-1
/
+1
*
dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nid
Tomas Mraz
2022-01-17
1
-0
/
+28
*
Do not call ossl_ffc_name_to_dh_named_group with NULL argument
Tomas Mraz
2022-01-17
2
-0
/
+2
*
Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...
Tomas Mraz
2022-01-17
1
-6
/
+17
*
Fix typo in SSL_CTX_set_dh_auto
EasySec
2022-01-17
1
-1
/
+1
*
ssl/t1_enc: Fix kTLS RX offload path
Dmytro Podgornyi
2022-01-17
1
-1
/
+1
*
property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.
Pauli
2022-01-15
1
-4
/
+46
*
Fix malloc failure handling of X509_ALGOR_set0()
Dr. David von Oheimb
2022-01-14
12
-112
/
+116
*
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
*
Add a comment to indicate ineffective macro
Shreenidhi Shedi
2022-01-14
1
-2
/
+2
*
coverity 1497107: dereference after null check
Pauli
2022-01-14
1
-3
/
+6
*
Cleansing all the temporary data for s390x
Dmitry Belyavskiy
2022-01-13
1
-2
/
+2
*
test_gendhparam: Drop expected error output
Tomas Mraz
2022-01-13
1
-2
/
+10
*
Clear md_data only when necessary
Matt Caswell
2022-01-13
1
-2
/
+3
*
threadstest: use locking for tsan operations if required
Pauli
2022-01-13
1
-2
/
+26
*
drbg: add handling for cases where TSAN isn't available
Pauli
2022-01-13
1
-0
/
+4
*
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
*
tsan: make detecting the need for locking when using tsan easier
Pauli
2022-01-13
1
-1
/
+7
*
threadstest: add write check to lock checking
Pauli
2022-01-13
1
-0
/
+2
*
Avoid using a macro expansion in a macro when statically initialising
Pauli
2022-01-13
1
-3
/
+9
*
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
*
test: check for properly raised errors during param conversion
Pauli
2022-01-12
1
-5
/
+10
[prev]
[next]