aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-08Release notes for GENERAL_NAME_cmp() NULL derefTheo Buehler1-0/+5
2020-10-20modify nc build to link libcompat objects directlyBrent Cook2-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-17create 3.2.x stable branchv3.2.2Brent Cook1-1/+1
2020-10-17update manpage linksBrent Cook1-0/+18
2020-10-17Mention cleanup and refactoring of ssl_prev_session().Theo Buehler1-0/+3
2020-10-17wording tweak from jsingTheo Buehler1-1/+1
2020-10-17whitoTheo Buehler1-1/+1
2020-10-17wordsmith some, and include mention of name constraints and bettertle test suiteBob Beck1-5/+12
2020-10-17CBS -> CBCTheo Buehler1-1/+1
2020-10-17ChangeLog improvements.Joel Sing1-11/+7
2020-10-17Zap many things that are promised for laterTheo Buehler1-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-17Mention TLSv1.3 server up front, then validator. Other minorTheo Buehler1-13/+19
tweaks.
2020-10-17Update ChangeLogkinichiro1-135/+39
2020-10-17Fix typo :)OptoCloud1-1/+1
2020-10-17disable some additional libtls-standalone bitsBrent Cook2-38/+3
2020-10-17remove libtls-standalone, it's unmaintainedBrent Cook14-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.
2020-10-17Link crypto and ssl object files directly instead of static librarykinichiro4-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.
2020-10-17Configure libtls and nc(1) to statically link to libcrypto/sslBrent Cook4-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
2020-10-05SSL_set1_host() is now documented.Theo Buehler1-0/+2
2020-10-05SSL_set1_host() is not yet exposed.Theo Buehler1-2/+0
2020-10-05Update ChangeLogkinichiro1-0/+8
2020-10-04Remove points that made it into 3.2.1Theo Buehler1-10/+0
2020-10-05Update ChangeLogkinichiro1-8/+8
2020-10-03Initial cut of the 3.2.2 ChangeLogTheo Buehler1-0/+188
2020-09-20Make pthread_mutex static initialisation work on Windows.Joel Sing1-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).
2020-09-15Update .gitignorekinichiro1-0/+4
2020-09-15Add regress x509_info.ckinichiro2-0/+10
2020-09-15Fix regress buildkinichiro1-4/+6
2020-09-14Add x509_verify.c x509_verify.hkinichiro3-1/+3
2020-09-14Add regress x509attribute.ckinichiro2-0/+10
2020-09-13Add x509_issuer_cache.c x509_issuer_cache.hkinichiro2-0/+3
2020-09-13Add queue.h tree.h _null.hkinichiro4-0/+1563
Import queue.h tree.h _null.h header files from OpenBSD upstream since x509_issuer_cache.c requires them.
2020-09-13Add PTHREAD_MUTEX_INITIALIZERkinichiro1-0/+5
2020-09-13Add regress constraints.ckinichiro2-0/+14
2020-09-13Add x509_constraints.c x509_internal.hkinichiro2-0/+3
2020-09-04rediff patchesBrent Cook4-20/+20
2020-09-02Add ssl/tls12_record_layer.ckinichiro2-0/+2
2020-08-24update man linksv3.2.1Brent Cook1-1/+39
2020-08-24Tweak change log entries.Joel Sing1-10/+11