summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-12-19Specify the return values of some of these functions more precisely;Ingo Schwarze
2018-12-19typo;Ingo Schwarze
2018-12-18"a" MIDI, not "an";Jason McIntyre
2018-12-16Restore the optimization for unbuffered I/O. The buffer needs toTodd C. Miller
2018-12-16Regenerate root CA list using updated format-pem.pl. Specifically thisStuart Henderson
2018-12-16Add a check that libressl is actually able to verify CA certs.Stuart Henderson
2018-12-16Back out rev 1.17 for now, it causes issues with python when buildingTodd C. Miller
2018-12-14Revisit the optimization for unbuffered I/O. We can use the bufferTodd C. Miller
2018-12-14Back out the optimization in rev 1.13, it does not update flags onTodd C. Miller
2018-12-14Delete a note taken during the rev. 1.1 man page spliteIngo Schwarze
2018-12-13further document pcap_dump; from jan staryJason McIntyre
2018-12-12some pcap_setdirection details; from jan staryJason McIntyre
2018-12-10Improve speed for the multi-threaded case by reducing lock contention.Otto Moerbeek
2018-12-09add basic MPLS filtering supportdenis
2018-12-09style; OK ottoFlorian Obser
2018-12-07Remove an ugly hack in the client certificate verification code that worksTheo Buehler
2018-12-05remove a stray line accidentally left behind in rev. 1.120;Ingo Schwarze
2018-12-03Send SSL_AD_DECODE alerts in the case of a bad hello request or anTheo Buehler
2018-11-30Fix a typo and remove broken example.Martin Pieuchot
2018-11-30Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms.Jeremy Evans
2018-11-29remove double .Pp. oops - sorry for not spotting!Jason McIntyre
2018-11-29Improve introduction so there is more clarity about the patterns ofTheo de Raadt
2018-11-29missed adding tls_default_ca_cert_file here. found by sthenTed Unangst
2018-11-29expose the default cert file as a function, not a define. it's reallyTed Unangst
2018-11-29Refactor a tangle in ssl3_send_client_verify() into one function for eachTheo Buehler
2018-11-28fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3).Martin Pieuchot
2018-11-28Correct lock initialisation for libcrypto.Joel Sing
2018-11-27Refactor "find the right pool" code into a function. ok djm@ tb@Otto Moerbeek
2018-11-25spelling; from miodJason McIntyre
2018-11-24zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {'Theo Buehler
2018-11-24Store and return the locking callbacks, restoring previous behaviour.Joel Sing
2018-11-22Make alpha less special: _dl_boot_bind() is written to completePhilip Guenther
2018-11-21Fix DTLS transcript handling for HelloVerifyRequest.Joel Sing
2018-11-21fold the contents of malloc.conf.5 into malloc.3 and sysctl.2,Jason McIntyre
2018-11-21Introducing malloc_usable_size() was a mistake. While some otherOtto Moerbeek
2018-11-20Saw a mention somewhere a while back that the gotdata() function inTheo de Raadt
2018-11-19Fix compilation on alpha, where DEF_WEAK() really must be paired withPhilip Guenther
2018-11-19delete the dns jackport experiment. it has no future.Ted Unangst
2018-11-19Revert previous - DTLSv1 uses MD5+SHA1 for RSA signature verification.Joel Sing
2018-11-19Revert previous - the default sigalg for RSA key exchange is {sha1,rsa}.Joel Sing
2018-11-18Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man pageOtto Moerbeek
2018-11-17Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha
2018-11-17Fix DTLS, because DTLS still remains a special flower, allows regress to passBob Beck
2018-11-17Fix whitespace around assignment operators.Theo Buehler
2018-11-16revert previousBob Beck
2018-11-16Fix DTLS. Because the DTLS code is strange. I am really coming around toBob Beck
2018-11-16Unbreak legacy ciphers for prior to 1.1 by setting having a legacyBob Beck
2018-11-16Handle signals that get sent to any threadTed Unangst
2018-11-15Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigationTheo Buehler
2018-11-14Record an inter-library dependency on libcurses in libedit and libreadline,Stuart Henderson