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-22
bump minors after symbol addition
Theo Buehler
2019-01-22
Document SSL_get1_supported_ciphers(3) and SSL_get_client_ciphers(3).
Theo Buehler
2019-01-22
Add a re-implementation of SSL_get1_supported_ciphers().
Theo Buehler
2019-01-22
Provide SSL_get_client_ciphers().
Theo Buehler
2019-01-22
Add missing symbols from the EC_KEY_METHOD port.
Theo Buehler
2019-01-22
#ifdef video junk as required.
Theo de Raadt
2019-01-22
add support for xchacha20 and xchacha20-poly1305
David Gwynne
2019-01-22
Point people to ipcomp(4) instead of ipsecctl(8) for
Antoine Jacoutot
2019-01-21
Forgot to add -J to the synopsis.
Theo Buehler
2019-01-21
Don't return 1 if we rollback and there's no installed patches.
Antoine Jacoutot
2019-01-21
this driver does actually work
Jonathan Matthew
2019-01-21
Warn user to reboot the machine when a new kernel is installed and let him know
Antoine Jacoutot
2019-01-21
select(2), pselect(2), poll(2), ppoll(2): Support full timeout range.
cheloha
2019-01-21
lenght -> length
Jonathan Gray
2019-01-21
lenght -> length
Jonathan Gray
2019-01-21
Add a -J option as a shortcut for -o Proxyjump= to scp(1) and sftp(1)
Theo Buehler
2019-01-21
switch sntrup implementation source from supercop to libpqcrypto;
Damien Miller
2019-01-21
add a -f pformat flag to parse the given time with strptime.
Ted Unangst
2019-01-21
strftime can print epoch seconds with %s, so allow strptime to parse it.
Ted Unangst
2019-01-21
sometimes we don't call unveil_add, which means memory allocated by namei
Ted Unangst
2019-01-21
a few tweaks
Ted Unangst
2019-01-21
Add example showing a proper comparison function, as many examples show
Otto Moerbeek
2019-01-21
Document 'video' promise.
Landry Breuil
2019-01-21
Add "video" promise.
Landry Breuil
2019-01-21
Introduce a dedicated entry point data structure for file locks. This new data
anton
2019-01-21
Use the actual handshake message type in the certificate request handler.
Joel Sing
2019-01-21
Move ssl_cipher_list_to_bytes() and ssl_bytes_to_cipher_list() to
Theo Buehler
2019-01-21
Provide the initial TLSv1.3 client implementation.
Joel Sing
2019-01-21
Wire up the handshake message send and recv actions.
Joel Sing
2019-01-21
add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debug
Damien Miller
2019-01-21
adapt to changes in KEX APIs and file removals
Damien Miller
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
[next]