2022-07-22 |
jsing | Convert TLS transcript from BUF_MEM to tls_buffer. |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsing | Extend TLS buffer regress to cover read/write usage. |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsing | Add read and write support to tls_buffer. |
commit | commitdiff | tree | snapshot |
2022-07-22 |
claudio | Revert previous commit. The RTP_MINE checks on struct... |
commit | commitdiff | tree | snapshot |
2022-07-22 |
tobhe | Include an OpenIKED Vendor ID payload in the initial... |
commit | commitdiff | tree | snapshot |
2022-07-22 |
kn | Leftovers from florian's RS/NA purge from the kernel... |
commit | commitdiff | tree | snapshot |
2022-07-22 |
tobhe | Fix potential leak of reply in error case. |
commit | commitdiff | tree | snapshot |
2022-07-22 |
tb | Simplify tls13_server_encrypted_extensions_recv |
commit | commitdiff | tree | snapshot |
2022-07-22 |
kn | Zap dead store nd6_allocated |
commit | commitdiff | tree | snapshot |
2022-07-22 |
kn | Call nd6_timer() without argument |
commit | commitdiff | tree | snapshot |
2022-07-22 |
tb | Remove redundant length checks in parse functions |
commit | commitdiff | tree | snapshot |
2022-07-22 |
claudio | Retire the F_KERNEL flag, it got superseded by route... |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | fix use after free in debug path |
commit | commitdiff | tree | snapshot |
2022-07-22 |
nicm | Clear marks when the search string changes. From Anindy... |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | drm/aperture: Run fbdev removal before internal helpers |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | drm/amd/pm: Prevent divide by zero |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | drm/amd/display: Only use depth 36 bpp linebuffers... |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | drm/i915: Require the vm mutex for i915_vma_bind() |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | drm/i915/uc: correctly track uc_fw init failure |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | drm/i915/gt: Serialize TLB invalidates with GT resets |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | drm/i915/gt: Serialize GRDOM access between multiple... |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | drm/i915/dg2: Add Wa_22011100796 |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | drm/i915/selftests: fix a couple IS_ERR() vs NULL tests |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_... |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | drm/i915: fix a possible refcount leak in intel_dp_add_... |
commit | commitdiff | tree | snapshot |
2022-07-22 |
jsg | avoid use after free |
commit | commitdiff | tree | snapshot |
2022-07-21 |
deraadt | repair error section; Martin Vahlensieck |
commit | commitdiff | tree | snapshot |
2022-07-21 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2022-07-21 |
kettenis | Add support for the new DART variant found on the Apple... |
commit | commitdiff | tree | snapshot |
2022-07-21 |
deraadt | fix dow |
commit | commitdiff | tree | snapshot |
2022-07-21 |
naddy | 7.3 packages key |
commit | commitdiff | tree | snapshot |
2022-07-21 |
claudio | Relax the config of add-path send and rde evaluate all |
commit | commitdiff | tree | snapshot |
2022-07-21 |
sthen | add 7.3 firmware key |
commit | commitdiff | tree | snapshot |
2022-07-21 |
kn | Zap unused global keypair_counter |
commit | commitdiff | tree | snapshot |
2022-07-21 |
claudio | Make kr_redistribute() and kroute_insert() AID independ... |
commit | commitdiff | tree | snapshot |
2022-07-21 |
kn | Mention veb(4) next to bridge(4) |
commit | commitdiff | tree | snapshot |
2022-07-21 |
mbuhl | Set the default pool size for the new anchors pool... |
commit | commitdiff | tree | snapshot |
2022-07-21 |
tb | Make test table based, extend it a little |
commit | commitdiff | tree | snapshot |
2022-07-21 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2022-07-21 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2022-07-21 |
deraadt | 7.3 base key |
commit | commitdiff | tree | snapshot |
2022-07-20 |
kn | Add size to free(9) call |
commit | commitdiff | tree | snapshot |
2022-07-20 |
espie | be a bit more forceful explaining that 'make update... |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | Simplify tlsext_supported_groups_server_parse |
commit | commitdiff | tree | snapshot |
2022-07-20 |
deraadt | move to 7.2-beta. this gets done very early, to avoid... |
commit | commitdiff | tree | snapshot |
2022-07-20 |
deraadt | move to 7.2-beta. this gets done very early, to avoid... |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | link ssl_set_alpn_protos to regress |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | Add a quick and dirty regress for SSL{_CTX,}_set_alpn_p... |
commit | commitdiff | tree | snapshot |
2022-07-20 |
claudio | This no longer needs the inet pledge. sysconf(3) was... |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | Drop some unnecessary parentheses. |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | Copy alpn_selected using CBS |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | Copy alpn_client_proto_list using CBS in SSL_new() |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | Validate protocols in SSL{_CTX,}_set_alpn_protos() |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | Rewrite SSL{_CTX,}_set_alpn_protos() using CBS |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | Change various ALPN related internal struct members |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | Factor out ALPN extension format check |
commit | commitdiff | tree | snapshot |
2022-07-20 |
claudio | Cleanup and fix the network code. |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | sync |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | bump major due to struct size change on ILP32 architectures |
commit | commitdiff | tree | snapshot |
2022-07-20 |
tb | Revert zlib.h r1.7 |
commit | commitdiff | tree | snapshot |
2022-07-20 |
mbuhl | Add a pool for the allocation of the pf_anchor struct. |
commit | commitdiff | tree | snapshot |
2022-07-20 |
jsing | Remove tls_buffer_set_data() and remove/revise callers. |
commit | commitdiff | tree | snapshot |
2022-07-20 |
jsing | Correct server-side handling of TLSv1.3 key updates. |
commit | commitdiff | tree | snapshot |
2022-07-20 |
deraadt | the _pad_ system calls from 2021/12/23 can go away |
commit | commitdiff | tree | snapshot |
2022-07-20 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2022-07-20 |
deraadt | the _pad_ system calls from 2021/12/23 can go away |
commit | commitdiff | tree | snapshot |
2022-07-20 |
djm | ssh-keygen: fix touch prompt, pin retries; |
commit | commitdiff | tree | snapshot |
2022-07-20 |
djm | sk-usbhid: preserve error code returned by key_lookup() |
commit | commitdiff | tree | snapshot |
2022-07-20 |
djm | crank SSH_SK_VERSION_MAJOR to match |
commit | commitdiff | tree | snapshot |
2022-07-20 |
djm | when enrolling a resident key on a security token,... |
commit | commitdiff | tree | snapshot |
2022-07-20 |
djm | pull passphrase reading and confirmation into a separat... |
commit | commitdiff | tree | snapshot |
2022-07-19 |
jmatthew | Fix up tx ring slot calculations so we store the mbuf... |
commit | commitdiff | tree | snapshot |
2022-07-19 |
tb | zap trailing spaces |
commit | commitdiff | tree | snapshot |
2022-07-19 |
tb | fix indent |
commit | commitdiff | tree | snapshot |
2022-07-19 |
martijn | Objects are only set to ready if both their parent... |
commit | commitdiff | tree | snapshot |
2022-07-19 |
tb | Regenerate golden numbers due to RC4-MD5 now being... |
commit | commitdiff | tree | snapshot |
2022-07-19 |
tb | Disallow MD5 and SHA-1 HMACs depending on the security... |
commit | commitdiff | tree | snapshot |
2022-07-19 |
claudio | Add log_debug() and pt_getaddr() dummy functions becaus... |
commit | commitdiff | tree | snapshot |
2022-07-19 |
tb | Avoid unnecessary loops in BN_generate_prime_ex() |
commit | commitdiff | tree | snapshot |
2022-07-19 |
tb | Document -tls1_{1,2,3} in openssl ciphers |
commit | commitdiff | tree | snapshot |
2022-07-19 |
tb | Allow displaying ciphers according to protocol version |
commit | commitdiff | tree | snapshot |
2022-07-19 |
claudio | Do a minimal check that the passed in option is inside... |
commit | commitdiff | tree | snapshot |
2022-07-19 |
claudio | Use kf for all struct kroute_full variables. Makes... |
commit | commitdiff | tree | snapshot |
2022-07-19 |
claudio | Use sysctl CTL_NET.PF_INET6 to check if IPv6 is availab... |
commit | commitdiff | tree | snapshot |
2022-07-19 |
nicm | Do not ignore the "off" flag when checking if a pane... |
commit | commitdiff | tree | snapshot |
2022-07-19 |
nicm | Process modifiers as bits rather than using a switch... |
commit | commitdiff | tree | snapshot |
2022-07-19 |
nicm | Fix memory leak, from Gabriel Souza Franco. |
commit | commitdiff | tree | snapshot |
2022-07-18 |
deraadt | use syntax which more acceptable to older compilers |
commit | commitdiff | tree | snapshot |
2022-07-18 |
tobhe | Check if there is a locally cached nameserver to send... |
commit | commitdiff | tree | snapshot |
2022-07-18 |
jca | Restrict pledge("vminfo") callers to read-only swapctl... |
commit | commitdiff | tree | snapshot |
2022-07-18 |
deraadt | Delete the YPACTIVE toggling code when "getpw" code... |
commit | commitdiff | tree | snapshot |
2022-07-18 |
krw | Synch 'help' command descriptions with man page descrip... |
commit | commitdiff | tree | snapshot |
2022-07-18 |
claudio | Remove warning messages that add nothing in the situati... |
commit | commitdiff | tree | snapshot |
2022-07-18 |
krw | 'quit' and 'exit' descriptions were reversed. |
commit | commitdiff | tree | snapshot |
2022-07-18 |
visa | Compile octeon kernels with -march=mips64r2 |
commit | commitdiff | tree | snapshot |
2022-07-18 |
mvs | Remove locks description duplicate. No functional changes. |
commit | commitdiff | tree | snapshot |
2022-07-18 |
claudio | Do not fatalx() when calculating the dmetric and the... |
commit | commitdiff | tree | snapshot |
2022-07-18 |
tb | Revert accidental commit |
commit | commitdiff | tree | snapshot |
2022-07-18 |
tb | Add comments to explain the magic numbers 57 and 58 |
commit | commitdiff | tree | snapshot |
2022-07-18 |
tb | Avoid sending the QUIC transport parameters extension... |
commit | commitdiff | tree | snapshot |
next |