Age | Commit message (Expand) | Author |
2016-11-05 | document BN_set_negative() and BN_is_negative(); | Ingo Schwarze |
2016-11-05 | Part one of the alt chains changes, bring in newer modifications to | Bob Beck |
2016-11-05 | Add objects for X25519, X448, Ed25519 and Ed448. | Joel Sing |
2016-11-05 | One of the error paths would attempt to access not-yet-initialized locals. | Miod Vallat |
2016-11-05 | Do a partial CBB conversion of ssl3_send_server_key_exchange(), which will | Joel Sing |
2016-11-05 | fix misplaced quote by tls_peer_ocsp_this_update | Brent Cook |
2016-11-05 | fix previous; looks good to bcook@ | Ingo Schwarze |
2016-11-05 | don't skip names that match the beginning of the file name; | Ingo Schwarze |
2016-11-05 | Remove syscall.ph from vi.recover | Andrew Fresh |
2016-11-05 | update example directory | Brent Cook |
2016-11-05 | zap trailing whitespace, and add -o to usage() and help (-h); | Jason McIntyre |
2016-11-05 | sync | Theo de Raadt |
2016-11-05 | Add regress tests for multicasts and dynamic vxlans | Vincent Gross |
2016-11-05 | Two tweaks for compile/Makefile.inc: | Martin Natano |
2016-11-05 | tweak previous; | Jason McIntyre |
2016-11-05 | move manual pages from doc/ to man/ for consistency with other | Ingo Schwarze |
2016-11-05 | Check BIO_new*() for failure. | Miod Vallat |
2016-11-05 | More X509_STORE_CTX_set_*() return value checks. | Miod Vallat |
2016-11-05 | bump minors for symbol addition for ocsp and x25519 symbol additions | Bob Beck |
2016-11-05 | Add support for server side OCSP stapling to libtls. | Bob Beck |
2016-11-05 | Add regress for X25519, converted from BoringSSL. | Joel Sing |
2016-11-05 | after getting rid of the pod files, clean up the Makefiles; ok bcook@ | Ingo Schwarze |
2016-11-05 | Add support for X25519. | Joel Sing |
2016-11-05 | rename ocsp_ctx to ocsp | Bob Beck |
2016-11-05 | minor mandoc -Tlint nits | Ingo Schwarze |
2016-11-05 | add the missing content, sorry for committing an empty file | Ingo Schwarze |
2016-11-05 | Stricter validation of inputs of OPENSSL_asc2uni() and OPENSSL_uni2asc(). | Miod Vallat |
2016-11-05 | convert the remaining manual pages from pod to mdoc | Ingo Schwarze |
2016-11-05 | X509_STORE_CTX_set_*() may fail, so check for errors. | Miod Vallat |
2016-11-05 | Do not leak the ressources possibly allocated by EVP_MD_CTX_init() in the | Miod Vallat |
2016-11-05 | Set PROG so that the binary correctly gets recompiled when the libraries | Miod Vallat |
2016-11-05 | Make sure PEM_SealInit() will correctly destroy the PEM_ENCODE_SEAL_CTX | Miod Vallat |
2016-11-05 | No need to duplicate definitions from evp.h locally. | Miod Vallat |
2016-11-05 | Stop abusing the ternary operator to decide which function to call in a | Miod Vallat |
2016-11-05 | Remove the obj, xobj and src directories from the base set. | Robert Peichaer |
2016-11-05 | further tweakage, with an improvement from joel; | Jason McIntyre |
2016-11-05 | add EXAMPLES and tweak some wording | Ingo Schwarze |
2016-11-05 | Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve() | Joel Sing |
2016-11-05 | Remove generated Symbols.map on make clean. | Joel Sing |
2016-11-05 | spelling fix from eric van gyzen, freebsd r308293; | Jason McIntyre |
2016-11-05 | Move the definition of REGVAL into a common header to make it usable | Visa Hankala |
2016-11-05 | Drop unnecessary #ifdef MBUF_TIMESTAMP. | Visa Hankala |
2016-11-05 | Do not show a device unit number in the cnmac interrupt name. The same | Visa Hankala |
2016-11-04 | tweak previous | Ingo Schwarze |
2016-11-04 | Empty -> empty in log messages | Reyk Floeter |
2016-11-04 | Move ofp_output() into ofp_common.c and few function prototypes into | Reyk Floeter |
2016-11-04 | spacing | Robert Peichaer |
2016-11-04 | a new utility for bcook@: find mlinks for portable LibreSSL | Ingo Schwarze |
2016-11-04 | Move pqueue regress from libcrypto to libssl, since that's where the pqueue | Joel Sing |
2016-11-04 | Rename ssl3_get_key_exchange() to ssl3_get_server_key_exchange(), since | Joel Sing |