summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-07Fix typo in commentPhilip Guenther
2016-11-07Split PID from TID, giving processes a PID unrelated to the TID of theirPhilip Guenther
2016-11-06Rework the cleanup trap handling using the EXIT trap;Alexander Hall
2016-11-06some cleanup;Jason McIntyre
2016-11-06sort SEE ALSO;Jason McIntyre
2016-11-06syncTheo de Raadt
2016-11-06Remove unused SSLv3 from ssl3_cbc_record_digest_supported().Joel Sing
2016-11-06don't dereference a if NULLBrent Cook
2016-11-06document EVP_PKEY_get_default_digest_nid(3) in one page, not in twoIngo Schwarze
2016-11-06some minor cleanup;Jason McIntyre
2016-11-06Set the callback on the correct ssl_ctx for the SNI case, instead ofBob Beck
2016-11-06spacing between macro args and punctuation;Jason McIntyre
2016-11-06document ENGINE_add_conf_module(3) in one page, not in twoIngo Schwarze
2016-11-06document BIO_set_fd() and BIO_get_fd() in one manual page, not in two;Ingo Schwarze
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-06delete prototypes available in other pages and add a missing .Xr linkIngo Schwarze
2016-11-06conditionalize ocsp load properlyBob Beck
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-06delete prototypes available in other pages and add two missing .Xr linksIngo Schwarze
2016-11-06first pass; ok schwarzeJason McIntyre
2016-11-06since ocsp stapling is optional, make sure we guard if we do not have it.Bob Beck
2016-11-06delete prototypes available in other pages and add three missing .Xr linksIngo Schwarze
2016-11-06delete prototypes available in other pages and add two missing .Xr linksIngo Schwarze
2016-11-06Split ssl3_get_client_key_exchange() into separate per algorithm functions.Joel Sing
2016-11-06Remove pointless check - without fixed ECDH, there is only one way to reachJoel Sing
2016-11-06tweak previous;Jason McIntyre
2016-11-06simplify error handling in c2i_ASN1_OBJECTBrent Cook
2016-11-06Split out the DHE and ECDHE code paths fromJoel Sing
2016-11-06rename tlslegacy to tlsall, and better describe what it does.Bob Beck
2016-11-06Bump ftp(1)'s cipher default from "all" to "legacy" - this really shouldJoel Sing
2016-11-06Adjust cipher suite strengths - move MD5 to LOW, RC4 to LOW and 3DES toJoel Sing
2016-11-06Update regress for IDEA cipher suite removal.Joel Sing
2016-11-06Avoid calling usbd_set_config_no() in *_attach() and let the stack doMartin Pieuchot
2016-11-06Remove unused fields from ffs_opt_t.Martin Natano
2016-11-06Pass -peam to pax(1), so ownership and permissions that were set byTheo Buehler
2016-11-06Remove the single IDEA cipher suite. There is no good reason to supportJoel Sing
2016-11-06unifdef -m -UOPENSSL_NO_CHACHA -UOPENSSL_NO_POLY1305Joel Sing
2016-11-06Add regress test script for openssl command.Kinichiro Inoguchi
2016-11-06Avoid compiling in an unused function.Joel Sing
2016-11-06tweak previous;Jason McIntyre
2016-11-06Add OCSP stapling support to httpdBob Beck
2016-11-06adjust guards to elide unused Bi arrayBrent Cook
2016-11-06Rework X509_verify_cert to support alt chains on certificate verification,Bob Beck
2016-11-06The upcoming x509 alt chains diff tightens the trust requirementsBob Beck
2016-11-06Add interrupt handling routines for Loongson 3A.Visa Hankala
2016-11-06Commit a reminder that the default is not the default. This needs toBob Beck
2016-11-06dont issue sas config page requests against raid targets.David Gwynne
2016-11-06remove unused variableBrent Cook
2016-11-06use the correct function for freeBrent Cook
2016-11-06add an .Xr that was missingIngo Schwarze