William Robinet
|
0e1ea95acc
|
Add missing Makefile.am
|
2020-10-06 18:28:18 +02:00 |
|
William Robinet
|
79b804bd18
|
Rework https://github.com/adulau/ssldump/pull/26 after build system changes
|
2020-10-06 17:34:58 +02:00 |
|
William Robinet
|
356a0d9cf8
|
Fix for use of deprecated OpenSSL HMAC functions
|
2020-10-06 10:44:32 +02:00 |
|
William Robinet
|
f2da9fa2d5
|
Fix for type casting related warnings
|
2020-10-06 10:38:04 +02:00 |
|
William Robinet
|
11564b1264
|
Add missing function prototype
|
2020-10-06 10:28:16 +02:00 |
|
William Robinet
|
54a0aeecca
|
Fix for "warning: operator << has lower precedence than -"
|
2020-10-06 10:25:50 +02:00 |
|
William Robinet
|
67de5d014d
|
Remove definitions of unused variables
|
2020-10-06 10:20:16 +02:00 |
|
William Robinet
|
97f6623e71
|
Fix for "warning: promoted type int of K&R function parameter is not compatible with the parameter type ..."
|
2020-10-06 10:05:25 +02:00 |
|
William Robinet
|
cbb6ecf373
|
Fix for "warning: using the result of an assignment as a condition without parentheses"
|
2020-10-06 09:26:07 +02:00 |
|
|
c7c4d18efa
|
Merge pull request #37 from wllm-rbnt/fixes
Fixes
|
2020-10-04 20:45:37 +02:00 |
|
William Robinet
|
5b86d1abf3
|
Link README to README.md
|
2020-10-03 13:16:11 +02:00 |
|
William Robinet
|
749258b45c
|
Fix for uninitialized variables and possible overflow
|
2020-10-03 12:42:16 +02:00 |
|
William Robinet
|
c651800ab1
|
Remove unused RCSSTRING variable globally
|
2020-10-03 10:41:05 +02:00 |
|
William Robinet
|
78aec50f9f
|
Reorganize README files
|
2020-10-03 10:32:19 +02:00 |
|
William Robinet
|
e44c8bc4e2
|
Add line return after "certificate_types" in output, see the problem in https://github.com/adulau/ssldump/issues/36#issuecomment-702586335
|
2020-10-03 10:21:17 +02:00 |
|
|
84585e318f
|
chg: [doc] William has a real name
|
2020-09-22 16:41:22 +02:00 |
|
|
af58cf2ea1
|
chg: [credits] updated
|
2020-09-22 16:16:29 +02:00 |
|
|
9f60dd97a4
|
chg: [doc] v1.2 released
|
2020-09-22 16:04:20 +02:00 |
|
|
bd30ff1af3
|
chg: [doc] v1.2 released
|
2020-09-22 15:58:37 +02:00 |
|
|
df9d6f282c
|
Merge pull request #34 from wllm-rbnt/build-sys
Build system updates
|
2020-09-22 15:46:35 +02:00 |
|
|
c3563374d9
|
Merge pull request #35 from mattslot/master
Add renegotiation_info extension
|
2020-09-22 15:44:50 +02:00 |
|
Matt Slot
|
e2f611a18f
|
Add renegotiation_info extension
|
2020-09-09 12:47:53 -04:00 |
|
William Robinet
|
2da2a5a3dc
|
Fix long line in README.md
|
2020-09-04 14:14:49 +02:00 |
|
William Robinet
|
901fa19b2c
|
Update README.md with ./configure examples
|
2020-09-04 14:14:43 +02:00 |
|
William Robinet
|
3518115da9
|
Update README.md with ./configure options
|
2020-09-04 14:14:31 +02:00 |
|
William Robinet
|
eeb45211fe
|
Clean debug functions, remove duplicates
|
2020-09-04 14:13:59 +02:00 |
|
William Robinet
|
dd5593e5b8
|
Define DEBUG when using --enable-debug
|
2020-09-04 12:01:24 +02:00 |
|
William Robinet
|
30b7840ce1
|
Add optional features to ./configure (ASAN, debug, optimization)
|
2020-09-04 12:01:14 +02:00 |
|
William Robinet
|
d50dbc689f
|
Reenable OpenSSL code compilation
|
2020-09-04 12:01:11 +02:00 |
|
William Robinet
|
4f02d24aeb
|
Update .gitignore, rearrange CI workflows variable definition
|
2020-09-04 12:01:07 +02:00 |
|
William Robinet
|
55ca4e1b14
|
Remove -g from default CFLAGS and check for Clang explicitly
|
2020-09-04 12:01:03 +02:00 |
|
William Robinet
|
7d78d10423
|
Remove deprecated define
|
2020-09-04 12:00:53 +02:00 |
|
William Robinet
|
bcf3dddbf0
|
Reorder checks in configure.ac
|
2020-09-04 12:00:49 +02:00 |
|
William Robinet
|
b61c420636
|
Prepare ASAN build
|
2020-09-04 12:00:45 +02:00 |
|
William Robinet
|
ce378dc7dc
|
Force use of GCC in GCC CI
|
2020-09-04 12:00:40 +02:00 |
|
William Robinet
|
49c96df121
|
Add Clang CI
|
2020-09-04 12:00:26 +02:00 |
|
|
28622f065c
|
Merge pull request #33 from wllm-rbnt/oob-reads
Fix multiple segfaults on out-of-bounds read access
|
2020-09-03 23:12:17 +02:00 |
|
William Robinet
|
9de6c8b503
|
Fix multiple segfault by OOB read because of wrong format string specifier
|
2020-09-03 19:09:04 +02:00 |
|
William Robinet
|
55510f8fb1
|
Fix segfault by OOB read on malformed packets (2)
|
2020-09-03 19:07:21 +02:00 |
|
William Robinet
|
cebce341c5
|
Fix segfault by OOB read on malformed packets
|
2020-09-03 19:06:50 +02:00 |
|
|
4a0bbffc92
|
Merge pull request #31 from wllm-rbnt/autoconf2020
Autoconf2020
|
2020-08-29 09:58:46 +02:00 |
|
William Robinet
|
68787acabe
|
Fix deprecation warning from libcap 1.9.1
|
2020-08-28 18:25:24 +02:00 |
|
William Robinet
|
73a2c42ee9
|
Make FreeBSD (12.1) happy
|
2020-08-28 16:42:51 +02:00 |
|
William Robinet
|
2c9f9f78f2
|
Update CI workflow
|
2020-08-28 12:26:10 +02:00 |
|
William Robinet
|
54088cd561
|
Apply Replace-direct-struct-access-patterns-with-OpenSSL-1.1-ge.patch from Debian pkg
|
2020-08-28 11:28:49 +02:00 |
|
William Robinet
|
8079befe49
|
Update readme
|
2020-08-28 10:44:31 +02:00 |
|
William Robinet
|
2a99ff0981
|
Fix readme
|
2020-08-28 10:14:50 +02:00 |
|
William Robinet
|
451a041d0a
|
Improve lib detection and .gitignore
|
2020-08-28 10:12:47 +02:00 |
|
William Robinet
|
b8a9bec58b
|
Remove generated file
|
2020-08-28 09:06:26 +02:00 |
|
William Robinet
|
17e0c4752d
|
Add man page to Makefile.am
|
2020-08-28 08:52:31 +02:00 |
|