summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-02-13Correctly describe BN_get_word(3) and BN_set_word(3).Ingo Schwarze
2018-02-13Mention that BN_new(3) sets the value to zero;Ingo Schwarze
2018-02-13Delete duplicate .Nm entry in the NAME section,Ingo Schwarze
2018-02-13Add the missing RETURN VALUES section.Ingo Schwarze
2018-02-12Add the missing RETURN VALUES section;Ingo Schwarze
2018-02-12Add the missing RETURN VALUES section;Ingo Schwarze
2018-02-12Add missing RETURN VALUES section.Ingo Schwarze
2018-02-12Add the missing RETURN VALUES section and reorder the contentIngo Schwarze
2018-02-11Document three more functions recently made public by jsing@Ingo Schwarze
2018-02-11macro fix;Jason McIntyre
2018-02-11Document how MAP_STACK will be used. All stacks must be mmap'd withTheo de Raadt
2018-02-11Start mapping thread stacks with MAP_STACK. mmap() currently ignoresTheo de Raadt
2018-02-11Merge documentation from OpenSSL for seven functionsIngo Schwarze
2018-02-10Shift top-of-stack down so that the random==0 case doesn't leave stackTheo de Raadt
2018-02-10zap trailing whitespace;Jason McIntyre
2018-02-10Be more specific about when the session file will be updated.Joel Sing
2018-02-10add support for binary sysctl payloads by handling them as hexFlorian Obser
2018-02-10Bump TLS API version since we've added more functionality.Joel Sing
2018-02-10Move the keypair pubkey hash handling code to during config.Joel Sing
2018-02-10Tidy/standardise some code.Joel Sing
2018-02-10Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfoJoel Sing
2018-02-10Document functions for client-side TLS session support.Joel Sing
2018-02-10Add support to libtls for client-side TLS session resumption.Joel Sing
2018-02-10Bump lib{crypto,ssl,tls} minors due to symbol addition.Joel Sing
2018-02-10Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2Joel Sing
2018-02-08Complete the TLS extension rewrite on the client-side.Joel Sing
2018-02-08Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead ofJoel Sing
2018-02-08Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash.Joel Sing
2018-02-08Do not bother NULLing pointers in a struct that is about to be freed.Joel Sing
2018-02-08Move tls_keypair_pubkey_hash() to the keypair file.Joel Sing
2018-02-08Avoid a memory leak that results when the same tls_config is reused.Joel Sing
2018-02-08Assert tedu's copyright since some of the code moved here is his.Joel Sing
2018-02-08Split keypair handling out into its own file - it had already appearedJoel Sing
2018-02-07use consistent style for for loop in unmap(), no functional changeOtto Moerbeek
2018-02-07Restore the old behavior when a port number without a host name isAlexander Bluhm
2018-02-06Do not call freeaddrinfo() with a NULL parameter.Alexander Bluhm
2018-02-06make sure that all error paths are correctly handled in asr_run_sync()Eric Faurot
2018-02-06recognise DLT_PPP_SERIAL.David Gwynne
2018-02-05Constants which can go into .rodataTheo de Raadt
2018-02-05Do not bother NULLing pointers in memory that is freed immediately after.Joel Sing
2018-02-05Be consistent with the goto label names used in libtls code.Joel Sing
2018-02-03Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysedMartin Pieuchot
2018-01-30keep in sync with ld.so malloc.cOtto Moerbeek
2018-01-30word fix; from edgar pettijohnJason McIntyre
2018-01-28- An error in the multithreaded case could print the wrong function nameOtto Moerbeek
2018-01-28Initialize variables to avoid compiler warningsKinichiro Inoguchi
2018-01-27Complete the TLS extension handling rewrite for the server-side.Joel Sing
2018-01-27Clarify the comment re the F5 EC curves extension bug.Joel Sing
2018-01-27Convert ssl3_put_cipher_by_char() to CBB.Joel Sing
2018-01-26- do not junk pages returned by free_bytes(), all freed chunks are alreadyOtto Moerbeek