You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
90 88351eca17
Fix missing header for systemd notification
2 weeks ago
.github Port changes from selfhosted to upstream tests. 3 weeks ago
contrib crank RPM spec versions 1 month ago
m4 Improve detection of -fzero-call-used-regs=used. 1 month ago
openbsd-compat Fix missing header for systemd notification 2 weeks ago
regress upstream: Use egrep instead of grep -E. 3 weeks ago
.depend depend 4 months ago
.git_allowed_signers add new token-based signing key for dtucker@ 3 weeks ago
.git_allowed_signers.asc add new token-based signing key for dtucker@ 3 weeks ago
.gitignore ignore some vim droppings 2 months ago
.skipped-commit-ids upstream: clean sshd random relinking kit; ok miod@ 2 months ago
CREDITS convert to UTF-8; from Mike Frysinger 4 years ago
INSTALL remove support for old libcrypto 1 year ago
LICENCE Add a timegm implementation from Heimdal via Samba. 1 year ago
Makefile.in Have configure find PuTTY and Conch binaries. 6 months ago
OVERVIEW upstream: refer to OpenSSL not SSLeay; 5 years ago
PROTOCOL upstream: fix missing field in users-groups-by-id@openssh.com reply 3 months ago
PROTOCOL.agent upstream: spelling; ok markus@ 3 months ago
PROTOCOL.certkeys upstream: PROTOCOL.certkeys: update reference from IETF draft to 2 years ago
PROTOCOL.chacha20poly1305 upstream: Fix some typos and an incorrect word in docs. Patch from 4 years ago
PROTOCOL.key upstream: in OpenSSH private key format, correct type for subsequent 3 weeks ago
PROTOCOL.krl upstream: remove vestigal support for KRL signatures 9 months ago
PROTOCOL.mux upstream: Remove outdated note from PROTOCOL.mux 3 months ago
PROTOCOL.sshsig upstream: Add RCS IDs to the few files that are missing them; from 3 years ago
PROTOCOL.u2f upstream: when writing an attestation blob for a FIDO key, record all 3 years ago
README version number in README 1 month ago
README.dns Minor documentation update: 4 years ago
README.md Add Coverity badges. 1 year ago
README.platform nite that recent OSX tun/tap is unsupported 3 months ago
README.privsep Privsep is now required. 4 years ago
README.tun - deraadt@cvs.openbsd.org 2006/03/28 00:12:31 18 years ago
SECURITY.md basic SECURITY.md (refers people to the website) 2 years ago
TODO Remove support for S/Key 5 years ago
addr.c upstream: fix test: getnameinfo returns a non-zero value on error, not 1 year ago
addr.h upstream: allow ssh-keyscan(1) to accept CIDR address ranges, e.g. 1 year ago
addrmatch.c upstream: highly polished whitespace, mostly fixing spaces-for-tab 3 years ago
atomicio.c remove sys/param.h in -portable, after upstream 2 years ago
atomicio.h upstream: move client/server SSH-* banners to buffers under 5 years ago
audit-bsm.c polish whitespace for portable files 3 years ago
audit-linux.c last bits of old packet API / active_state global 5 years ago
audit.c last bits of old packet API / active_state global 5 years ago
audit.h last bits of old packet API / active_state global 5 years ago
auth-bsdauth.c remove duplicate #includes 4 years ago
auth-krb5.c polish whitespace for portable files 3 years ago
auth-options.c conditionalise stdint.h inclusion on HAVE_STDINT_H 9 months ago
auth-options.h upstream: make authorized_keys environment="..." directives 2 years ago
auth-pam.c Expose SSH_AUTH_INFO_0 always to PAM auth modules. 3 weeks ago
auth-pam.h remove PAM dependencies on old packet API 5 years ago
auth-passwd.c upstream: use the new variant log macros instead of prepending 3 years ago
auth-rhosts.c upstream: Add server debugging for hostbased auth. 1 year ago
auth-shadow.c Cast time_t's in debug output to long long. 1 year ago
auth-sia.c Remove key.h from portable files too. 5 years ago
auth-sia.h - (dtucker) [auth-passwd.c auth-sia.h] Remove duplicate definitions of 19 years ago
auth.c upstream: Remove unused compat.h includes. 1 year ago
auth.h upstream: make sure that UseDNS hostname lookup happens in the monitor 1 year ago
auth2-chall.c upstream: use the new variant log macros instead of prepending 3 years ago
auth2-gss.c upstream: clamp max number of GSSAPI mechanisms to 2048; ok dtucker 1 year ago
auth2-hostbased.c upstream: Remove unused compat.h includes. 1 year ago
auth2-kbdint.c upstream: prepare for multiple names for authmethods 2 years ago
auth2-none.c upstream: Remove unused compat.h includes. 1 year ago
auth2-passwd.c upstream: f sshpkt functions fail, then password is not cleared 1 year ago
auth2-pubkey.c upstream: make sshd_config AuthorizedPrincipalsCommand and 9 months ago
auth2-pubkeyfile.c upstream: Remove unused compat.h includes. 1 year ago
auth2.c upstream: add "ext-info-in-auth@openssh.com" extension 4 months ago
authfd.c upstream: Make it possible to load certs from PKCS#11 tokens 4 months ago
authfd.h upstream: Make it possible to load certs from PKCS#11 tokens 4 months ago
authfile.c upstream: Check pointer for NULL before deref. 1 year ago
authfile.h upstream: factor out reading/writing sshbufs to dedicated 4 years ago
bitmap.c upstream commit 6 years ago
bitmap.h upstream commit 6 years ago
buildpkg.sh.in whitespace at EOL 3 years ago
canohost.c upstream: Return immediately from get_sock_port 1 year ago
canohost.h upstream commit 8 years ago
chacha.c upstream: move other RCSIDs to before their respective license blocks 9 months ago
chacha.h upstream: whitespace (tab after space) 3 years ago
channels.c upstream: fix memory leak in mux proxy mode when requesting forwarding. 1 month ago
channels.h upstream: stricter handling of channel window limits 4 months ago
cipher-aes.c remove support for old libcrypto 1 year ago
cipher-aesctr.c Add includes.h for compatibility stuff. 9 years ago
cipher-aesctr.h - markus@cvs.openbsd.org 2014/04/29 18:01:49 10 years ago
cipher-chachapoly-libcrypto.c upstream: move other RCSIDs to before their respective license blocks 9 months ago
cipher-chachapoly.c upstream: move other RCSIDs to before their respective license blocks 9 months ago
cipher-chachapoly.h upstream: make Chacha20-POLY1305 context struct opaque; ok tb@ as 4 years ago
cipher.c upstream: Garbage collect cipher_get_keyiv_len() 6 months ago
cipher.h upstream: Garbage collect cipher_get_keyiv_len() 6 months ago
cleanup.c - (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c] 17 years ago
clientloop.c upstream: fix proxy multiplexing mode, broken when keystroke timing 2 months ago
clientloop.h upstream: make failures when establishing "Tunnel" forwarding terminate 4 years ago
compat.c upstream: Refactor creation of KEX proposal. 1 year ago
compat.h upstream: Refactor creation of KEX proposal. 1 year ago
config.guess Update autotools 1 year ago
config.sub Update autotools 1 year ago
configure.ac notify systemd on listen and reload 3 weeks ago
crypto_api.h upstream: update OpenSSH's Ed25519 code to the last version of SUPERCOP 1 year ago
defines.h Correct value for IPTOS_DSCP_LE. 2 years ago
dh.c upstream: highly polished whitespace, mostly fixing spaces-for-tab 3 years ago
dh.h upstream: Add ModuliFile keyword to sshd_config to specify the 3 years ago
digest-libc.c Use SHA.*_HMAC_BLOCK_SIZE if needed. 2 years ago
digest-openssl.c upstream: whitespace; no code change 3 years ago
digest.h upstream commit 7 years ago
dispatch.c upstream: Remove unused compat.h includes. 1 year ago
dispatch.h upstream: remove last traces of old packet API! 5 years ago
dns.c upstream: Plug mem leak on error path. Coverity CID 405026, ok djm@. 1 year ago
dns.h upstream: let ssh-keygen and ssh-keyscan accept 1 year ago
ed25519.c upstream: update OpenSSH's Ed25519 code to the last version of SUPERCOP 1 year ago
ed25519.sh upstream: update OpenSSH's Ed25519 code to the last version of SUPERCOP 1 year ago
entropy.c Remove seed passing over reexec. 1 year ago
entropy.h Adapt portable to legacy buffer API removal 5 years ago
fatal.c upstream: fix SEGV on fatal() errors spotted by dtucker@ 3 years ago
fixalgorithms - (dtucker) [Makefile.in configure.ac fixalgorithms] Remove unsupported 11 years ago
fixpaths - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org 21 years ago
groupaccess.c upstream: Move checks for lists of users or groups into their own 5 years ago
groupaccess.h - djm@cvs.openbsd.org 2008/07/04 03:44:59 16 years ago
gss-genr.c upstream: whitespace 2 months ago
gss-serv-krb5.c upstream: sshd: switch GSSAPI to sshbuf API; ok djm@ 5 years ago
gss-serv.c gss-serv.c: `MAXHOSTNAMELEN` -> `HOST_NAME_MAX` 9 months ago
hash.c Remove old OpenBSD version marker. 2 years ago
hmac.c upstream: change explicit_bzero();free() to freezero() 4 years ago
hmac.h - djm@cvs.openbsd.org 2014/06/24 01:13:21 9 years ago
hostfile.c upstream: fseek to end of known_hosts before writing to it. 1 year ago
hostfile.h upstream: make struct hostkeys public; I have no idea why I made it 3 years ago
includes.h remove sys/param.h in -portable, after upstream 2 years ago
install-sh Update autotools 1 year ago
kex.c upstream: remove ext-info-* in the kex.c code, not in callers; 3 months ago
kex.h upstream: whitespace 2 months ago
kexc25519.c upstream: rename kex->kem_client_pub -> kex->client_pub now that 5 years ago
kexdh.c Move signal.h up include order to match upstream. 2 years ago
kexecdh.c Put ssherr.h back as it's actually needed. 4 years ago
kexgen.c upstream: Record session ID, host key and sig at intital KEX 2 years ago
kexgex.c upstream: pass most arguments to the KEX hash functions as sshbuf 5 years ago
kexgexc.c upstream: Record session ID, host key and sig at intital KEX 2 years ago
kexgexs.c upstream: Ignore return from sshpkt_disconnect 1 year ago
kexsntrup761x25519.c upstream: fix unintended sizeof pointer in debug path ok markus@ 2 years ago
krl.c upstream: Move RCSID to before license block and away from #includes, 9 months ago
krl.h upstream: remove vestigal support for KRL signatures 9 months ago
log.c upstream: short circuit debug log processing early if we're not going 4 months ago
log.h upstream: do not pass file/func to monitor; noted by Ilja van Sprundel; 3 years ago
loginrec.c remove sys/param.h in -portable, after upstream 2 years ago
loginrec.h polish whitespace for portable files 3 years ago
logintest.c polish whitespace for portable files 3 years ago
mac.c remove duplicate #includes 4 years ago
mac.h upstream commit 7 years ago
match.c upstream: match_user() shouldn't be called with user==NULL unless 1 year ago
match.h upstream: some language improvements; ok markus 3 years ago
mdoc2man.awk Remove remaining now-obsolete cvs $Ids. 6 years ago
misc.c upstream: Separate parsing of string array options from applying them 1 month ago
misc.h upstream: Separate parsing of string array options from applying them 1 month ago
mkinstalldirs Remove remaining now-obsolete cvs $Ids. 6 years ago
moduli upstream: Import regenerated moduli. 1 month ago
moduli.5 Resync moduli.5 with upstream. 2 years ago
moduli.c upstream: Always call fclose on checkpoints. 1 year ago
monitor.c upstream: defence-in-depth MaxAuthTries check in monitor; ok markus 8 months ago
monitor.h upstream: remove last references to active_state 5 years ago
monitor_fdpass.c upstream: use the new variant log macros instead of prepending 3 years ago
monitor_fdpass.h - djm@cvs.openbsd.org 2007/09/04 03:21:03 16 years ago
monitor_wrap.c upstream: add "ext-info-in-auth@openssh.com" extension 4 months ago
monitor_wrap.h upstream: make sure that UseDNS hostname lookup happens in the monitor 1 year ago
msg.c upstream: use the new variant log macros instead of prepending 3 years ago
msg.h upstream commit 9 years ago
mux.c upstream: Include existing mux path in debug message. 5 months ago
myproposal.h upstream: select post-quantum KEX 2 years ago
nchan.c upstream: whitespace 2 months ago
nchan.ms - djm@cvs.openbsd.org 2003/11/21 11:57:03 20 years ago
nchan2.ms - djm@cvs.openbsd.org 2008/05/15 23:52:24 16 years ago
openssh.xml.in - (tim) [buildpkg.sh.in openssh.xml.in] Allow more flexibility where smf(5) 17 years ago
opensshd.init.in Replace shell function with ssh-keygen -A. 2 years ago
packet.c upstream: implement "strict key exchange" in ssh and sshd 4 months ago
packet.h upstream: implement "strict key exchange" in ssh and sshd 4 months ago
pathnames.h upstream: enable ed25519 support; ok djm 4 years ago
pkcs11.h - deraadt@cvs.openbsd.org 2013/11/26 19:15:09 10 years ago
platform-misc.c Split platform_sys_dir_uid into its own file 6 years ago
platform-pledge.c Support Illumos/Solaris fine-grained privileges 8 years ago
platform-tracing.c Fix comment text. From emaste at freebsd.org. 1 year ago
platform.c notify systemd on listen and reload 3 weeks ago
platform.h notify systemd on listen and reload 3 weeks ago
poly1305.c upstream: move other RCSIDs to before their respective license blocks 9 months ago
poly1305.h - djm@cvs.openbsd.org 2014/05/02 03:27:54 10 years ago
progressmeter.c upstream: remove duplicate signal.h include 1 year ago
progressmeter.h upstream: Have progressmeter force an update at the beginning and 5 years ago
readconf.c upstream: fix leak of CanonicalizePermittedCNAMEs on error path; 1 month ago
readconf.h upstream: Separate parsing of string array options from applying them 1 month ago
readpass.c upstream: allow WAYLAND_DISPLAY to enable SSH_ASKPASS 3 weeks ago
rijndael.c upstream commit 9 years ago
rijndael.h upstream: Make prototype for rijndaelEncrypt match function 2 years ago
sandbox-capsicum.c Cache timezone data in capsicum sandbox. 2 years ago
sandbox-darwin.c sandbox-darwin.c: fix missing prototypes. 4 years ago
sandbox-null.c - (djm) [Makefile.in configure.ac sandbox-capsicum.c sandbox-darwin.c] 10 years ago
sandbox-pledge.c upstream: use the new variant log macros instead of prepending 3 years ago
sandbox-rlimit.c upstream: use the new variant log macros instead of prepending 3 years ago
sandbox-seccomp-filter.c Improve seccomp compat on older systems. 1 year ago
sandbox-solaris.c drop two more privileges in the Solaris sandbox 6 years ago
sandbox-systrace.c upstream: Replace all calls to signal(2) with a wrapper around 4 years ago
scp.1 upstream: Mention that scp uses the SFTP protocol and remove 1 year ago
scp.c upstream: in olde rcp/scp protocol mode, when rejecting a path from the 6 months ago
servconf.c upstream: Separate parsing of string array options from applying them 1 month ago
servconf.h upstream: allow override of Sybsystem directives in sshd Match 7 months ago
serverloop.c upstream: correct math for ClientAliveInterval that caused the 8 months ago
serverloop.h upstream commit 6 years ago
session.c upstream: whitespace 2 months ago
session.h upstream: Add channel_force_close() 1 year ago
sftp-client.c upstream: Make sure sftp_get_limits() only returns 0 if 'limits' 5 months ago
sftp-client.h upstream: the sftp code was one of my first contributions to 7 months ago
sftp-common.c upstream: don't attempt to decode a ridiculous number of 1 year ago
sftp-common.h upstream: extend sftp-common.c:extend ls_file() to support supplied 1 year ago
sftp-glob.c upstream: rename remote_glob() -> sftp_glob() to match other API 7 months ago
sftp-realpath.c upstream: sys/param.h is not needed for any visible reason 2 years ago
sftp-server-main.c Remove seed_rng calls from scp, sftp, sftp-server. 1 year ago
sftp-server.8 upstream: standardise the grammar in the options list; issue 2 years ago
sftp-server.c upstream: fix double words ok dtucker@ 1 year ago
sftp-usergroup.c upstream: the sftp code was one of my first contributions to 7 months ago
sftp-usergroup.h upstream: use users-groups-by-id@openssh.com sftp-server extension 1 year ago
sftp.1 upstream: add a -X option to both scp(1) and sftp(1) to allow 1 year ago
sftp.c upstream: whitespace 2 months ago
sftp.h - dtucker@cvs.openbsd.org 2008/06/13 00:12:02 16 years ago
sk-api.h upstream: when enrolling a resident key on a security token, check 1 year ago
sk-usbhid.c conditionalise stdint.h inclusion on HAVE_STDINT_H 9 months ago
smult_curve25519_ref.c - markus@cvs.openbsd.org 2013/11/02 21:59:15 10 years ago
sntrup761.c upstream: remove whitespace at EOL from code extracted from SUPERCOP 1 year ago
sntrup761.sh upstream: remove whitespace at EOL from code extracted from SUPERCOP 1 year ago
srclimit.c upstream: highly polished whitespace, mostly fixing spaces-for-tab 3 years ago
srclimit.h upstream: Add PerSourceMaxStartups and PerSourceNetBlockSize 3 years ago
ssh-add.1 upstream: sort -C, and add to usage(); ok djm 3 months ago
ssh-add.c upstream: make DSA key support compile-time optional, defaulting to 3 months ago
ssh-agent.1 use portable provider allowlist path in manpage 6 months ago
ssh-agent.c upstream: avoid logging in signal handler by converting mainloop to 1 month ago
ssh-dss.c upstream: make DSA key support compile-time optional, defaulting to 3 months ago
ssh-ecdsa-sk.c upstream: Delete obsolete /* ARGSUSED */ lint comments. 1 year ago
ssh-ecdsa.c upstream: Delete obsolete /* ARGSUSED */ lint comments. 1 year ago
ssh-ed25519-sk.c upstream: refactor sshkey_private_deserialize 1 year ago
ssh-ed25519.c upstream: refactor sshkey_private_deserialize 1 year ago
ssh-gss.h upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_t 3 years ago
ssh-keygen.1 upstream: Generate Ed25519 keys when invoked without arguments 7 months ago
ssh-keygen.c upstream: make DSA key support compile-time optional, defaulting to 3 months ago
ssh-keyscan.1 upstream: space between macro and punctuation; sort usage(); 1 year ago
ssh-keyscan.c upstream: make DSA key support compile-time optional, defaulting to 3 months ago
ssh-keysign.8 upstream: man pages: add missing commas between subordinate and 2 years ago
ssh-keysign.c upstream: ensure key_fd is filled when DSA is disabled; spotted by 3 months ago
ssh-pkcs11-client.c Fix compilation error in ssh-pcks11-client.c 3 months ago
ssh-pkcs11-helper.8 upstream: mention that the helpers are used by ssh(1), ssh-agent(1) 2 years ago
ssh-pkcs11-helper.c upstream: check for POLLHUP wherever we check for POLLIN 2 years ago
ssh-pkcs11.c upstream: don't incorrectly truncate logged strings retrieved from 9 months ago
ssh-pkcs11.h upstream: Make it possible to load certs from PKCS#11 tokens 4 months ago
ssh-rsa.c upstream: Remove unused compat.h includes. 1 year ago
ssh-sandbox.h - (djm) [Makefile.in configure.ac sandbox-capsicum.c sandbox-darwin.c] 10 years ago
ssh-sk-client.c upstream: sshsk_load_resident: don't preallocate resp 2 years ago
ssh-sk-helper.8 upstream: mention that the helpers are used by ssh(1), ssh-agent(1) 2 years ago
ssh-sk-helper.c upstream: Remove duplicate includes. 1 year ago
ssh-sk.c upstream: Ensure FIDO/PKCS11 libraries contain expected symbols 9 months ago
ssh-sk.h upstream: When downloading resident keys from a FIDO token, pass 2 years ago
ssh-xmss.c conditionalise stdint.h inclusion on HAVE_STDINT_H 9 months ago
ssh.1 upstream: Clarify how literal IPv6 addresses can be used in -J mode 1 month ago
ssh.c upstream: make DSA key support compile-time optional, defaulting to 3 months ago
ssh.h upstream: allow some additional control over the use of ssh-askpass 3 years ago
ssh2.h upstream: Reserve a range of "local extension" message numbers that 6 months ago
ssh_api.c upstream: adapt ssh_api.c code for kex-strict 3 months ago
ssh_api.h upstream: lots of typos in comments/docs. Patch from Karsten Weiss 6 years ago
ssh_config upstream: CheckHostIP has defaulted to 'no' for a while; make the 8 months ago
ssh_config.5 upstream: fix typo in match directive predicate (s/tagged/tag) GHPR#462 2 months ago
sshbuf-getput-basic.c upstream: revert previous; it was broken (spotted by Theo) 1 year ago
sshbuf-getput-crypto.c upstream: whitespace 2 months ago
sshbuf-io.c upstream: tidy headers; some junk snuck into sshbuf-misc.c and 4 years ago
sshbuf-misc.c upstream: Add a sshbuf_read() that attempts to read(2) directly in 2 years ago
sshbuf.c upstream: make struct sshbuf private 1 year ago
sshbuf.h upstream: make struct sshbuf private 1 year ago
sshconnect.c upstream: make DSA key support compile-time optional, defaulting to 3 months ago
sshconnect.h upstream: add %j token that expands to the configured ProxyJump 6 months ago
sshconnect2.c upstream: remove ext-info-* in the kex.c code, not in callers; 3 months ago
sshd.8 upstream: typo; from Jim Spath 6 months ago
sshd.c notify systemd on listen and reload 3 weeks ago
sshd_config Use "prohibit-password" in -portable comments. 1 year ago
sshd_config.5 upstream: explain arguments of internal-sftp GHPR#454 from Niklas 2 months ago
ssherr.c upstream: improve the error message for u2f enrollment errors by 4 years ago
ssherr.h upstream: improve the error message for u2f enrollment errors by 4 years ago
sshkey-xmss.c upstream: factor out key generation 1 year ago
sshkey-xmss.h upstream: factor out key generation 1 year ago
sshkey.c upstream: make DSA key support compile-time optional, defaulting to 3 months ago
sshkey.h upstream: better validate CASignatureAlgorithms in ssh_config and 10 months ago
sshlogin.c Include stdlib.h for free() prototype. 2 years ago
sshlogin.h - (djm) [sshlogin.h] Fix prototype merge botch from 2006; bz#2134 10 years ago
sshpty.c Include stdio.h for FILE in misc.h. 3 years ago
sshpty.h upstream commit 7 years ago
sshsig.c upstream: skip more whitespace, fixes find-principals on 1 month ago
sshsig.h upstream: Add ssh-keygen -Y match-principals operation to perform 2 years ago
sshtty.c - djm@cvs.openbsd.org 2010/01/09 05:04:24 14 years ago
survey.sh.in - (dtucker) [config.sh.in] Collect oslevel -r too. 19 years ago
ttymodes.c upstream: remove global variable used to stash compat flags and use the 3 years ago
ttymodes.h upstream commit 7 years ago
uidswap.c polish whitespace for portable files 3 years ago
uidswap.h upstream: Remove support for running ssh(1) setuid and fatal if 5 years ago
umac.c upstream: correct size for array argument when changing 1 year ago
umac.h upstream: spelling ok dtucker@ 2 years ago
umac128.c upstream commit 6 years ago
utf8.c upstream: expose vasnmprintf(); ok (as part of other commit) markus 4 years ago
utf8.h upstream: highly polished whitespace, mostly fixing spaces-for-tab 3 years ago
version.h upstream: openssh-9.7 1 month ago
xmalloc.c upstream: ssh: xstrdup(): use memcpy(3) 2 years ago
xmalloc.h upstream: highly polished whitespace, mostly fixing spaces-for-tab 3 years ago
xmss_commons.c wrap stdint.h include in HAVE_STDINT_H 4 years ago
xmss_commons.h Remove extra XMSS #endif 6 years ago
xmss_fast.c wrap stdint.h include in HAVE_STDINT_H 4 years ago
xmss_fast.h upstream: Add $OpenBSD$ markers to xmss files to help keep synced 6 years ago
xmss_hash.c upstream: spelling; ok markus@ 3 months ago
xmss_hash.h upstream: Add $OpenBSD$ markers to xmss files to help keep synced 6 years ago
xmss_hash_address.c wrap stdint.h include in HAVE_STDINT_H 4 years ago
xmss_hash_address.h upstream: Add $OpenBSD$ markers to xmss files to help keep synced 6 years ago
xmss_wots.c wrap stdint.h include in HAVE_STDINT_H 4 years ago
xmss_wots.h upstream: Remove unneeded (local) include. ok markus@ 6 years ago