summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-04Explicitly NULL pointers to avoid a double free.Theo Buehler
2021-04-04Don't leak key and dh in the error path.Theo Buehler
2021-04-04Clean up client and server tls{,_config} contexts in tls_test().Theo Buehler
2021-04-04Document support subset of conversion specificationkn
2021-04-04remove stray inserts; from matthias schmidtJason McIntyre
2021-04-04fix spacing issue in macro;Jason McIntyre
2021-04-04missing comma; from kawashima jamesJason McIntyre
2021-04-03Add size check for sockaddr mask.tobhe
2021-04-03Add a guard page between I/O virtual address space allocations. The ideaPatrick Wildt
2021-04-03Exclude the first page from I/O virtual address space, which is the NULLPatrick Wildt
2021-04-03Run the CMAC tests through EVP_PKEY_new_CMAC_key().Theo Buehler
2021-04-03typos in comments; GHPR#180 from Ville SkyttäDamien Miller
2021-04-03sync CASignatureAlgorithms lists with reality. GHPR#174 fromDamien Miller
2021-04-03highly polished whitespace, mostly fixing spaces-for-tab and badDamien Miller
2021-04-03whitespace (tab after space)Damien Miller
2021-04-03fix incorrect plural; from Ville Skyttä via GHPR#181Damien Miller
2021-04-03ensure that pkcs11_del_provider() is called before exit - some PKCS#11Damien Miller
2021-04-03unused variableDamien Miller
2021-04-03Fix two problems in string->argv conversion: 1) multiple backslashesDamien Miller
2021-04-02Remove superflouus mmcpy()dv
2021-04-02In http_connect() if the connect was actually successful break out of theClaudio Jeker
2021-04-02info gotten via getnameinfo in http_connect() is not used anymore, it isTheo de Raadt
2021-04-02Two cases of BRE involving counts and backrefs that go wrong andOtto Moerbeek
2021-04-02Include the default cert.pem file path in tls_load_file error message.Claudio Jeker
2021-04-02Show DTLS1.2 message with openssl(1) s_server and s_clientKinichiro Inoguchi
2021-04-02Don't leak the uri of a delta with duplicate serial.Theo Buehler
2021-04-02swap rname and mname in debug output, and handle the USE_CD flagEric Faurot
2021-04-02configyyrename.h is no longer needed with the switch to flex -P c_.Florian Obser
2021-04-02Implement ZONEMD (RFC8976), based on DS (ds_43.c)Florian Obser
2021-04-02if cipher list is not specified for a relay action, use the globalEric Faurot
2021-04-02fix sentence structure;Jason McIntyre
2021-04-02tweak previous;Jason McIntyre
2021-04-02fix typo + some whitespaceTheo Buehler
2021-04-02Fix Dale's email addressTheo Buehler
2021-04-02syncTheo de Raadt
2021-04-02don't put ptys onto the ramdisk mediaTheo de Raadt
2021-04-02Indent struct members like everywhere else.Theo Buehler
2021-04-02Document ioctl(2)'s for vmm(4). OK kn@.dv
2021-04-01Update manpage about RRDPjob
2021-04-01update currency exchange rates;Jason McIntyre
2021-04-01sort options list;Jason McIntyre
2021-04-01spellingTheo de Raadt
2021-04-01Sort usage: rR -> RrTheo Buehler
2021-04-01RRDP is currently off by default.Claudio Jeker
2021-04-01Tweak log_debug() verbiage to reduce repetitive infoKenneth R Westerback
2021-04-01Initial commit of RRDP (The RPKI Repository Delta Protocol - RFC8182) supportClaudio Jeker
2021-04-01For the snprintf range check demo, add a (size_t) cast in the right placeTheo de Raadt
2021-04-01Also immediately accept the *first* OFFER if it matches the requested address,Kenneth R Westerback
2021-04-01Clean up nonexistent/unused properties handlingkn
2021-04-01Remove extraneous call of vm_getbyvmid during pause eventdv