aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLogv3.3.0kinichiro2020-11-211-1/+5
* fix typo and split an overlong sentenceTheo Buehler2020-11-191-5/+4
* Initial ChangeLog for 3.3.0Theo Buehler2020-11-191-0/+98
* Add -lbcrypt to Windows builds for CNG in getentropyBrent Cook2020-11-113-4/+4
* modify nc build to link libcompat objects directlyBrent Cook2020-10-202-4/+8
* include strtonum for ocspcheckBrent Cook2020-10-194-0/+13
* Mention cleanup and refactoring of ssl_prev_session().Theo Buehler2020-10-081-0/+3
* wording tweak from jsingTheo Buehler2020-10-081-1/+1
* whitoTheo Buehler2020-10-081-1/+1
* wordsmith some, and include mention of name constraints and bettertle test suiteBob Beck2020-10-081-5/+12
* CBS -> CBCTheo Buehler2020-10-081-1/+1
* ChangeLog improvements.Joel Sing2020-10-081-11/+7
* Zap many things that are promised for laterTheo Buehler2020-10-071-22/+2
* Mention TLSv1.3 server up front, then validator. Other minorTheo Buehler2020-10-071-13/+19
* Update ChangeLogkinichiro2020-10-071-135/+39
* remove d1_clnt/d1_srvrBrent Cook2020-10-062-4/+0
* Land #625, fix typoBrent Cook2020-10-061-1/+1
|\
| * Fix typo :)OptoCloud2020-10-061-1/+1
* | Land #611, remove libtls-standaloneBrent Cook2020-10-0616-338/+3
|\ \
| * | disable some additional libtls-standalone bitsBrent Cook2020-08-202-38/+3
| * | remove libtls-standalone, it's unmaintainedBrent Cook2020-08-2014-300/+0
* | | Land #610, Statically link libcrypto/ssl into libtlsBrent Cook2020-10-066-9/+34
|\ \ \
| * | | Link crypto and ssl object files directly instead of static librarykinichiro2020-10-044-4/+31
| * | | Configure libtls and nc(1) to statically link to libcrypto/sslBrent Cook2020-10-044-10/+8
| | |/ | |/|
* | | SSL_set1_host() is now documented.Theo Buehler2020-10-051-0/+2
* | | SSL_set1_host() is not yet exposed.Theo Buehler2020-10-051-2/+0
* | | Update ChangeLogkinichiro2020-10-051-0/+8
* | | Remove points that made it into 3.2.1Theo Buehler2020-10-041-10/+0
* | | Update ChangeLogkinichiro2020-10-051-8/+8
* | | Initial cut of the 3.2.2 ChangeLogTheo Buehler2020-10-031-0/+188
|/ /
* | Make pthread_mutex static initialisation work on Windows.Joel Sing2020-09-201-5/+23
* | Update .gitignorekinichiro2020-09-151-0/+4
* | Add regress x509_info.ckinichiro2020-09-152-0/+10
* | Fix regress buildkinichiro2020-09-151-4/+6
* | Add x509_verify.c x509_verify.hkinichiro2020-09-143-1/+3
* | Add regress x509attribute.ckinichiro2020-09-142-0/+10
* | Add x509_issuer_cache.c x509_issuer_cache.hkinichiro2020-09-132-0/+3
* | Add queue.h tree.h _null.hkinichiro2020-09-134-0/+1563
* | Add PTHREAD_MUTEX_INITIALIZERkinichiro2020-09-131-0/+5
* | Add regress constraints.ckinichiro2020-09-132-0/+14
* | Add x509_constraints.c x509_internal.hkinichiro2020-09-132-0/+3
* | Land #604, Get __STRICT_ALIGNMENT from machine/endian.hBrent Cook2020-09-122-14/+11
|\ \
| * | Add architecture define for s390/s390x and remove redundant sparc checkkinichiro2020-07-222-1/+1
| * | Get __STRICT_ALIGNMENT from machine/endian.hkinichiro2020-07-212-13/+10
* | | rediff patchesBrent Cook2020-09-044-20/+20
* | | Add ssl/tls12_record_layer.ckinichiro2020-09-022-0/+2
* | | update man linksv3.2.1Brent Cook2020-08-241-1/+39
* | | Tweak change log entries.Joel Sing2020-08-241-10/+11
* | | need ax_check_compile_flag too for older autotoolsBrent Cook2020-08-221-0/+53
* | | Add a compile-time check for FORTIFY_SOURCE supportBrent Cook2020-08-222-1/+81