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