index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-01-21
In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3).
Ingo Schwarze
2019-01-21
adapt to changes in KEX API and file removals
Damien Miller
2019-01-21
adapt to bignum1 API removal and bignum2 API change
Damien Miller
2019-01-21
fix reversed arguments to kex_load_hostkey(); manifested as errors in
Damien Miller
2019-01-21
Allocate buffer before using it.
Kenneth R Westerback
2019-01-21
While using buffered stdio over a socket, fflush(3) command before
Sunil Nimmagadda
2019-01-21
Adapt to allwinner device tree changes in linux >= 5.0-rc1
Jonathan Gray
2019-01-21
forgot to cvs add this file in previous series of commits; grrr
Damien Miller
2019-01-21
Improve logging for TLS certificate validity checking.
Joel Sing
2019-01-21
Explicitly check timegm() return value.
Joel Sing
2019-01-21
nothing shall escape this purge
Damien Miller
2019-01-21
The main handshake loop can be shared between client and server.
Joel Sing
2019-01-21
rename kex->kem_client_pub -> kex->client_pub now that KEM has been renamed
Damien Miller
2019-01-21
merge kexkem[cs] into kexgen
Damien Miller
2019-01-21
pass values used in KEX hash computation as sshbuf rather than
Damien Miller
2019-01-21
remove kex_derive_keys_bn wrapper; no unused since the DH-like KEX
Damien Miller
2019-01-21
Use ssl_cipher_is_permitted() in ssl_cipher_list_to_bytes().
Theo Buehler
2019-01-21
use KEM API for vanilla ECDH
Damien Miller
2019-01-21
Add ssl_cipher_is_permitted(), an internal helper function that
Theo Buehler
2019-01-21
use KEM API for vanilla DH KEX
Damien Miller
2019-01-21
Correct some rwstate handling that I broke when refactoring.
Joel Sing
2019-01-21
use KEM API for vanilla c25519 KEX
Damien Miller
2019-01-21
Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org
Damien Miller
2019-01-21
factor out kex_verify_hostkey() - again, duplicated almost exactly
Damien Miller
2019-01-21
factor out kex_load_hostkey() - this is duplicated in both the client and
Damien Miller
2019-01-21
factor out kex_dh_compute_key() - it's shared between plain DH KEX and
Damien Miller
2019-01-21
factor out DH keygen; it's identical between the client and the server
Damien Miller
2019-01-21
- add 7265D-16 firmware
Jason McIntyre
2019-01-21
save the derived session id in kex_derive_keys() rather than making each
Damien Miller
2019-01-21
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
Damien Miller
2019-01-21
remove obsolete (SSH v.1) sshbuf_get/put_bignum1 functions
Damien Miller
2019-01-21
fix all-zero check in kexc25519_shared_key
Damien Miller
2019-01-21
remove hack to use non-system libcrypto
Damien Miller
2019-01-21
Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions.
Joel Sing
2019-01-21
Perform manual validity checking of the X.509 certificate for constraints.
Joel Sing
2019-01-21
Zap unused ntop_buf
kn
2019-01-21
explicitly handle printing the AF_KEY socket type as "pfkey"
David Gwynne
2019-01-21
- -T was added to the first synopsis by mistake
Jason McIntyre
2019-01-21
Move struct tls13_ctx into a header since other things need access to it.
Joel Sing
2019-01-21
Support 2TB phys mem
Mike Larkin
2019-01-21
vmm: better handling of CPUID[1].ECX[OSXSAVE] bit
Mike Larkin
2019-01-21
Don't add PG_u to the upper level PTEs in the meltdown case
Mike Larkin
2019-01-21
when installing over wifi, move nwid and wpakey/nwkey to be on the same line
Peter Hessler
2019-01-21
move example configurations to include nwid and nwkey on the same line
Peter Hessler
2019-01-21
Typo. "nterface" -> "interface"
Kenneth R Westerback
2019-01-21
Use Adj-RIB-Out to push UPDATE messages to peers instead of having another
Claudio Jeker
2019-01-21
always print the caller's error message in ossl_error(), even when there
Damien Miller
2019-01-21
get the ex_data (pkcs11_key object) back from the keys at the
Damien Miller
2019-01-21
Use ${rcexec} in rc_pre to do the config testing. This allows to specify
Claudio Jeker
2019-01-21
vmm: better handling of two SMM related MSRs
Mike Larkin
[prev]
[next]