summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-12-28getgruid_r -> getgrgid_rTheo Buehler
2018-12-26document kern.pool_debug; ok tedu@anton
2018-12-26Make AES CCM available in tables.Theo Buehler
2018-12-25Use the same additional arch specific files for sparc64 as is done for mipsClaudio Jeker
2018-12-24Make this page much more readable by deleting as much text as possibleIngo Schwarze
2018-12-23EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend usingTheo Buehler
2018-12-22Document EVP_PKEY_new_mac_key(3);Ingo Schwarze
2018-12-22Delete irrelevant HISTORY details. Simply use BN_rand(3); thereIngo Schwarze
2018-12-21The wrong header file was given for EVP_PKEY_CTX_set_signature_md(3).Ingo Schwarze
2018-12-21Document the ECDSA_SIG_new(3) return value.Ingo Schwarze
2018-12-21Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments;Ingo Schwarze
2018-12-21grammar and style fixes from wesinator at githubIngo Schwarze
2018-12-21Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3).Ingo Schwarze
2018-12-21Mention that some functions call BN_GENCB_call(3) with a secondIngo Schwarze
2018-12-21Add support for {preinit,init,fini}_array sections in static binariesPhilip Guenther
2018-12-19Correctly describe the return values of BN_hex2bn(3) and BN_dec2bn(3).Ingo Schwarze
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