Age | Commit message (Expand) | Author |
2018-12-28 | getgruid_r -> getgrgid_r | Theo Buehler |
2018-12-26 | document kern.pool_debug; ok tedu@ | anton |
2018-12-26 | Make AES CCM available in tables. | Theo Buehler |
2018-12-25 | Use the same additional arch specific files for sparc64 as is done for mips | Claudio Jeker |
2018-12-24 | Make this page much more readable by deleting as much text as possible | Ingo Schwarze |
2018-12-23 | EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend using | Theo Buehler |
2018-12-22 | Document EVP_PKEY_new_mac_key(3); | Ingo Schwarze |
2018-12-22 | Delete irrelevant HISTORY details. Simply use BN_rand(3); there | Ingo Schwarze |
2018-12-21 | The wrong header file was given for EVP_PKEY_CTX_set_signature_md(3). | Ingo Schwarze |
2018-12-21 | Document the ECDSA_SIG_new(3) return value. | Ingo Schwarze |
2018-12-21 | Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments; | Ingo Schwarze |
2018-12-21 | grammar and style fixes from wesinator at github | Ingo Schwarze |
2018-12-21 | Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3). | Ingo Schwarze |
2018-12-21 | Mention that some functions call BN_GENCB_call(3) with a second | Ingo Schwarze |
2018-12-21 | Add support for {preinit,init,fini}_array sections in static binaries | Philip Guenther |
2018-12-19 | Correctly describe the return values of BN_hex2bn(3) and BN_dec2bn(3). | Ingo Schwarze |
2018-12-19 | Specify the return values of some of these functions more precisely; | Ingo Schwarze |
2018-12-19 | typo; | Ingo Schwarze |
2018-12-18 | "a" MIDI, not "an"; | Jason McIntyre |
2018-12-16 | Restore the optimization for unbuffered I/O. The buffer needs to | Todd C. Miller |
2018-12-16 | Regenerate root CA list using updated format-pem.pl. Specifically this | Stuart Henderson |
2018-12-16 | Add a check that libressl is actually able to verify CA certs. | Stuart Henderson |
2018-12-16 | Back out rev 1.17 for now, it causes issues with python when building | Todd C. Miller |
2018-12-14 | Revisit the optimization for unbuffered I/O. We can use the buffer | Todd C. Miller |
2018-12-14 | Back out the optimization in rev 1.13, it does not update flags on | Todd C. Miller |
2018-12-14 | Delete a note taken during the rev. 1.1 man page splite | Ingo Schwarze |
2018-12-13 | further document pcap_dump; from jan stary | Jason McIntyre |
2018-12-12 | some pcap_setdirection details; from jan stary | Jason McIntyre |
2018-12-10 | Improve speed for the multi-threaded case by reducing lock contention. | Otto Moerbeek |
2018-12-09 | add basic MPLS filtering support | denis |
2018-12-09 | style; OK otto | Florian Obser |
2018-12-07 | Remove an ugly hack in the client certificate verification code that works | Theo Buehler |
2018-12-05 | remove a stray line accidentally left behind in rev. 1.120; | Ingo Schwarze |
2018-12-03 | Send SSL_AD_DECODE alerts in the case of a bad hello request or an | Theo Buehler |
2018-11-30 | Fix a typo and remove broken example. | Martin Pieuchot |
2018-11-30 | Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms. | Jeremy Evans |
2018-11-29 | remove double .Pp. oops - sorry for not spotting! | Jason McIntyre |
2018-11-29 | Improve introduction so there is more clarity about the patterns of | Theo de Raadt |
2018-11-29 | missed adding tls_default_ca_cert_file here. found by sthen | Ted Unangst |
2018-11-29 | expose the default cert file as a function, not a define. it's really | Ted Unangst |
2018-11-29 | Refactor a tangle in ssl3_send_client_verify() into one function for each | Theo Buehler |
2018-11-28 | fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3). | Martin Pieuchot |
2018-11-28 | Correct lock initialisation for libcrypto. | Joel Sing |
2018-11-27 | Refactor "find the right pool" code into a function. ok djm@ tb@ | Otto Moerbeek |
2018-11-25 | spelling; from miod | Jason McIntyre |
2018-11-24 | zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {' | Theo Buehler |
2018-11-24 | Store and return the locking callbacks, restoring previous behaviour. | Joel Sing |
2018-11-22 | Make alpha less special: _dl_boot_bind() is written to complete | Philip Guenther |
2018-11-21 | Fix DTLS transcript handling for HelloVerifyRequest. | Joel Sing |
2018-11-21 | fold the contents of malloc.conf.5 into malloc.3 and sysctl.2, | Jason McIntyre |