Don
3625c50f44
Use binary directory for symbol exports generation
...
Currently the CMake files generate symbols into the source tree when they should go into the build tree.
2018-03-16 12:15:30 -07:00
Brent Cook
639a6629ae
disable keypairtest with MSVC
2018-03-16 12:19:44 -05:00
Brent Cook
0e69421d82
re-add headers for distribution
2018-03-14 13:01:24 -05:00
Brent Cook
4799f0d9be
syntax updates
2018-03-14 12:58:48 -05:00
Brent Cook
cfdaa1185f
prefer including windows.h over the internal header
2018-03-14 12:56:26 -05:00
Brent Cook
d5608b38af
add pthread_once(3) implementation for Windows
2018-03-14 07:36:45 -05:00
Brent Cook
3fb9e63b90
bump base requirement to Windows Vista, use builtin inet_ntop/pton
2018-03-14 07:29:04 -05:00
kinichiro
b7397ab184
Add regress keypairtest
2018-03-13 23:16:10 +09:00
kinichiro
0ed618095d
Add libpthread for libtls build
2018-03-13 23:16:10 +09:00
Brent Cook
c0bf25d4d1
update manpage links
2018-02-28 02:48:04 -06:00
kinichiro
413956f494
Add bio_meth.c
2018-02-26 22:49:46 +09:00
kinichiro
3681d02253
Add compat bits for libtls on Windows
2018-02-25 21:56:05 +09:00
Brent Cook
47781e69e2
Land #386 , Add tls_keypair
2018-02-11 22:01:17 -06:00
Brent Cook
c3201f234d
Land #383 , use https for urls
2018-02-11 22:00:57 -06:00
kinichiro
f2953bc209
Add file permission define for Windows and MinGW build
2018-02-11 23:31:43 +09:00
kinichiro
57ea69ec10
Add tls/tls_keypair.c
2018-02-11 22:38:15 +09:00
catatsuy
5a3e755180
change the URLs accessible by HTTPS to HTTPS
2018-01-21 17:21:14 +09:00
kinichiro
9e06be3fcd
Remove 64bit build designation on Solaris
...
- Revert commit c18852f650
- Remove -m64 from CMakeLists.txt by commit 08089a1b20
- Suggested by @andy-js in conversation https://github.com/libressl-portable/portable/pull/327
2018-01-11 23:46:22 +09:00
Brent Cook
af624440e2
Land #376 , adjust MSVC warnings
2018-01-07 16:22:00 -06:00
Brent Cook
c3210983a5
Land #374 , hp-ux compatibility
...
Merge remote-tracking branch 'upstream/pr/374'
2018-01-07 16:21:11 -06:00
Brent Cook
40e04292a0
Land #375 , adjust va_end calls to match scope
2018-01-07 16:19:36 -06:00
kinichiro
0ee8aa8eaf
Remove unneeded -ULIBRESSL_INTERNAL
2018-01-06 18:51:45 +09:00
kinichiro
b0e9f0a354
Reconsider MSVC warning list
...
- Remove C4242 and C4820
- Warning explanation from manual
- Sort by warning code
2018-01-06 18:12:50 +09:00
kinichiro
1f4bfb9a4d
Call va_end soon after using variable length variable
...
- This fix MSVC compiler warning C4702 "unreachable code".
2018-01-06 00:28:49 +09:00
kinichiro
861a6ca1db
Modify regress tests/tlsexttest.c for 0 sized array
...
- Windows and hp-ux ANSI compiler can not handle 0 sized array initialization.
2017-12-30 20:15:56 +09:00
Brent Cook
52c39d42ea
Land #373 , add app_timer_user for Windows
2017-12-28 03:39:59 -06:00
Brent Cook
9a7fb37405
Land #372 , Add CLOCK_MONOTONIC and timersub compatibility stubs
2017-12-28 03:38:41 -06:00
kinichiro
82ce59838e
Add app_timer_user for Windows build
2017-12-26 22:49:01 +09:00
kinichiro
965a89108e
Add CLOCK_MONOTONIC and timersub for the OS that does not have them
2017-12-25 16:30:49 +09:00
kinichiro
f69775d7b2
Add regress configtest
2017-12-22 23:35:48 +09:00
kinichiro
b38d7f0f8a
Add regress asn1evp
2017-12-22 23:33:15 +09:00
Brent Cook
7b6953e9a9
add timerspecsub
2017-12-12 03:31:35 -06:00
Brent Cook
6d0192ff17
update for 2.7.0
2017-12-11 06:14:02 -06:00
Brent Cook
426595b267
update links
2017-12-11 05:08:54 -06:00
Brent Cook
0f7609af9a
add release notes
2017-12-11 04:58:15 -06:00
Kyle J. McKay
26b40cb773
netcat.c.patch: eliminate syntax error from patch
...
If the target system does not define IPV6_TCLASS, this part of
the patch handles that with an ENOPROTOOPT error rather than
failing to compile.
Unfortunately it's missing a trailing semicolon leading to
a compilation error.
Add the missing semicolon to fix the problem.
Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
2017-12-05 15:22:15 -08:00
Evgen Bodunov
aff3a43fa0
Fixed getpagesize detection on Android
2017-11-23 15:28:25 +03:00
Brent Cook
53b5b56f39
Land #359 , create correct certs dir with CMake install
2017-11-23 05:43:27 -06:00
Aric Belsito
653ba21752
Create correct directory in CMake install.
...
Was creating ${CONFDIR}/cert instead of ${CONFDIR}/certs.
2017-11-06 11:52:03 -08:00
Brent Cook
09ca0f7b8b
fetch before update to grab new branches
2017-11-05 17:14:55 -06:00
Brent Cook
b32a92bc44
update changelog
2017-11-05 17:11:46 -06:00
Bernard Spil
794f48f1d8
Separate man(5) pages
2017-10-22 16:10:38 +02:00
Brent Cook
cd9f686793
Land #355 , update libc checks
2017-09-26 09:21:38 -05:00
kinichiro
9bb3e03722
Fix checking memmem in apps/ocspcheck/CMakeLists.txt
...
- Issue #352 pointed out by @d3x0r
2017-09-26 22:02:21 +09:00
Brent Cook
07b9f6c371
update release notes
2017-09-25 23:06:21 -05:00
Brent Cook
6054891d43
Land #348 , include .5 manpages
2017-09-17 10:08:19 -05:00
Aric Belsito
cbe57bef04
Some CMake Fixes.
...
pqueue.h was getting installed when it shouldn't.
pkgconfig files were not getting installed or generated.
2017-09-10 11:54:23 -07:00
kinichiro
03502b8d8f
Add *.5 manpages in libcrypto/man/
2017-09-10 12:58:47 +09:00
Brent Cook
8a2a079b6d
spelling
2017-09-06 18:37:12 -05:00
Brent Cook
c53c374f83
update VS prerequisites, refer to autogen.sh more
2017-09-04 16:32:43 -05:00