openbsd
2021-10-25 jsingUse ssl_force_want_read() in the DTLS code.
2021-10-25 deraadtopen() flags never contain O_CREAT, so variatic mode_t...
2021-10-25 deraadtdo not need a temporary one time use variable which...
2021-10-25 jsingFold SSL_SESSION_INTERNAL back into SSL_SESSION.
2021-10-25 tobheFix use of uninitialized variable 'rpl'.
2021-10-25 nicmAdd -s and -S to display-popup to set popup and border...
2021-10-25 nicmInstead of setting the popup default colours in the...
2021-10-25 tbDrop two uses of the terrible asn1 kludge spotted by...
2021-10-25 mbuhlUse EXPECTED_FAIL instead of DISABLED.
2021-10-24 tobheMerge esp_input_cb() intp esp_input().
2021-10-24 bluhmRemove code duplication by merging the v4 and v6 input...
2021-10-24 tobheRefactor ah_input() and ah_output() for new crypto...
2021-10-24 deraadtFor open/openat, if the flags parameter does not contai...
2021-10-24 deraadtWhat kind of Sun idiot called open() with flags of...
2021-10-24 deraadtFor open/openat, if the flags parameter does not contai...
2021-10-24 tobheRefactor ipcomp_input() and ipcomp_output(). Remove...
2021-10-24 martijnEven though AgentX supports null-oids and incidentally...
2021-10-24 claudioUse the print.c file which is now shipped in rpki-clien...
2021-10-24 claudioMove the various print functions from the regress tests...
2021-10-24 mpiConstify struct cfattach.
2021-10-24 deraadt#define open O_* flags in libsa/stand.h, so that bootbl...
2021-10-24 martijnInitialize OID print buffer, even when oidlen is 0.
2021-10-24 patrickSome more whitespace cleanup
2021-10-24 claudioAdd $OpenBSD$ header and add a licence to rrdp.h which...
2021-10-24 bluhmThere are more m_pullup() in IPsec input. Pass down...
2021-10-24 mpiConstify struct cfattach.
2021-10-24 claudioAdd my copyright to some files
2021-10-24 mpiConstify struct cfattach.
2021-10-24 patricktiny little whitespace fixes
2021-10-24 ianAdd httpd custom error page facility. Adapted by me...
2021-10-24 knUse braces in config examples
2021-10-24 tobheRemove 'struct tdb_crypto' allocations from esp_input...
2021-10-24 patrickA tiny bit of cleanup.
2021-10-24 patrickAdd mount -ur/uw support to tmpfs.
2021-10-24 visaUnlock top part of UVM fault handler on mips64.
2021-10-24 mpiMove pmap_{,k}remove() inside uvm_km_pgremove{,_intrsaf...
2021-10-24 schwarzemerge documentation for SSL_read_ex(3), SSL_peek_ex...
2021-10-24 patrickNow that ampintcmsi(4)'s establish function returns...
2021-10-24 tobheRemove crp_etype and return errors directly from crypto...
2021-10-24 deraadtuse O_RDONLY instead of 0 as open() flags parameter
2021-10-24 bluhmPass the error of the IPsec callback to the caller...
2021-10-24 mpiUse unveil(2) for the possible script file, dt(4) and...
2021-10-24 tbPrepare to provide a number of X509_STORE_CTX_* setters.
2021-10-24 tbPrepare to provide EVP_MD_CTX_get_md_data()
2021-10-24 tbPrepare to provide a bunch of OCSP_resp_* getters.
2021-10-24 tbPrepare to provide X509_STORE_CTX_get_num_untrusted()
2021-10-24 tbPrepare to provide BIO_get_init()
2021-10-24 mpiShuffle variables around and use KASSERT() instead...
2021-10-24 jobImprove variable naming
2021-10-24 deraadtsync
2021-10-24 schwarzeSince tb@ added DECLARE_STACK_OF(GENERAL_NAMES) to...
2021-10-24 knUse ifconfig(8)'s "join" command by default
2021-10-24 floriannsd 4.3.7 shipped with DNS cookies on and then flipped...
2021-10-24 florianUpdate to 4.3.8.
2021-10-24 jobRestrict the characterset for filenames on Manifests
2021-10-24 mpiImplement poll(2), select(2), ppoll(2) & pselect(2...
2021-10-24 sashanlet pf_table.c to use standard way to work with lists
2021-10-24 patrickStop setting etype in the MD crypto code. So far we...
2021-10-24 knFall back to HTTP for fetching automatically
2021-10-24 jsgansi
2021-10-24 patrickProhibit renames of tmpfs mount-points to fix a panic.
2021-10-24 tbPrepare to provide X509_OBJECT_{new,free}()
2021-10-24 deraadtextra 0 fields in cfdriver are not needed
2021-10-24 deraadtpretty & normalize the cfdriver decl
2021-10-24 beckDon't leak internal->verfied_chain, clean it up in...
2021-10-24 claudioAnther day another broken test-http.c report from anton@
2021-10-24 mpiFix mangled license.
2021-10-24 jmcspelling;
2021-10-24 visaSet klist lock for sockets to make socket event filters...
2021-10-24 visaMake pipe event filters MP-safe
2021-10-24 jsguse NULL not 0 for pointer values in kern
2021-10-23 bluhmThere is an m_pullup() down in AH input. As it may...
2021-10-23 bluhmFix use-after-free in ipcomp_output() introduced by...
2021-10-23 jmcspread some ipcrm/ipcs Xr; from mikhail
2021-10-23 bennodo not duplicate "Connection: close" headers and only...
2021-10-23 mvssonewconn() returns the pointer to 'socket' struct...
2021-10-23 beckAdd SSL_get0_verified_chain - needed by some new stuff
2021-10-23 claudioRename io_buf_new to io_new_buffer and io_buf_close...
2021-10-23 deraadtbtrace dir
2021-10-23 mpiProvide common btrace(8) scripts.
2021-10-23 deraadtsync
2021-10-23 deraadtsync
2021-10-23 mestreensure that sensitive data is zeroed out from mem.
2021-10-23 bluhmFor testing snmpd, use rc script to stop any running...
2021-10-23 tbDeclare STACK_OF(GENERAL_NAMES)
2021-10-23 patrickCall uvm_vnp_uncache() in tmpfs_write(). We currently...
2021-10-23 patrickFix tmpfs_lookup locking for ".." == ".". unveil_find_...
2021-10-23 schwarzefix wrong and missing return types and wrong macros...
2021-10-23 martijnRename a couple of variables overlooked in the conversi...
2021-10-23 martijnAdd a glossary of variable names.
2021-10-23 mestrestty(1) can't be pledged for all modes, but it can...
2021-10-23 dvtpm(4): add support for tpm2 CRB interface
2021-10-23 beckAdd new OpenSSL API SSL_CTX_set_num_tickets and friends.
2021-10-23 tbKNF a particularly ugly comment
2021-10-23 tbZap trailing whitespace
2021-10-23 krwArithmetic is hard! Since MBR partition 0 is the only...
2021-10-23 claudioFixup test-http.c after big io change before anton...
2021-10-23 tbUnhandroll X509_up_ref()
2021-10-23 claudioFinnally move away from blocking reads in rpki-client...
2021-10-23 benno* stop sending the content for head requests, even...
next