summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-05-17Add "killer" input from "algorithmic complexity attacks and libcmillert1-0/+12
2017-05-17The BSD qsort() performs tail recursion elimination on the secondmillert1-10/+25
2017-05-17There's no need to track the number of errors (and the counter mightmillert1-21/+30
2017-05-17Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"millert3-2/+278
2017-05-16Plug a memory leak. The main_cert needs to be X509_free()ed sinceclaudio1-0/+2
2017-05-16typo: ket -> key.tb1-3/+3
2017-05-15Typo: freezeo -> freezerotb1-3/+3
2017-05-13- fix bug wrt posix_memalign(3) of blocks between half a page and a pageotto2-8/+18
2017-05-11Fix a problem introduced in freezero() conversion and usejsg1-2/+2
2017-05-10Implement nc -W recvlimit to terminate netcat after receiving abluhm2-8/+28