index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
NOTES-VALGRIND.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-21
ERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_clear_last_mark()
Richard Levitte
3
-56
/
+70
2022-01-21
crypto/bio: drop float formating for UEFI
Gerd Hoffmann
1
-0
/
+20
2022-01-21
Revert "crypto/bio: fix build on UEFI"
Gerd Hoffmann
1
-9
/
+0
2022-01-21
Fix the same BIO_FLAGS macro definition
yangyangtiantianlonglong
2
-1
/
+3
2022-01-20
TEST: Add a test of the new BN_signed set of functions in test/bntest.c
Richard Levitte
1
-0
/
+132
2022-01-20
Add signed bn2bin and bin2bn functions
Richard Levitte
4
-32
/
+150
2022-01-20
[refactor] BIGNUM: Modify bin2bn() to work from least to most significant chunk
Richard Levitte
1
-22
/
+30
2022-01-20
BIGNUM: Add a comment on chunk order in struct bignum_st
Richard Levitte
1
-2
/
+5
2022-01-20
[refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'s
Richard Levitte
1
-9
/
+20
2022-01-20
[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn() into one
Richard Levitte
1
-52
/
+34
2022-01-20
Clarify flags argument of X509_check_ip
Tobias Nießen
1
-1
/
+2
2022-01-20
s_server: correctly handle 2^14 byte long records
Hubert Kario
1
-5
/
+9
2022-01-20
Simpler square-root computation for Ed25519
James Muir
1
-9
/
+4
2022-01-20
Fix sm3ss1 translation issue in sm3-armv8.pl
fangming.fang
1
-8
/
+7
2022-01-19
ssl: better support TSAN operations
Pauli
6
-27
/
+93
2022-01-19
test: add cipher context dup test
Pauli
1
-2
/
+9
2022-01-19
test: add digest context dup tests
Pauli
2
-12
/
+41
2022-01-19
doc: document digest and cipher dup functions
Pauli
2
-2
/
+35
2022-01-19
Add context dup functions for digests and ciphers
Pauli
4
-0
/
+26
2022-01-19
fix indentation
Pauli
2
-5
/
+5
2022-01-18
SM4 optimization for ARM by HW instruction
Daniel Hu
10
-60
/
+945
2022-01-18
dh_exch.c: Correct gettable parameters for DH key exchange
Tomas Mraz
1
-1
/
+1
2022-01-18
e_dasync: remove empty statement
Pauli
1
-1
/
+0
2022-01-18
demo: remove end of line whitespace
Pauli
1
-1
/
+1
2022-01-18
speed: rework if condition to avoid empty statement
Pauli
1
-3
/
+1
2022-01-18
replace ;; with ; as statement separator
Pauli
3
-3
/
+3
2022-01-18
apps/ca: replace ;; with ; as statement separator
Pauli
1
-1
/
+1
2022-01-18
ssl: replace ;; with ; as statement separator
Pauli
3
-3
/
+3
2022-01-18
Fix mistake in ERR_peek_error_all documentation.
Kevin Jones
1
-1
/
+1
2022-01-17
bn_ppc.c: Fix build failure on AIX with XLC/XLCLANG
Tomas Mraz
1
-1
/
+1
2022-01-17
dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nid
Tomas Mraz
1
-0
/
+28
2022-01-17
Do not call ossl_ffc_name_to_dh_named_group with NULL argument
Tomas Mraz
2
-0
/
+2
2022-01-17
Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...
Tomas Mraz
1
-6
/
+17
2022-01-17
Fix typo in SSL_CTX_set_dh_auto
EasySec
1
-1
/
+1
2022-01-17
ssl/t1_enc: Fix kTLS RX offload path
Dmytro Podgornyi
1
-1
/
+1
2022-01-15
property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.
Pauli
1
-4
/
+46
2022-01-14
Fix malloc failure handling of X509_ALGOR_set0()
Dr. David von Oheimb
12
-112
/
+116
2022-01-14
EVP: fix evp_keymgmt_util_match so that it actually tries cross export the ot...
manison
1
-1
/
+1
2022-01-14
SM3 acceleration with SM3 hardware instruction on aarch64
fangming.fang
6
-3
/
+335
2022-01-14
Add a comment to indicate ineffective macro
Shreenidhi Shedi
1
-2
/
+2
2022-01-14
coverity 1497107: dereference after null check
Pauli
1
-3
/
+6
2022-01-13
Cleansing all the temporary data for s390x
Dmitry Belyavskiy
1
-2
/
+2
2022-01-13
test_gendhparam: Drop expected error output
Tomas Mraz
1
-2
/
+10
2022-01-13
Clear md_data only when necessary
Matt Caswell
1
-2
/
+3
2022-01-13
threadstest: use locking for tsan operations if required
Pauli
1
-2
/
+26
2022-01-13
drbg: add handling for cases where TSAN isn't available
Pauli
1
-0
/
+4
2022-01-13
lhash: use lock when TSAN not available for statistics gathering
Pauli
3
-17
/
+66
2022-01-13
mem: do not produce usage counts when tsan is unavailable.
Pauli
1
-4
/
+10
2022-01-13
object: use updated tsan lock detection capabilities
Pauli
1
-15
/
+5
2022-01-13
core namemap: use updated tsan lock detection capabilities
Pauli
1
-9
/
+6
[next]