Age | Commit message (Expand) | Author |
2022-01-07 | Add a new, mostly empty, bio_local.h and include it in the files | Theo Buehler |
2022-01-07 | Sync EVP_MD_CTX to heap switch from npppd. | Theo Buehler |
2022-01-07 | npppd: convert to EVP_MD_CTX on heap | Theo Buehler |
2022-01-07 | hibernate_clear_signature() is only used by hibernate_resume(), so | Philip Guenther |
2022-01-07 | Extract the slice from the zeroth swap device instead of assuming | Philip Guenther |
2022-01-07 | whitespace | Andrew Fresh |
2022-01-07 | regen | Jonathan Gray |
2022-01-07 | stop creating old drm device nodes | Jonathan Gray |
2022-01-07 | mention radeondrm on riscv64 | Jonathan Gray |
2022-01-06 | stop chowning old drm device nodes | Jonathan Gray |
2022-01-06 | Don't explicitly set HostbasedAuthentication in sshd_config. | Darren Tucker |
2022-01-06 | allow hostbased auth to select RSA keys when only RSA/SHA2 are | Damien Miller |
2022-01-06 | add a helper function to match a key type to a list of signature | Damien Miller |
2022-01-06 | log some details on hostkeys that ssh loads for hostbased authn | Damien Miller |
2022-01-06 | log signature algorithm during verification by monitor; ok markus | Damien Miller |
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 |