summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-22bump minors after symbol additionTheo Buehler
2019-01-22Document SSL_get1_supported_ciphers(3) and SSL_get_client_ciphers(3).Theo Buehler
2019-01-22Add a re-implementation of SSL_get1_supported_ciphers().Theo Buehler
2019-01-22Provide SSL_get_client_ciphers().Theo Buehler
2019-01-22Add missing symbols from the EC_KEY_METHOD port.Theo Buehler
2019-01-22#ifdef video junk as required.Theo de Raadt
2019-01-22add support for xchacha20 and xchacha20-poly1305David Gwynne
2019-01-22Point people to ipcomp(4) instead of ipsecctl(8) forAntoine Jacoutot
2019-01-21Forgot to add -J to the synopsis.Theo Buehler
2019-01-21Don't return 1 if we rollback and there's no installed patches.Antoine Jacoutot
2019-01-21this driver does actually workJonathan Matthew
2019-01-21Warn user to reboot the machine when a new kernel is installed and let him knowAntoine Jacoutot
2019-01-21select(2), pselect(2), poll(2), ppoll(2): Support full timeout range.cheloha
2019-01-21lenght -> lengthJonathan Gray
2019-01-21lenght -> lengthJonathan Gray
2019-01-21Add a -J option as a shortcut for -o Proxyjump= to scp(1) and sftp(1)Theo Buehler
2019-01-21switch sntrup implementation source from supercop to libpqcrypto;Damien Miller
2019-01-21add a -f pformat flag to parse the given time with strptime.Ted Unangst
2019-01-21strftime can print epoch seconds with %s, so allow strptime to parse it.Ted Unangst
2019-01-21sometimes we don't call unveil_add, which means memory allocated by nameiTed Unangst
2019-01-21a few tweaksTed Unangst
2019-01-21Add example showing a proper comparison function, as many examples showOtto Moerbeek
2019-01-21Document 'video' promise.Landry Breuil
2019-01-21Add "video" promise.Landry Breuil
2019-01-21Introduce a dedicated entry point data structure for file locks. This new dataanton
2019-01-21Use the actual handshake message type in the certificate request handler.Joel Sing
2019-01-21Move ssl_cipher_list_to_bytes() and ssl_bytes_to_cipher_list() toTheo Buehler
2019-01-21Provide the initial TLSv1.3 client implementation.Joel Sing
2019-01-21Wire up the handshake message send and recv actions.Joel Sing
2019-01-21add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debugDamien Miller
2019-01-21adapt to changes in KEX APIs and file removalsDamien Miller
2019-01-21In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3).Ingo Schwarze
2019-01-21adapt to changes in KEX API and file removalsDamien Miller
2019-01-21adapt to bignum1 API removal and bignum2 API changeDamien Miller
2019-01-21fix reversed arguments to kex_load_hostkey(); manifested as errors inDamien Miller
2019-01-21Allocate buffer before using it.Kenneth R Westerback
2019-01-21While using buffered stdio over a socket, fflush(3) command beforeSunil Nimmagadda
2019-01-21Adapt to allwinner device tree changes in linux >= 5.0-rc1Jonathan Gray
2019-01-21forgot to cvs add this file in previous series of commits; grrrDamien Miller
2019-01-21Improve logging for TLS certificate validity checking.Joel Sing
2019-01-21Explicitly check timegm() return value.Joel Sing
2019-01-21nothing shall escape this purgeDamien Miller
2019-01-21The main handshake loop can be shared between client and server.Joel Sing
2019-01-21rename kex->kem_client_pub -> kex->client_pub now that KEM has been renamedDamien Miller
2019-01-21merge kexkem[cs] into kexgenDamien Miller
2019-01-21pass values used in KEX hash computation as sshbuf rather thanDamien Miller
2019-01-21remove kex_derive_keys_bn wrapper; no unused since the DH-like KEXDamien Miller
2019-01-21Use ssl_cipher_is_permitted() in ssl_cipher_list_to_bytes().Theo Buehler
2019-01-21use KEM API for vanilla ECDHDamien Miller
2019-01-21Add ssl_cipher_is_permitted(), an internal helper function thatTheo Buehler