Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-09-30 | add X509_V_FLAG_TRUSTED_FIRST fixv3.3.5 | Brent Cook | 1 | -0/+3 | |
2021-09-27 | LibreSSL 3.3.5 | Brent Cook | 1 | -2/+2 | |
2021-09-27 | update changelog | Brent Cook | 1 | -0/+5 | |
2021-08-23 | LibreSSL 3.3.4v3.3.4 | Brent Cook | 2 | -2/+12 | |
2021-07-22 | Add -DHAVE_GNU_STACK on ELF platforms to enable non-executable | Tobias Heider | 1 | -0/+1 | |
stack annotations for the GNU toolchain. | |||||
2021-05-01 | bump arm library versionsv3.3.3 | Brent Cook | 1 | -2/+2 | |
2021-05-01 | update to Ubuntu 18.0.4 LTS for CI testing | Brent Cook | 1 | -6/+6 | |
2021-05-01 | bump to 3.3.3 stable release | Brent Cook | 2 | -0/+23 | |
2021-05-01 | create OPENBSD_6_9 stable branch | Brent Cook | 1 | -1/+1 | |
2021-04-18 | update manpage links | Brent Cook | 1 | -0/+4 | |
2021-04-15 | Mention switch to the legacy verifier in ChangeLogv3.3.2 | Theo Buehler | 1 | -2/+5 | |
2021-04-15 | update autotools | Brent Cook | 1 | -1/+1 | |
2021-04-15 | More minor ChangeLog tweaks for 3.3.2 | Theo Buehler | 1 | -5/+5 | |
2021-04-15 | add --enable-libtls-only option | Brent Cook | 1 | -0/+4 | |
2021-04-15 | Tweak changelog for 3.3.2. | Joel Sing | 1 | -42/+38 | |
2021-04-13 | Fix a number of typos and expand a few entries | Theo Buehler | 1 | -16/+18 | |
2021-04-13 | Initial changelog for 3.3.2 | Theo Buehler | 1 | -0/+295 | |
2021-04-08 | rebase tlsexttest patch | Brent Cook | 1 | -3/+3 | |
2021-04-08 | update manpage links | Brent Cook | 1 | -0/+4 | |
2021-04-08 | update appveyor pre-build config to address build failures | Brent Cook | 1 | -2/+1 | |
2021-04-07 | Add '--enable-libtls-only' build option | Brent Cook | 11 | -68/+91 | |
2021-02-28 | update links | Brent Cook | 1 | -0/+1 | |
2021-02-28 | fix leak in Windows version of pthread_mutex_free | Brent Cook | 1 | -0/+1 | |
Free the lock pointer in addition to the critical section. Thanks to martinkucera74 on github. | |||||
2021-02-03 | add ssl_methods test | Brent Cook | 2 | -0/+6 | |
2021-01-03 | update manpage links | Brent Cook | 1 | -0/+18 | |
2020-12-21 | add win32 pthread_mutex_destroy implementation | Brent Cook | 1 | -0/+7 | |
2020-12-08 | Add a few more bug fixes to the ChangeLog | Theo Buehler | 1 | -0/+12 | |
2020-12-08 | Release notes for GENERAL_NAME_cmp() NULL derefv3.3.1 | Theo Buehler | 1 | -0/+15 | |
2020-11-26 | zap stray word | Theo Buehler | 1 | -1/+1 | |
2020-11-21 | Update ChangeLogv3.3.0 | kinichiro | 1 | -1/+5 | |
2020-11-19 | fix typo and split an overlong sentence | Theo Buehler | 1 | -5/+4 | |
2020-11-19 | Initial ChangeLog for 3.3.0 | Theo Buehler | 1 | -0/+98 | |
2020-11-11 | Add -lbcrypt to Windows builds for CNG in getentropy | Brent Cook | 3 | -4/+4 | |
2020-10-20 | modify nc build to link libcompat objects directly | Brent Cook | 2 | -4/+8 | |
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-19 | include strtonum for ocspcheck | Brent Cook | 4 | -0/+13 | |
2020-10-08 | Mention cleanup and refactoring of ssl_prev_session(). | Theo Buehler | 1 | -0/+3 | |
2020-10-08 | wording tweak from jsing | Theo Buehler | 1 | -1/+1 | |
2020-10-08 | whito | Theo Buehler | 1 | -1/+1 | |
2020-10-08 | wordsmith some, and include mention of name constraints and bettertle test suite | Bob Beck | 1 | -5/+12 | |
2020-10-08 | CBS -> CBC | Theo Buehler | 1 | -1/+1 | |
2020-10-08 | ChangeLog improvements. | Joel Sing | 1 | -11/+7 | |
2020-10-07 | Zap many things that are promised for later | Theo Buehler | 1 | -22/+2 | |
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 | Mention TLSv1.3 server up front, then validator. Other minor | Theo Buehler | 1 | -13/+19 | |
tweaks. | |||||
2020-10-07 | Update ChangeLog | kinichiro | 1 | -135/+39 | |
2020-10-06 | remove d1_clnt/d1_srvr | Brent Cook | 2 | -4/+0 | |
2020-10-06 | Fix typo :) | OptoCloud | 1 | -1/+1 | |
2020-10-05 | SSL_set1_host() is now documented. | Theo Buehler | 1 | -0/+2 | |
2020-10-05 | SSL_set1_host() is not yet exposed. | Theo Buehler | 1 | -2/+0 | |
2020-10-05 | Update ChangeLog | kinichiro | 1 | -0/+8 | |
2020-10-04 | Remove points that made it into 3.2.1 | Theo Buehler | 1 | -10/+0 | |