summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-12simplify code for resolver_getnaimeinfo()Eric Faurot
2018-11-12- Fix UTF-8 regression test when running with LC_{CTYPE,ALL}=C by settingMartijn van Duren
2018-11-12set the hardmtu on ether encap ifs so the mtu can be raised above 1500David Gwynne
2018-11-12Introduce m_align() a function that works like M_ALIGN() but works withClaudio Jeker
2018-11-12limit the number of interface units to the number of device minorsDavid Gwynne
2018-11-12Fix grammar in commentPhilip Guenther
2018-11-12Delete support for non-secureplt binaries. The secure PLT format has beenPhilip Guenther
2018-11-12get rid of useless casts on setsockopt callsDavid Gwynne
2018-11-11regenFrederic Cambus
2018-11-11Add ID for a VIA HD Audio device found on my HP t5570 Thin Client.Frederic Cambus
2018-11-11Add check function to verify that pkey is usable with a sigalg.Bob Beck
2018-11-11Add END() macro to set symbol size like every other archPhilip Guenther
2018-11-11sync clang on mips64Visa Hankala
2018-11-11Build clang on mips64.Visa Hankala
2018-11-11Add back a few missing compatibility stubsBrent Cook
2018-11-11Fix resolver_getaddrinfo(): use NULL strings in underlying messagesEric Faurot
2018-11-11accept NULL as a valid string in the proc message formating api.Eric Faurot
2018-11-11accept "interface ifX" without parameters. Extend the man page to showremi
2018-11-11copy the mpls cos and use it as the ip dscp/tos/tclass thing.David Gwynne
2018-11-11quiet warning on other compilersBrent Cook
2018-11-11Fix a race in libssl interop regress. The success messages fromAlexander Bluhm
2018-11-11Hook up sm3 regress tests.Theo Buehler
2018-11-11Add sm3 regress tests.Theo Buehler
2018-11-11Add sm3 to the 'openssl dgst' command.Theo Buehler
2018-11-11Add EVP_sm3() to OpenSSL_add_all_digests_internal().Theo Buehler
2018-11-11syncTheo Buehler
2018-11-11bump minors after symbol addition.Theo Buehler
2018-11-11Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host().Theo Buehler
2018-11-11Add Ribose Inc's implementation of the SM3 hashing function withTheo Buehler
2018-11-11Nuke trailing whitespaceBob Beck
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2018-11-11when encapsulating mpls, map the mpls qos value to an ip tos.David Gwynne
2018-11-11Free the server tls transcript in case session reuse did not work.Alexander Bluhm
2018-11-11actually use the if_llprio to set the mbuf prio.David Gwynne
2018-11-11use the llprio on gre(4) and eoip(4) interfaces for the keepalive tosDavid Gwynne
2018-11-11include crypto.h from the correct path, remove unused variableBrent Cook
2018-11-11Add support for RSA PSS algorithims being used in sigalgs.Bob Beck
2018-11-11Convert signatures and verifcation to use the EVP_DigestXXX apiBob Beck
2018-11-11in the magical language gcc, adding brackets allows correct code to compile.Theo de Raadt
2018-11-11make all the setsockopt calls consistent.David Gwynne
2018-11-11Sometimes autoindenting is too helpful.Kenneth R Westerback
2018-11-11As get_hw_address() is called early and unconditionally setsKenneth R Westerback
2018-11-11Reorganize libssl interop tests. Move netcat tests into separateAlexander Bluhm
2018-11-11Mention the default address (0.0.0.0) and port (6653) that switchd(8)akoshibe
2018-11-10let -D work on ping6 too.David Gwynne
2018-11-10Unbreak `-D macro=value' (r1.686 regression)kn
2018-11-10use the LFPRINTF() debug macro consistently; ok mpi@anton
2018-11-10Use tick_msg(INT64_MAX) when LLADDR changes.Kenneth R Westerback
2018-11-10If tick_msg() is passed a start of INT64_MAX (a.k.a. the end of time)Kenneth R Westerback
2018-11-10Eliminate use of sbrk (was only used to print a diagnostic).Daniel Dickman