Age | Commit message (Expand) | Author |
2019-02-01 | add libelf from elftoolchain r3669 | Jonathan Gray |
2019-01-31 | unwrap a line introduced in previous. | Theo Buehler |
2019-01-30 | Correct handling of TLS sigalgs extension for TLSv1.0/TLSv1.1. | Joel Sing |
2019-01-29 | Update compiler-rt to 7.0.1. This is mostly a cosmetic update since | Patrick Wildt |
2019-01-29 | Rename 1-letter variables to be coherent with others futex(2) based | Martin Pieuchot |
2019-01-29 | Remove unused <assert.h> header. | Martin Pieuchot |
2019-01-29 | There's no point in asserting that a pointer is not NULL before | Martin Pieuchot |
2019-01-29 | Tweak description, pthread_cond_signal(3) unblocks *at least* one thread. | Martin Pieuchot |
2019-01-29 | instead of calling abort() for 3 "must not use anymore" interfaces, | Theo de Raadt |
2019-01-29 | Add a dedicated sysctl(2) node for witness(4). | Visa Hankala |
2019-01-29 | Terminate NULL in argv. This fix is come from 1.31 from NetBSD | YASUOKA Masahiko |
2019-01-28 | Deduplicate a bunch of replicated code in the extension handling | Bob Beck |
2019-01-28 | Add tls_extension_seen(), a utility to know if a particular extension | Bob Beck |
2019-01-26 | Recent discussions about abort() potentially leaving key material in | Theo de Raadt |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-24 | Set pointer variables in tls13 handshake to NULL on clear | Bob Beck |
2019-01-24 | Add server side of versions, keyshare, and client and server of cookie | Bob Beck |
2019-01-24 | move the extensions_seen into the handshake struct | Bob Beck |
2019-01-24 | Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated. | Bob Beck |
2019-01-23 | Correct ECDSA_SECP512R1 typo to ECDSA_SECP521R1 | Bob Beck |
2019-01-23 | Rename NUM_HANDSHAKE to handshake_count and make it a variable | Theo Buehler |
2019-01-23 | assert.h is often misused. It should not be used in a library | Bob Beck |
2019-01-23 | Modify sigalgs extension processing to accomodate TLS 1.3. | Bob Beck |
2019-01-23 | revert previous, accidentally contained another diff in addition | Bob Beck |
2019-01-23 | Modify sigalgs extension processing for TLS 1.3. | Bob Beck |
2019-01-23 | Sync the handshakes table with the generated table in regress. | Theo Buehler |
2019-01-23 | Remove static from handshakes[][] so it is visible from regress/ | Theo Buehler |
2019-01-23 | No need to include <bsd.prog.mk> here. | Theo Buehler |
2019-01-22 | strptime(3): Disallow double leap second. | cheloha |
2019-01-22 | sort sections, and add a missing verb to the EXAMPLES text; | Jason McIntyre |
2019-01-22 | Wrap long line | Otto Moerbeek |
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 | 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 | lenght -> length | Jonathan Gray |
2019-01-21 | strftime can print epoch seconds with %s, so allow strptime to parse it. | 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 | 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 | In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3). | Ingo Schwarze |
2019-01-21 | The main handshake loop can be shared between client and server. | Joel Sing |
2019-01-21 | Use ssl_cipher_is_permitted() in ssl_cipher_list_to_bytes(). | Theo Buehler |