1341 Commits

Author SHA1 Message Date
kinichiro
96ae00533a Enable clienttest again 2021-05-13 23:15:23 +09:00
kinichiro
a855e4a3d7 Fix .gitignore 2021-05-13 23:10:46 +09:00
kinichiro
28e428e684 Add tls12_key_schedule.c 2021-05-10 22:54:44 +09:00
Brent Cook
152d01881b Land #664, update Android CI 2021-05-10 00:01:06 -05:00
kinichiro
e8bbbabcc9 Fix Android CI
- Targeted to Android 8.0 (API level 26) and above
- Build for x86_64, x86 and arm64-v8a, stop searching dir for detecting ABI
- Use newer version of ndk and cmake
- Suppress sdkmanager messages to reduce log output
- Add log messages to tell CI running right
2021-05-09 21:33:32 +09:00
kinichiro
4c56df46de Statically link libcrypto/ssl into libtls with cmake 2021-05-07 20:31:22 +09:00
kinichiro
9971b0820c Use object library for CMake 2021-05-02 14:27:57 +09:00
Brent Cook
6f38fb483c bump arm library versions 2021-05-01 10:57:12 -05:00
Brent Cook
e044f14e41 disable some tests that rely on static library symbols 2021-05-01 10:41:46 -05:00
Brent Cook
b97352626a update to Ubuntu 18.0.4 LTS for CI testing 2021-05-01 10:41:46 -05:00
Brent Cook
f2b197f373 cmake test should be ec_point_conversion 2021-04-27 08:21:21 -05:00
Brent Cook
632ddde256 add ec_point_conversion test 2021-04-27 07:08:03 -05:00
Brent Cook
a11cc93c1f add tls12_lib.c 2021-04-27 07:07:42 -05:00
Brent Cook
a403f07fbe update manpage links 2021-04-18 07:16:31 -05:00
Theo Buehler
c054aaea36 Mention switch to the legacy verifier in ChangeLog 2021-04-15 16:24:29 +02:00
Brent Cook
3b9000bf31 update autotools 2021-04-15 01:59:56 -05:00
Theo Buehler
5fdde5723d More minor ChangeLog tweaks for 3.3.2 2021-04-15 08:17:50 +02:00
Brent Cook
c1b88faef3 add --enable-libtls-only option 2021-04-15 01:09:57 -05:00
Joel Sing
d74cf44233 Tweak changelog for 3.3.2. 2021-04-15 15:38:32 +10:00
Theo Buehler
0d7d4ec226 Fix a number of typos and expand a few entries 2021-04-13 14:53:48 +02:00
Theo Buehler
2509d58f8a Initial changelog for 3.3.2 2021-04-13 11:20:15 +02:00
Brent Cook
867b577d85 rebase tlsexttest patch 2021-04-08 05:00:36 -05:00
Brent Cook
3b8e24fde2 update manpage links 2021-04-08 04:15:45 -05:00
Brent Cook
94f057403a update appveyor pre-build config to address build failures 2021-04-08 03:32:25 -05:00
Brent Cook
921c0675a2 Add '--enable-libtls-only' build option 2021-04-07 07:51:45 -05:00
Brent Cook
141f7528cb update links 2021-02-28 10:08:12 -06:00
Brent Cook
90f1c4db5c fix leak in Windows version of pthread_mutex_free
Free the lock pointer in addition to the critical section. Thanks to
martinkucera74 on github.
2021-02-28 10:04:51 -06:00
Brent Cook
81e17c7348 add ssl_methods test 2021-02-03 06:13:46 -06:00
Brent Cook
a6f5d81fbe update manpage links 2021-01-03 11:08:04 -06:00
Brent Cook
527482b520 add win32 pthread_mutex_destroy implementation 2020-12-21 10:14:21 -06:00
Theo Buehler
69968ab38e Add a few more bug fixes to the ChangeLog 2020-12-08 18:49:51 +01:00
Theo Buehler
c50f8e2c6c Release notes for GENERAL_NAME_cmp() NULL deref 2020-12-08 16:15:35 +01:00
Theo Buehler
7734eb9c8a zap stray word 2020-11-26 07:55:08 +01:00
kinichiro
eab891a6f4 Update ChangeLog 2020-11-21 10:10:23 +09:00
Theo Buehler
b530a5c268 fix typo and split an overlong sentence 2020-11-19 16:48:14 +01:00
Theo Buehler
223fbf70f5 Initial ChangeLog for 3.3.0 2020-11-19 14:50:52 +01:00
Brent Cook
df3d4bb57a Add -lbcrypt to Windows builds for CNG in getentropy 2020-11-11 05:39:56 -06:00
Brent Cook
9abd36e3af modify nc build to link libcompat objects directly
Rather than assuming the static version of libcrypto exists for pulling in the compatibility functions, link the compat objects directly. This modifies the object file generation script a bit to handle the empty-case properly as well.
2020-10-20 03:50:23 -05:00
Brent Cook
6359d9404d include strtonum for ocspcheck 2020-10-19 09:09:36 -05:00
Theo Buehler
01c146e3a5 Mention cleanup and refactoring of ssl_prev_session(). 2020-10-08 21:35:00 +02:00
Theo Buehler
617e8e861e wording tweak from jsing 2020-10-08 17:43:07 +02:00
Theo Buehler
8d258cf72d whito 2020-10-08 17:14:20 +02:00
Bob Beck
a8bc7358c2 wordsmith some, and include mention of name constraints and bettertle test suite 2020-10-08 08:46:52 -06:00
Theo Buehler
b39be4f23e CBS -> CBC 2020-10-08 11:09:08 +02:00
Joel Sing
8d6b4692e2 ChangeLog improvements. 2020-10-08 19:16:22 +11:00
Theo Buehler
98beb2b633 Zap many things that are promised for later
We can mention the new OpenSSL compat API and the validator API
when they're enabled.

The commit message for the validator is out of place.
2020-10-07 22:01:59 +02:00
Theo Buehler
817c145e3d Mention TLSv1.3 server up front, then validator. Other minor
tweaks.
2020-10-07 16:54:18 +02:00
kinichiro
81a936c342 Update ChangeLog 2020-10-07 23:35:51 +09:00
Brent Cook
db7afc7e98 remove d1_clnt/d1_srvr 2020-10-06 22:37:47 -05:00
Brent Cook
5f91555e80 Land #625, fix typo 2020-10-06 19:41:41 -05:00