1333 Commits

Author SHA1 Message Date
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
Brent Cook
db8b30ae51 Land #611, remove libtls-standalone 2020-10-06 19:41:18 -05:00
Brent Cook
b9918fc1ec Land #610, Statically link libcrypto/ssl into libtls 2020-10-06 19:40:29 -05:00
OptoCloud
59b6d1da6c Fix typo :) 2020-10-06 01:20:25 +02:00
Theo Buehler
0ef7d54fbc SSL_set1_host() is now documented. 2020-10-05 17:08:47 +02:00
Theo Buehler
7608ded020 SSL_set1_host() is not yet exposed. 2020-10-05 17:06:19 +02:00
kinichiro
5562731e8e Update ChangeLog 2020-10-05 21:53:04 +09:00
Theo Buehler
e7f9e298c6 Remove points that made it into 3.2.1 2020-10-04 18:43:35 +02:00
kinichiro
1f6d419783 Update ChangeLog 2020-10-05 01:15:25 +09:00