Age | Commit message (Expand) | Author |
2022-01-06 | piece of UpdateHostkeys client strictification: when updating known_hosts | Damien Miller |
2022-01-06 | include rejected signature algorithm in error message and not the | Damien Miller |
2022-01-06 | make ssh-keysign use the requested signature algorithm and not the | Damien Miller |
2022-01-06 | stricter UpdateHostkey signature verification logic on the client- | Damien Miller |
2022-01-06 | Fix signature algorithm selection logic for UpdateHostkeys on the | Damien Miller |
2022-01-06 | convert ssh, sshd mainloops from select() to poll(); | Damien Miller |
2022-01-06 | Add test for hostbased auth. It requires some external setup (see | Darren Tucker |
2022-01-06 | prepare for conversion of ssh, sshd mainloop from select() to poll() | Damien Miller |
2022-01-06 | repair usage | Theo de Raadt |
2022-01-06 | Switch fw_update -D to instead -F | Andrew Fresh |
2022-01-06 | refer to longindex as an argument, not a field; | Jason McIntyre |
2022-01-06 | Revise for change to tls_key_share_peer_public() | Joel Sing |
2022-01-06 | Convert legacy TLS client to tls_key_share. | Joel Sing |
2022-01-06 | Allocate and free the EVP_AEAD_CTX struct in tls13_record_protection. | Joel Sing |
2022-01-06 | Cleanup mft file handling, especially the stale mft bits. | Claudio Jeker |
2022-01-06 | Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSET | Theo de Raadt |
2022-01-06 | Add regress tests for ASN1_BIT_STRING. | Joel Sing |
2022-01-06 | Add a comment that explains why build_addr_block_tests isn't const | Theo Buehler |
2022-01-06 | Convert SCT verification to CBB. | Joel Sing |
2022-01-06 | Sync from libssl. | Joel Sing |
2022-01-06 | Test CBB_add_u64() | Joel Sing |
2022-01-06 | Provide CBB_add_u64() | Joel Sing |
2022-01-06 | minor tweaks, no code change | Theo Buehler |
2022-01-06 | With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_san | Theo Buehler |
2022-01-06 | Make it possible to compile the patterns utility with the source tree | Anton Lindqvist |
2022-01-06 | Free memory before assign to avoid leak | Kinichiro Inoguchi |
2022-01-06 | Free memory if error occurred | Kinichiro Inoguchi |
2022-01-06 | Remove NULL check before free | Kinichiro Inoguchi |
2022-01-06 | Fix a copy-paste error that led to an out-of-bounds access. | Theo Buehler |
2022-01-06 | Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSET | Mark Kettenis |
2022-01-06 | Ignore windows without a size set (may be used for pane only), from | Nicholas Marriott |
2022-01-06 | regen | Jonathan Gray |
2022-01-06 | ati 0x15e7 confirmed to be barcelo, 2022 ryzen 5000 apus | Jonathan Gray |
2022-01-06 | Add test coverage for SCT validation. | Joel Sing |
2022-01-06 | t_syscall was a test for the gcc 1.x off_t syscall padding, | Philip Guenther |
2022-01-06 | drm/amdgpu: add support for IP discovery gc_info table v2 | Jonathan Gray |
2022-01-06 | drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly e... | Jonathan Gray |
2022-01-06 | unstub amdgpu_gem_force_release() | Jonathan Gray |
2022-01-05 | add a comment so I don't make this mistake again | Damien Miller |
2022-01-05 | fix cut-and-pasto in error message | Damien Miller |
2022-01-05 | no longer needed | Theo de Raadt |
2022-01-05 | funopen(): change seekfn argument to use off_t, not fpos_t | Todd C. Miller |
2022-01-05 | Prepare to provide DSA_bits() | Theo Buehler |
2022-01-05 | Prepare to provide BIO_set_retry_reason() | Theo Buehler |
2022-01-05 | Prepare to provide a number of RSA accessors | Theo Buehler |
2022-01-05 | Prepare to provide ECDSA_SIG_get0_{r,s}() | Theo Buehler |
2022-01-05 | Prepare to provide DH_get_length() | Theo Buehler |
2022-01-05 | Prepare to provide DSA_get0_{p,q,g,{priv,pub}_key}() | Theo Buehler |
2022-01-05 | Prepare to provide DH_get0_{p,q,g,{priv,pub}_key}() | Theo Buehler |
2022-01-05 | Prepare to provide BIO_set_next(). | Theo Buehler |