Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modify nc build to link libcompat objects directly | Brent Cook | 2020-10-20 | 2 | -4/+8 |
* | 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 |
* | Mention TLSv1.3 server up front, then validator. Other minor | Theo Buehler | 2020-10-07 | 1 | -13/+19 |
* | 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 |
* | | | 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 |
| * | | | Configure libtls and nc(1) to statically link to libcrypto/ssl | Brent Cook | 2020-10-04 | 4 | -10/+8 |
| | |/ | |/| | |||||
* | | | 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 |
* | | 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 |
* | | Add PTHREAD_MUTEX_INITIALIZER | kinichiro | 2020-09-13 | 1 | -0/+5 |
* | | Add regress constraints.c | kinichiro | 2020-09-13 | 2 | -0/+14 |
* | | Add x509_constraints.c x509_internal.h | kinichiro | 2020-09-13 | 2 | -0/+3 |
* | | Land #604, Get __STRICT_ALIGNMENT from machine/endian.h | Brent Cook | 2020-09-12 | 2 | -14/+11 |
|\ \ | |||||
| * | | Add architecture define for s390/s390x and remove redundant sparc check | kinichiro | 2020-07-22 | 2 | -1/+1 |
| * | | Get __STRICT_ALIGNMENT from machine/endian.h | kinichiro | 2020-07-21 | 2 | -13/+10 |
* | | | rediff patches | Brent Cook | 2020-09-04 | 4 | -20/+20 |
* | | | Add ssl/tls12_record_layer.c | kinichiro | 2020-09-02 | 2 | -0/+2 |
* | | | update man linksv3.2.1 | Brent Cook | 2020-08-24 | 1 | -1/+39 |
* | | | Tweak change log entries. | Joel Sing | 2020-08-24 | 1 | -10/+11 |
* | | | need ax_check_compile_flag too for older autotools | Brent Cook | 2020-08-22 | 1 | -0/+53 |
* | | | Add a compile-time check for FORTIFY_SOURCE support | Brent Cook | 2020-08-22 | 2 | -1/+81 |
* | | | Update ChangeLog | kinichiro | 2020-08-22 | 1 | -4/+8 |
* | | | 3.2.1 ChangeLog | Theo Buehler | 2020-08-21 | 1 | -3/+99 |
* | | | 3.1.4 ChangeLog | Theo Buehler | 2020-08-21 | 1 | -0/+25 |
* | | | 3.1.3 Changelog | Brent Cook | 2020-08-21 | 1 | -0/+5 |
| |/ |/| |