summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb3-12/+12
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb9-63/+213
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb16-56/+659
2019-01-18switch the default algorithm for the dgst command from MD5 to SHA256naddy2-6/+6
2019-01-18Add -iter and -pbkdf2 to the usage synopsis.naddy1-15/+17
2019-01-18initialize offset value so this passesbeck1-0/+1
2019-01-18copyrightbeck1-1/+2
2019-01-18bump copyright years appopriatelybeck1-3/+3
2019-01-18Add client side of supported versions and keyshare extensions with basic regressbeck5-5/+454
2019-01-18Improve the description of locale dependency:schwarze2-14/+20
2019-01-18Replace the vague, incorrect, and confusing BUGS sections with CAVEATSschwarze3-12/+33
2019-01-18tweak previous;jmc1-7/+7
2019-01-18Expose some symbols in a new tls13_handshake.h for regression testing.tb3-99/+93
2019-01-18Removed unused struct members.jsing1-2/+0
2019-01-18Add the -iter and -pbkdf2 argumenst to encbeck1-2/+11
2019-01-18Change the default digest type to sha256, and add support forbeck1-5/+44
2019-01-18Remove this copy, we have decided we can do this in placebeck3-1633/+2
2019-01-18Add support for RFC 8446 section 4.2 enforcing which extensions maybeck1-8/+43
2019-01-18Update regress following TLS extension renaming.jsing2-379/+378
2019-01-18Rename TLS extension handling to use less "hello".jsing4-220/+228
2019-01-17Add regress for extensible buffer code.jsing3-1/+169
2019-01-17Get rid of is_serverhello in preparation for other messagesbeck1-13/+24
2019-01-17Provide an extensible buffer implementation that uses a read callback.jsing3-3/+148
2019-01-17Add support to enforce restrictions on where extensions can appearbeck2-12/+38
2019-01-17Add a direct copy of the exension parsing code to be modified for tls13.beck3-2/+1596
2019-01-16For all functions known to be infected by LC_NUMERIC, add shortschwarze2-4/+22
2019-01-14There are cases where a program doing dns requests wants to set theotto1-2/+4
2019-01-10Move default numer of pools in the multi-threaded case to 8. Various testsotto1-2/+2
2019-01-10Make the "not my pool" searching loop a tiny bit smarter, whileotto2-22/+39
2019-01-10Revert back previous commit and stop including strings.hmestre2-9/+7
2019-01-09Include strings.h for bzero in usr.bin/ncinoguchi2-2/+4
2019-01-02correct article;jmc2-6/+6
2018-12-27too many words in previous;jmc1-2/+2
2018-12-27port ranges can be ambiguous with hypenated port-names.tedu2-6/+7
2018-12-26Make AES CCM available in tables.tb1-1/+4
2018-12-24Make this page much more readable by deleting as much text as possibleschwarze1-28/+9
2018-12-23EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend usingtb4-12/+12
2018-12-22Document EVP_PKEY_new_mac_key(3);schwarze1-8/+50
2018-12-22Delete irrelevant HISTORY details. Simply use BN_rand(3); thereschwarze1-12/+2
2018-12-21The wrong header file was given for EVP_PKEY_CTX_set_signature_md(3).schwarze1-13/+69
2018-12-21Document the ECDSA_SIG_new(3) return value.schwarze1-2/+10
2018-12-21Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments;schwarze1-4/+19
2018-12-21grammar and style fixes from wesinator at githubschwarze1-13/+14
2018-12-21Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3).schwarze1-10/+18
2018-12-21Mention that some functions call BN_GENCB_call(3) with a secondschwarze1-4/+15
2018-12-19Correctly describe the return values of BN_hex2bn(3) and BN_dec2bn(3).schwarze1-5/+8
2018-12-19Specify the return values of some of these functions more precisely;schwarze1-15/+16
2018-12-19typo;schwarze1-4/+5
2018-12-16Add regress test for bugs in stdio/fread.c rev 1.13 and 1.17millert3-2/+160
2018-12-16Regenerate root CA list using updated format-pem.pl. Specifically thissthen1-101/+1