Jon Turney
1bd9a87e2f
Don't '#include <windows.h>' on Cygwin
...
On Cygwin, don't '#include <windows.h>', so WIN32 isn't defined, so we
don't end up trying to use various MSVC functions, which don't exist in
our C runtime library.
The whole point of the Cygwin C runtime library is to try to look like
POSIX, so we always want the POSIX code in those pre-processor
conditionals.
2022-04-10 18:00:36 +02:00
Michał Trojnara
0459fb99ef
initial 2.4 commit
2022-03-06 21:00:38 +01:00
Michał Trojnara
73d7cf011e
release 2.3
...
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
2022-03-06 20:11:25 +01:00
olszomal
07bf24911d
Add bash completion script ( #125 )
2022-01-11 20:46:52 +01:00
olszomal
407579ca58
CA bundle auto-detection
2021-12-26 21:57:07 +01:00
olszomal
96df1a709f
libcurl development package availability
2021-12-21 20:07:10 +01:00
Michał Trojnara
8c37b00d83
release 2.2
...
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
2021-08-15 21:42:01 +02:00
olszomal
4f590989ce
remove libgsf library dependency
...
MSI file verify and remove-signature support
2021-04-25 21:38:57 +02:00
Michal Trojnara
0c9f53d30c
Simplified ASN1_GetTimeT()
...
This commit also drops support for OpenSSL 1.1.0
(end of life for that release was August 31, 2018).
2020-06-07 17:54:10 +02:00
olszomal
7fcf08ad75
CA bundle install path detection ( #32 )
2020-02-04 22:44:58 +01:00
Michał Trojnara
a7c624d0a9
fixed OpenSSL 1.1 check to fail with OpenSSL 1.0
...
closes #1
2018-12-08 09:55:04 +01:00
Michał Trojnara
c9396c4be9
configure.ac indentation
2018-12-08 09:49:11 +01:00
Michał Trojnara
6da2a23d1f
version number bump
2018-12-05 23:02:08 +01:00
Michał Trojnara
687bd91531
corrected OpenSSL version checks
2018-11-22 08:33:44 +01:00
Per Allansson
a912601140
version 1.7.1
2014-07-11 06:55:08 +02:00
Per Allansson
9fa7e17770
version 1.7
2014-07-10 07:42:02 +02:00
Per Allansson
4d458d2dd0
version 1.6
2014-01-21 15:31:32 +01:00
Per Allansson
82e01036b0
add support for '-askpass' and '-readpass <file>'
2014-01-21 15:28:42 +01:00
Per Allansson
f6bc75bdc6
support running osslsigncode on Windows
2014-01-21 13:58:44 +01:00
Per Allansson
f4691ca996
Added support for page hashing (-ph option)
2013-03-13 19:01:58 +01:00
Per Allansson
0494a7ceb1
1.5.1...
2013-03-12 08:30:10 +01:00
Marc-André Lureau
24c95a1338
build-sys: link with libgsf optionnally
2013-03-05 11:50:14 +01:00
Per Allansson
fdecbbe5dc
Correct email address
2013-02-19 21:48:46 +01:00
Per Allansson
6aa4280d84
Initial commit of osslsigncode 1.4
2013-02-17 10:16:25 +01:00