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