summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-30Document BN_set_flags(3) and BN_get_flags(3).schwarze6-13/+159
2017-01-29Seriously warn against calling BN_init(3), BN_MONT_CTX_init(3),schwarze3-12/+75
2017-01-29Marko Kreen contributed significantly to the ocsp stuff for libtlsbeck1-2/+3
2017-01-29Move the ocsp staple to being part of the keypair structure internally,beck3-14/+32
2017-01-29Send the function codes from the error functions to the bit bucket,beck275-3892/+2400
2017-01-29Put comment back in the right place.jsing1-9/+9
2017-01-29Avoid clearing the mac_packet flag in the wrong place.jsing1-2/+1
2017-01-28add HISTORY and AUTHORSschwarze12-24/+256
2017-01-27Fix Copyright notices; ok beck@ jsing@ tedu@schwarze11-28/+43
2017-01-27More s/OSCP/OCSP/ typostom2-2/+2
2017-01-26oscp -> ocsp;jmc3-7/+7
2017-01-26fix Dt;jmc1-3/+3
2017-01-26Use a flag to track when we need to call SSL_shutdown(). This avoids anjsing4-5/+11
2017-01-26Bump TLS_API due to new features being added earlier this week.jsing1-2/+2
2017-01-26Bump libtls minor due to symbol additions earlier this week.jsing1-1/+1
2017-01-26knfbeck1-6/+11
2017-01-26Convert ssl3_get_client_hello() to CBS.jsing1-76/+71
2017-01-26Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the uglybeck18-653/+335
2017-01-26Hide SSLerr() under #ifndef LIBRESSL_INTERNAL since we shouldn't bebeck1-2/+4
2017-01-26Send the error function codes to rot in the depths of hell where they belongbeck24-798/+572
2017-01-26Merge the single two line function from ssl_err2.c into ssl_err.c.jsing3-76/+12
2017-01-26english is hard.beck1-2/+2
2017-01-26Limit the number of sequential empty records that we will processbeck4-7/+30
2017-01-26Refactor the code to generate a WANT_READ into a function, as we arebeck1-18/+20
2017-01-26Remove most of SSL3_ENC_METHOD - we can just inline the function callsjsing11-135/+63
2017-01-26Move relatively new version range code from ssl_lib.c into a separatejsing3-158/+175
2017-01-26Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are nojsing5-6/+6
2017-01-26Merge the client/server version negotiation into the existing (currentlyjsing16-1229/+395
2017-01-26Document ERR_load_BN_strings(3).schwarze1-11/+47
2017-01-26Use numeric exit codes consistently rather than a mixbeck1-11/+11
2017-01-26stylebeck1-1/+1
2017-01-26Fix the structure initialzation to compile. bad inioguchi and millert :)beck1-1/+1
2017-01-26Remove ssl3_undef_enc_method - if we have internal bugs we want to segfaultjsing5-36/+8
2017-01-26Remove a sess_cert reference from a comment in the public header.jsing1-5/+2
2017-01-25split the tls_init(3) that had grown fat to allow healthy future growth;schwarze15-888/+1474
2017-01-25Fix array initialization syntax for ocspcheck.cinoguchi1-1/+1
2017-01-25document BN_asc2bn(3);schwarze1-3/+27
2017-01-25remove __BEGIN_DECLS and __END_DECLS from http.hinoguchi1-5/+1
2017-01-25bring changes from acme-client over here.benno1-56/+54
2017-01-25Update ssl versions regress to handle min/max configured versions andjsing1-47/+201
2017-01-25Limit enabled version range by the versions configured on the SSL_CTX/SSL,jsing3-23/+84
2017-01-25Add start of a regress for cert gen and validation. not clean, won'tbeck5-0/+394
2017-01-25link in rsa testbeck1-1/+2
2017-01-25Add rsa test from openssl, since it has a license nowbeck2-0/+344
2017-01-25Change the SSL_IS_DTLS() macro to check the version, rather than using ajsing2-7/+4
2017-01-25Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggestedbeck6-10/+170
2017-01-25Provide ssl3_packet_read() and ssl3_packet_extend() functions that improvejsing3-35/+59
2017-01-25Provide defines for SSL_CTRL_SET_CURVES/SSL_CTRL_SET_CURVES_LIST for thingsjsing1-1/+15
2017-01-24fix make clean and warningsotto2-1/+3
2017-01-24make sure realloc preserves dataotto1-17/+45