Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rebase tlsexttest patch | Brent Cook | 2021-04-08 | 1 | -3/+3 | |
| | ||||||
* | update manpage links | Brent Cook | 2021-04-08 | 1 | -0/+4 | |
| | ||||||
* | update appveyor pre-build config to address build failures | Brent Cook | 2021-04-08 | 1 | -2/+1 | |
| | ||||||
* | Add '--enable-libtls-only' build option | Brent Cook | 2021-04-07 | 11 | -68/+91 | |
| | ||||||
* | update links | Brent Cook | 2021-02-28 | 1 | -0/+1 | |
| | ||||||
* | fix leak in Windows version of pthread_mutex_free | Brent Cook | 2021-02-28 | 1 | -0/+1 | |
| | | | | | Free the lock pointer in addition to the critical section. Thanks to martinkucera74 on github. | |||||
* | add ssl_methods test | Brent Cook | 2021-02-03 | 2 | -0/+6 | |
| | ||||||
* | update manpage links | Brent Cook | 2021-01-03 | 1 | -0/+18 | |
| | ||||||
* | add win32 pthread_mutex_destroy implementation | Brent Cook | 2020-12-21 | 1 | -0/+7 | |
| | ||||||
* | Add a few more bug fixes to the ChangeLog | Theo Buehler | 2020-12-08 | 1 | -0/+12 | |
| | ||||||
* | Release notes for GENERAL_NAME_cmp() NULL derefv3.3.1 | Theo Buehler | 2020-12-08 | 1 | -0/+15 | |
| | ||||||
* | zap stray word | Theo Buehler | 2020-11-26 | 1 | -1/+1 | |
| | ||||||
* | Update ChangeLogv3.3.0 | kinichiro | 2020-11-21 | 1 | -1/+5 | |
| | ||||||
* | fix typo and split an overlong sentence | Theo Buehler | 2020-11-19 | 1 | -5/+4 | |
| | ||||||
* | Initial ChangeLog for 3.3.0 | Theo Buehler | 2020-11-19 | 1 | -0/+98 | |
| | ||||||
* | Add -lbcrypt to Windows builds for CNG in getentropy | Brent Cook | 2020-11-11 | 3 | -4/+4 | |
| | ||||||
* | modify nc build to link libcompat objects directly | Brent Cook | 2020-10-20 | 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. | |||||
* | include strtonum for ocspcheck | Brent Cook | 2020-10-19 | 4 | -0/+13 | |
| | ||||||
* | Mention cleanup and refactoring of ssl_prev_session(). | Theo Buehler | 2020-10-08 | 1 | -0/+3 | |
| | ||||||
* | wording tweak from jsing | Theo Buehler | 2020-10-08 | 1 | -1/+1 | |
| | ||||||
* | whito | Theo Buehler | 2020-10-08 | 1 | -1/+1 | |
| | ||||||
* | wordsmith some, and include mention of name constraints and bettertle test suite | Bob Beck | 2020-10-08 | 1 | -5/+12 | |
| | ||||||
* | CBS -> CBC | Theo Buehler | 2020-10-08 | 1 | -1/+1 | |
| | ||||||
* | ChangeLog improvements. | Joel Sing | 2020-10-08 | 1 | -11/+7 | |
| | ||||||
* | Zap many things that are promised for later | Theo Buehler | 2020-10-07 | 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. | |||||
* | Mention TLSv1.3 server up front, then validator. Other minor | Theo Buehler | 2020-10-07 | 1 | -13/+19 | |
| | | | | tweaks. | |||||
* | Update ChangeLog | kinichiro | 2020-10-07 | 1 | -135/+39 | |
| | ||||||
* | remove d1_clnt/d1_srvr | Brent Cook | 2020-10-06 | 2 | -4/+0 | |
| | ||||||
* | Land #625, fix typo | Brent Cook | 2020-10-06 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix typo :) | OptoCloud | 2020-10-06 | 1 | -1/+1 | |
| | | ||||||
* | | Land #611, remove libtls-standalone | Brent Cook | 2020-10-06 | 16 | -338/+3 | |
|\ \ | ||||||
| * | | disable some additional libtls-standalone bits | Brent Cook | 2020-08-20 | 2 | -38/+3 | |
| | | | ||||||
| * | | remove libtls-standalone, it's unmaintained | Brent Cook | 2020-08-20 | 14 | -300/+0 | |
| | | | | | | | | | | | | | | | | | | | | | libtls-standalone was originally intended to make something that could link to any other OpenSSL fork or OpenSSL itself, but I don't think there's anyone who is terribly interested in that after all, so let's clean this up. #610 may be the better solution anyway. | |||||
* | | | Land #610, Statically link libcrypto/ssl into libtls | Brent Cook | 2020-10-06 | 6 | -9/+34 | |
|\ \ \ | ||||||
| * | | | Link crypto and ssl object files directly instead of static library | kinichiro | 2020-10-04 | 4 | -4/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Output object files list variable for libcrypto and libssl to .mk file. - Include object files list variable .mk from tls/Makefile - Link .lo files directly instead of static library for libtls. | |||||
| * | | | Configure libtls and nc(1) to statically link to libcrypto/ssl | Brent Cook | 2020-10-04 | 4 | -10/+8 | |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An issue that Reyk Floeter noted while building a Debian package for LibreSSL is that installing libtls along with OpenSSL causes linker issues since it will often pick up the wrong libcrypto/libssl. This change makes libtls statically link the object files it needs rather than relying on the shared libraries, effectively making libtls self-contained and able to be packaged independently. This should make it possible for other projects that also use libtls to be able to package support without requiring the target OS to ship libcrypto / libssl from LibreSSL. https://salsa.debian.org/reyk-guest/libressl/-/commit/678278df55ce866f2f363998ca690442fa786c66 | |||||
* | | | SSL_set1_host() is now documented. | Theo Buehler | 2020-10-05 | 1 | -0/+2 | |
| | | | ||||||
* | | | SSL_set1_host() is not yet exposed. | Theo Buehler | 2020-10-05 | 1 | -2/+0 | |
| | | | ||||||
* | | | Update ChangeLog | kinichiro | 2020-10-05 | 1 | -0/+8 | |
| | | | ||||||
* | | | Remove points that made it into 3.2.1 | Theo Buehler | 2020-10-04 | 1 | -10/+0 | |
| | | | ||||||
* | | | Update ChangeLog | kinichiro | 2020-10-05 | 1 | -8/+8 | |
| | | | ||||||
* | | | Initial cut of the 3.2.2 ChangeLog | Theo Buehler | 2020-10-03 | 1 | -0/+188 | |
|/ / | ||||||
* | | Make pthread_mutex static initialisation work on Windows. | Joel Sing | 2020-09-20 | 1 | -5/+23 | |
| | | | | | | | | | | | | | | | | | | This takes the dynamic initialisation code added to CRYPTO_lock() in e5081719 and applies it to the Window's pthread_mutex implementation. This allows for PTHREAD_MUTEX_INITIALIZER to be used on Windows. bcook has agreed to place this code in the public domain (as per the rest of the code in pthread.h). | |||||
* | | Update .gitignore | kinichiro | 2020-09-15 | 1 | -0/+4 | |
| | | ||||||
* | | Add regress x509_info.c | kinichiro | 2020-09-15 | 2 | -0/+10 | |
| | | ||||||
* | | Fix regress build | kinichiro | 2020-09-15 | 1 | -4/+6 | |
| | | ||||||
* | | Add x509_verify.c x509_verify.h | kinichiro | 2020-09-14 | 3 | -1/+3 | |
| | | ||||||
* | | Add regress x509attribute.c | kinichiro | 2020-09-14 | 2 | -0/+10 | |
| | | ||||||
* | | Add x509_issuer_cache.c x509_issuer_cache.h | kinichiro | 2020-09-13 | 2 | -0/+3 | |
| | | ||||||
* | | Add queue.h tree.h _null.h | kinichiro | 2020-09-13 | 4 | -0/+1563 | |
| | | | | | | | | | | Import queue.h tree.h _null.h header files from OpenBSD upstream since x509_issuer_cache.c requires them. |