index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
lhash
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Richard Levitte
2024-04-09
2
-2
/
+2
*
Introduce hash thunking functions to do proper casting
Neil Horman
2024-01-17
2
-11
/
+59
*
All lh_stats functions were deprecated in 3.1
Tomas Mraz
2023-10-03
1
-2
/
+2
*
Copyright year updates
Matt Caswell
2023-09-28
1
-1
/
+1
*
Fix error handling in lhash contract
Bernd Edlinger
2023-09-21
1
-2
/
+2
*
Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branch
Richard Levitte
2022-10-07
1
-2
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-7
/
+1
*
Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats
Hugo Landau
2022-06-22
1
-1
/
+11
*
performance: improve ossl_lh_strcasehash
Pauli
2022-05-21
1
-1
/
+20
*
Update copyright year
Matt Caswell
2022-05-03
3
-3
/
+3
*
Fix bug in OPENSSL_LH_flush
Hugo Landau
2022-04-25
1
-0
/
+2
*
Remove statistics tracking from LHASH
Hugo Landau
2022-03-28
3
-96
/
+15
*
lhash: Avoid 32 bit right shift of a 32 bit value
Tomas Mraz
2022-01-27
1
-2
/
+4
*
lhash: use lock when TSAN not available for statistics gathering
Pauli
2022-01-13
3
-17
/
+66
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Add ossl_lhash symbols
Shane Lontis
2021-03-18
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-1
/
+1
*
Rework how our providers are built
Richard Levitte
2019-10-10
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
3
-2
/
+2
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Fix Typos
Antoine Cœur
2019-07-02
1
-3
/
+3
*
Make some EVP code available from within the FIPS module
Matt Caswell
2019-05-23
1
-0
/
+2
*
OPENSSL_LH_flush(): assign NULL after freeing
Richard Levitte
2019-04-19
1
-0
/
+1
*
Properties for implementation selection.
Pauli
2019-02-18
1
-2
/
+10
*
Following the license change, modify the boilerplates in crypto/lhash/
Richard Levitte
2018-12-06
3
-3
/
+3
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
Make OBJ_NAME case insensitive.
Pauli
2018-09-03
1
-0
/
+23
*
lhash/lhash.c: switch to Thread-Sanitizer-friendly primitives.
Andy Polyakov
2018-08-07
2
-11
/
+15
*
Update copyright year
Matt Caswell
2018-05-01
1
-1
/
+1
*
Fix last(?) batch of malloc-NULL places
Rich Salz
2018-04-26
1
-1
/
+8
*
Remove unused num.pl,segregnam scripts
Rich Salz
2018-02-22
1
-23
/
+0
*
lhash.c: Replace Unicode EN DASH with the ASCII char '-'.
Long Qin
2017-11-11
1
-1
/
+1
*
Don't make any changes to the lhash structure if we are going to fail
Matt Caswell
2017-10-24
1
-22
/
+40
*
Document that lhash isn't thread safe under any circumstances and
Pauli
2017-10-08
3
-55
/
+29
*
coding style: remove extra whitespace charactor
hongliang
2017-07-12
2
-2
/
+2
*
Add a lock around the OBJ_NAME table
Rich Salz
2017-06-07
3
-23
/
+47
*
Remove some commented out code in libcrypto
Matt Caswell
2017-02-28
1
-5
/
+0
*
GH1555: Don't bump size on realloc failure
Rich Salz
2016-09-21
1
-1
/
+1
*
fix code formatting
mrpre
2016-07-01
1
-12
/
+6
*
add return value for expand
mrpre
2016-07-01
1
-6
/
+13
*
Complete the rename of LHASH functions and types
Richard Levitte
2016-05-23
1
-1
/
+1
*
Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
Rich Salz
2016-05-20
3
-100
/
+98
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
2
-108
/
+12
*
Remove --classic build entirely
Richard Levitte
2016-04-20
1
-43
/
+0
*
Copyright consolidation: perl files
Rich Salz
2016-04-20
1
-1
/
+7
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Always build library object files with shared library cflags
Richard Levitte
2016-02-20
1
-1
/
+1
*
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
Richard Levitte
2016-02-18
1
-1
/
+1
[next]