summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-15Remove unused variable.jsing1-3/+3
2017-07-15Add a "-T tlscompat" option to nc(1), which enables the use of all TLSjsing2-5/+12
2017-07-15Add a test that covers the recently fixed "0x" prefix handling issue.jsing1-1/+2
2017-07-10remove misc. depend and yacc nits that no longer matter.espie1-2/+1
2017-07-10one more instance of the previous commit; also initialize ->offset to aotto1-2/+3
2017-07-09remove redundant variable declarations in Makefiles, since those arelibressl-v2.6.0espie1-2/+1
2017-07-08update the little endian processor list to give it a chance of matchingtedu2-6/+6
2017-07-08Run malloc0test with all possible malloc options.bluhm1-1/+7
2017-07-07Only access offset if canaries are enabled *and* size > 0, otherwise offsetotto1-2/+2
2017-07-06Document tls_config_set_crl_file() and tls_config_set_crl_mem().jsing1-3/+30
2017-07-06Bump minor due to symbol addition.jsing1-1/+1
2017-07-06Add support for providing CRLs to libtls - once a CRL is provided wejsing5-4/+67
2017-07-06The 0x (or 0X) prefix in base 16 is optional so only skip over themillert6-18/+18
2017-07-06fix broken cross references; found with mandoc -Tlintschwarze3-43/+8
2017-07-05RFC 6066 states that IP literals are not permitted in "HostName" for ajsing1-3/+9
2017-07-05nits about trailing punctuation found with mandoc -Tlintschwarze1-4/+4
2017-07-05void functions don't return 0tb1-6/+2
2017-07-05fix cross references to self; found with mandoc -Tlintschwarze4-13/+12
2017-06-28.init stub creation doesn't need a jmp + .align to reach a branch target,deraadt1-3/+0
2017-06-22Use the tls_password_cb() callback with all PEM_read_bio_*() calls, so thatjsing4-11/+14
2017-06-22Fix incorrect indentation.jsing1-2/+2
2017-06-22Plug a memory leak in tls_keypair_cert_hash(), introduced in r1.60.jsing1-1/+3
2017-06-22Remove dead code that has remained hiding since ressl.c r1.14!jsing1-4/+1
2017-06-22Use the standard `rv' idiom in tls_keypair_load_cert(), rather thanjsing1-5/+4
2017-06-22Distinguish between self-issued certificates and self-signed certificates.jsing2-30/+40
2017-06-19port the RBT code to userland by making it part of libc.dlg1-10/+11
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostespie1-1/+2
2017-06-11Continue the flattening of the pledge logic started in r1.184 and placetb1-8/+8
2017-06-11Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace andtb1-33/+35
2017-06-10If -P and -c were given, a second pledge call tried to add "rpath" to thetb1-8/+5
2017-06-10fix broken markup of callback arguments; found with mandoc -Tlintschwarze2-11/+8
2017-06-10repair broken markup of callback argument; found with mandoc -Tlintschwarze1-5/+3
2017-05-30Don't fall back to heapsort() if we would otherwise switch tomillert1-7/+7
2017-05-29Randomize link-order of libcrypto as we do with libc. This libraryderaadt1-1/+2
2017-05-27Also test arrays of double and long long.millert1-142/+421
2017-05-26Synchronise chacha test cases with the referenced draft - this adds ajsing1-23/+23
2017-05-26Avoid a potential NULL pointer dereference in d2i_ECPrivateKey().jsing1-1/+7
2017-05-26Fix gcc warnings triggered by WARNINGS=yes.bluhm1-9/+9
2017-05-25Add definitions for three OIDs used in EV certificates.jsing2-0/+9
2017-05-24Support swapping 32-bit aligned elements on 64-bit platforms.millert1-22/+63
2017-05-22Add timing and test name options.millert1-12/+83
2017-05-22Instead of embedding pre-generated tables from McIlroy's "A Killermillert3-1538/+315
2017-05-21correct a return value testjsg1-1/+1
2017-05-20Document that qsort falls back to heapsort() if the recursion depthmillert1-3/+13
2017-05-20Use David Musser's introsort algorithm to fall back to heapsort(3)millert2-14/+45
2017-05-19Add input targeted at the Bentley and McIrlroy quicksort generatedmillert1-6/+1389
2017-05-18use mergesort instead of heapsort when comparing resultsmillert1-9/+17
2017-05-17Avoid running the "killer" tests multiple times with the samemillert1-10/+19
2017-05-17Add "median of three" killer, as seen in "Introspective Sorting andmillert1-18/+44
2017-05-17Approximate nlgn instead of using libm. The same approximation maymillert2-10/+8