summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-14delete bogus trailing .Ns from SYNOPSIS .Ft macrosschwarze2-12/+12
2015-09-14fix formatting by adding the required quotes to .Fa in the SYNOPSISschwarze4-22/+22
2015-09-14Remove useless quoting from .Fo and .Fn function names, to preventschwarze3-10/+10
2015-09-14some conn_version and conn_cipher bits;jmc2-9/+10
2015-09-14Only two of the *rand48.c files need <math.h>, so just #include it in themguenther3-4/+5
2015-09-14use .Va for global variables, and .Vt where the type is includedschwarze1-4/+3
2015-09-14Expose EOF without close-notify via tls_close().jsing2-6/+14
2015-09-14Return an error if tls_handshake() or tls_close() is called on a contextjsing1-2/+13
2015-09-14add missing function return typesschwarze1-2/+3
2015-09-14Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalguenther3-3/+7
2015-09-14Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all theguenther2-2/+4
2015-09-14Remove cast of int* to int*guenther1-2/+2
2015-09-14Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakguenther9-9/+24
2015-09-14Test the exported strsignal() API, not the (now hidden) internal APIguenther1-8/+2
2015-09-14Temporarily revive MD4 for MS CHAP support.doug35-59/+1505
2015-09-13Crank major version due to removal of SHA-0 and MD4 from libcrypto.doug5-10/+10
2015-09-13Remove MD4 support from LibreSSL.doug35-1504/+58
2015-09-13Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and theguenther5-5/+11
2015-09-13Another style(9) grenade.jsing1-550/+825
2015-09-13Remove SHA-0 support.doug25-825/+36
2015-09-13For now, permit overriding of the malloc family, to make emacs happyguenther1-6/+6
2015-09-13Revise regression test so that it works correctly with AES taking priorityjsing1-34/+191
2015-09-13nc(1) seems worth an Xr in SEE ALSO now;jmc1-1/+2
2015-09-13Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap andmiod4-34/+4
2015-09-13Handle negative-zero in BN_bn2dec() too, just like in BN_print().deraadt2-44/+62
2015-09-13Reorder functions for readability/consistency.jsing2-470/+456
2015-09-13BN does support negative-zero -- BN_print() sets the standard here.deraadt2-6/+6
2015-09-13work around the stupid semantics of SSL_read and SSL_write to make surebeck1-3/+3
2015-09-13Wrap <pwd.h> so that calls go direct and the symbols are all weak.guenther2-7/+8
2015-09-13Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internallyguenther1-1/+2
2015-09-13Remove explicit NULL checks before *_free() calls and tidy some code.jsing1-28/+22
2015-09-13Use ECDH_size() and do some other clean up.jsing1-7/+6
2015-09-13Only check for key truncation if no KDF function is being used.jsing2-8/+8
2015-09-13remove e_os2.h includesbcook2-2/+0
2015-09-13Wrap long lines.jsing1-16/+32
2015-09-13style(9) grenade.jsing1-153/+178
2015-09-13Don't leak conninfo - spotted by marko kreen.beck1-2/+3
2015-09-13Stop generating private keys in a network buffer.jsing2-58/+58
2015-09-13The number of rounds is just two digits in the salt. We've alreadymillert1-2/+2
2015-09-13Factor out setup_up / destroy_ui functions.bcook4-58/+58
2015-09-13Use ECDH_size() instead of rolling our own.jsing4-24/+22
2015-09-13document extra algorithms available with openssl speed commandbcook1-1/+4
2015-09-13Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enablejsing2-6/+6
2015-09-13Merge ech_ossl.c into ech_key.c - not much point having one file with ajsing5-432/+294
2015-09-13Nuke openssl/e_os2.h, since nothing should be using it.jsing2-86/+1
2015-09-13Provide ECDH_size().jsing6-8/+22
2015-09-13Check ECDH output buffer length and avoid truncation.jsing6-12/+32
2015-09-13Add Certplus CA root certificate:sthen1-0/+86
2015-09-13display negotiated TLS version and cipher suite in verbose mode.beck1-2/+3
2015-09-13Lob a style(9) grenade in here.jsing12-362/+352