summaryrefslogtreecommitdiff
path: root/lib/libtls
AgeCommit message (Expand)Author
2016-11-11Bump TLS_API due to recent feature additions and changes.Joel Sing
2016-11-11Change the return value of tls_config_set_protocols() andJoel Sing
2016-11-11Disable ec assembly for amd64 pending fixes for ssh, and bumpBob Beck
2016-11-06Set the callback on the correct ssl_ctx for the SNI case, instead ofBob Beck
2016-11-05fix misplaced quote by tls_peer_ocsp_this_updateBrent Cook
2016-11-05tweak previous;Jason McIntyre
2016-11-05bump minors for symbol addition for ocsp and x25519 symbol additionsBob Beck
2016-11-05Add support for server side OCSP stapling to libtls.Bob Beck
2016-11-05rename ocsp_ctx to ocspBob Beck
2016-11-05Remove generated Symbols.map on make clean.Joel Sing
2016-11-04Build with WARNINGS=Yes.Joel Sing
2016-11-04Avoid shadowing the socket global.Joel Sing
2016-11-04Make the tls_keypair_new() function a valid prototype.Joel Sing
2016-11-04Avoid another signed vs unsigned comparison.Joel Sing
2016-11-04Add an explict list of exported symbols with just the functions declaredPhilip Guenther
2016-11-04make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenBob Beck
2016-11-04Address some signed vs unsigned warnings and check that an integer valueJoel Sing
2016-11-04Assign and test, as is consistent with the rest of the libtls code.Joel Sing
2016-11-04Use a consistent name for struct bio_cb * variables.Joel Sing
2016-11-04Rename struct bio_cb_st to struct bio_cb.Joel Sing
2016-11-04Do not cast a pointer to a struct, to a char * when assigning to a void *.Joel Sing
2016-11-04Use a consistent name for a BIO *, rather than having four different namesJoel Sing
2016-11-04Avoid signed vs unsigned comparisons.Joel Sing
2016-11-04There's not much point having three static functions that do a cast andJoel Sing
2016-11-04Do not mix declarations and code.Joel Sing
2016-11-04Rename the internal bio related functions so that they have a commonJoel Sing
2016-11-04There's not much point in casting a void * to a specific type just beforeJoel Sing
2016-11-04bump minor for ocsp_require_stapling additionBob Beck
2016-11-04Add ocsp_require_stapling config option for tls - allows a connectionBob Beck
2016-11-03Don't do OCSP validation when we have disabled certificate verificationBob Beck
2016-11-03Only set an error from libssl related code, if an error has not alreadyJoel Sing
2016-11-03Fix handshake failures:Bob Beck
2016-11-02bit more cleanup;Jason McIntyre
2016-11-02fix shadow declaration of time in parameter list.Bob Beck
2016-11-02Ensure handshake is complete before processing an ocsp response for a ctxBob Beck
2016-11-02tweak previous;Jason McIntyre
2016-11-02bump minor for ocsp api additionsBob Beck
2016-11-02Add OCSP client side support to libtls.Bob Beck
2016-10-03use the same type for buf as the return type in tls_load_fileBrent Cook
2016-09-19Update ld search path for libssl/libcrypto, fixes cross-build after source mo...Brent Cook
2016-09-14Set callbacks on the right tls ctx on accept.Brent Cook
2016-09-14Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes.Brent Cook
2016-09-14Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN.Brent Cook
2016-09-13add a little more typing to the first callback argument.Ted Unangst
2016-09-04minor tweaks;Jason McIntyre
2016-09-04Bump TLS_API for addition of callbacks.Joel Sing
2016-09-04Maintain consistency with function naming.Joel Sing
2016-09-04Sort headers and use the installed tls.h, rather than the local one.Joel Sing
2016-09-04$OpenBSD$ tagJoel Sing
2016-09-04New sentence, new line. Also wrap at 80 chars.Joel Sing