Age | Commit message (Expand) | Author |
2019-03-10 | fix some cases of spaces before full stops, where none were neccessary; | Jason McIntyre |
2019-03-10 | rename CRYPTO_set_locking_callback.3 to CRYPTO_lock.3 | Ingo Schwarze |
2019-03-10 | delete functions from the manual page that do nothing in LibreSSL | Ingo Schwarze |
2019-03-08 | remove a sentence that was once helpful when dirname.3 and basename.3 | Sebastian Benoit |
2019-03-06 | Typo in comment. | Theo Buehler |
2019-03-04 | Don't index a void pointer, fixes compilation with visual studio. | Todd C. Miller |
2019-03-03 | Wake all waiters when unlocking an rwlock. This fixes a hang | Visa Hankala |
2019-03-03 | talk about IPv4 and IPv6 in a more symmetrical way | Ingo Schwarze |
2019-03-03 | tweak the previous two commits: | Ingo Schwarze |
2019-03-03 | Just called the Internet now | Theo de Raadt |
2019-03-03 | in vdprintf(), no need to use the file locking mecanism when using | Sebastien Marie |
2019-03-02 | Fix OID for sm3WithRSAEncryption which was apparently mixed up | Theo Buehler |
2019-02-28 | Implement non-SSL_MODE_ENABLE_PARTIAL_WRITE in tls13_legacy_write_bytes(). | Joel Sing |
2019-02-28 | Automatically complete the handshake from tls13_legacy_{read,write}_bytes() | Joel Sing |
2019-02-28 | Set the SSL state as part of tls13_legacy_connect(). | Joel Sing |
2019-02-28 | Add appropriate length checks to tls13_legacy_{read,write}_bytes() | Joel Sing |
2019-02-28 | Remove unused record_type from TLSv1.3 handshake actions. | Joel Sing |
2019-02-26 | Correct return values for non-fatal alerts. | Joel Sing |
2019-02-26 | Correctly propagate EOF from BIO in tls13_legacy_wire_read(). | Joel Sing |
2019-02-25 | Fix gcc3 compilation error by using a forward declaration instead of a | Theo Buehler |
2019-02-25 | revert "Move struct ssl_handshake_tls13_st definition", i.e., move | Theo Buehler |
2019-02-25 | Correctly handle oversize writes. | Joel Sing |
2019-02-25 | Add a handshake action sent handler and use it for client finished. | Joel Sing |
2019-02-25 | Correct a few error returns. | Joel Sing |
2019-02-25 | Move struct ssl_handshake_tls13_st definition | Kinichiro Inoguchi |
2019-02-24 | Remove -S from install commands | kn |
2019-02-23 | Remove temporary gotos. | Joel Sing |
2019-02-23 | Set BIO retry on TLS13_IO_WANT_POLLIN/TLS13_IO_WANT_POLLOUT. | Joel Sing |
2019-02-21 | Consume one leading space with %e iff given | kn |
2019-02-21 | Wire up alert handling for TLSv1.3. | Joel Sing |
2019-02-21 | Change the alert callback return type from int to void. | Joel Sing |
2019-02-21 | Fix a few cases where int was used instead of ssize_t. | Joel Sing |
2019-02-18 | type typo | Theo de Raadt |
2019-02-14 | Correct guards. | Joel Sing |
2019-02-14 | Notify the record layer upon handshake completion. | Joel Sing |
2019-02-14 | Switch to application traffic keys as appropriate. | Joel Sing |
2019-02-14 | Split tls13_record_layer_set_traffic_keys() into two separate functions. | Joel Sing |
2019-02-14 | Provide a TLS 1.3 capable client method. | Joel Sing |
2019-02-13 | Remove IMPLEMENTATION NOTES, they only apply to one of the two in-tree | Martin Pieuchot |
2019-02-13 | Clean up some pesky trailing whitespace. | Joel Sing |
2019-02-13 | Handle finished messages in TLSv1.3 client. | Joel Sing |
2019-02-13 | Also remove tbl files from CLEANFILES now they are not generated. | Nicholas Marriott |
2019-02-13 | New futex(2) based rwlock implementation based on the mutex code. | Martin Pieuchot |
2019-02-13 | Import the existing rwlock implementation for architectures that cannot | Martin Pieuchot |
2019-02-13 | KNF. | Martin Pieuchot |
2019-02-13 | Allow SO_PEERCRED to be called on sockets created with socketpair. | Martijn van Duren |
2019-02-13 | Remove obsolete tbl suffix from ncurses man pages, no objections from | Nicholas Marriott |
2019-02-13 | Remove obsolete tbl suffix from ncurses man pages, no objections from | Nicholas Marriott |
2019-02-13 | Xr the byteorder funcs; from tim kuijsten | Jason McIntyre |
2019-02-11 | Implement handling of Certificate and CertificateVerify messages. | Joel Sing |