summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-05document BN_set_negative() and BN_is_negative();Ingo Schwarze
2016-11-05Part one of the alt chains changes, bring in newer modifications toBob Beck
2016-11-05Add objects for X25519, X448, Ed25519 and Ed448.Joel Sing
2016-11-05One of the error paths would attempt to access not-yet-initialized locals.Miod Vallat
2016-11-05Do a partial CBB conversion of ssl3_send_server_key_exchange(), which willJoel Sing
2016-11-05fix misplaced quote by tls_peer_ocsp_this_updateBrent Cook
2016-11-05fix previous; looks good to bcook@Ingo Schwarze
2016-11-05don't skip names that match the beginning of the file name;Ingo Schwarze
2016-11-05Remove syscall.ph from vi.recoverAndrew Fresh
2016-11-05update example directoryBrent Cook
2016-11-05zap trailing whitespace, and add -o to usage() and help (-h);Jason McIntyre
2016-11-05syncTheo de Raadt
2016-11-05Add regress tests for multicasts and dynamic vxlansVincent Gross
2016-11-05Two tweaks for compile/Makefile.inc:Martin Natano
2016-11-05tweak previous;Jason McIntyre
2016-11-05move manual pages from doc/ to man/ for consistency with otherIngo Schwarze
2016-11-05Check BIO_new*() for failure.Miod Vallat
2016-11-05More X509_STORE_CTX_set_*() return value checks.Miod Vallat
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-05Add regress for X25519, converted from BoringSSL.Joel Sing
2016-11-05after getting rid of the pod files, clean up the Makefiles; ok bcook@Ingo Schwarze
2016-11-05Add support for X25519.Joel Sing
2016-11-05rename ocsp_ctx to ocspBob Beck
2016-11-05minor mandoc -Tlint nitsIngo Schwarze
2016-11-05add the missing content, sorry for committing an empty fileIngo Schwarze
2016-11-05Stricter validation of inputs of OPENSSL_asc2uni() and OPENSSL_uni2asc().Miod Vallat
2016-11-05convert the remaining manual pages from pod to mdocIngo Schwarze
2016-11-05X509_STORE_CTX_set_*() may fail, so check for errors.Miod Vallat
2016-11-05Do not leak the ressources possibly allocated by EVP_MD_CTX_init() in theMiod Vallat
2016-11-05Set PROG so that the binary correctly gets recompiled when the librariesMiod Vallat
2016-11-05Make sure PEM_SealInit() will correctly destroy the PEM_ENCODE_SEAL_CTXMiod Vallat
2016-11-05No need to duplicate definitions from evp.h locally.Miod Vallat
2016-11-05Stop abusing the ternary operator to decide which function to call in aMiod Vallat
2016-11-05Remove the obj, xobj and src directories from the base set.Robert Peichaer
2016-11-05further tweakage, with an improvement from joel;Jason McIntyre
2016-11-05add EXAMPLES and tweak some wordingIngo Schwarze
2016-11-05Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve()Joel Sing
2016-11-05Remove generated Symbols.map on make clean.Joel Sing
2016-11-05spelling fix from eric van gyzen, freebsd r308293;Jason McIntyre
2016-11-05Move the definition of REGVAL into a common header to make it usableVisa Hankala
2016-11-05Drop unnecessary #ifdef MBUF_TIMESTAMP.Visa Hankala
2016-11-05Do not show a device unit number in the cnmac interrupt name. The sameVisa Hankala
2016-11-04tweak previousIngo Schwarze
2016-11-04Empty -> empty in log messagesReyk Floeter
2016-11-04Move ofp_output() into ofp_common.c and few function prototypes intoReyk Floeter
2016-11-04spacingRobert Peichaer
2016-11-04a new utility for bcook@: find mlinks for portable LibreSSLIngo Schwarze
2016-11-04Move pqueue regress from libcrypto to libssl, since that's where the pqueueJoel Sing
2016-11-04Rename ssl3_get_key_exchange() to ssl3_get_server_key_exchange(), sinceJoel Sing