summaryrefslogtreecommitdiff
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-01forgot to remove HAVE_GENERAL_NAME_SET0_VALUEWilliam Ahern1-4/+0
2016-10-30Remove unused ecg_new_by_niddaurnimator1-15/+0
2016-10-30Remove unused GENERAL_NAME_get0_valuedaurnimator1-66/+0
2016-10-29fix constantness warning with OpenSSL 1.1 APIWilliam Ahern1-1/+7
2016-10-29not using key variable in vrfy.sig:genkeyrel-20161029William Ahern1-1/+0
2016-10-29add and use pkey:getDefaultDigestName because the old digest type names used ...William Ahern2-16/+38
2016-10-29final bits handle EVP_CIPHER_CTX, EVP_MD_CTX, and HMAC_CTX as opaque objectsWilliam Ahern1-32/+127
2016-10-29use SSL_client_versionWilliam Ahern1-2/+22
2016-10-29add regression test for store:verifyWilliam Ahern2-0/+180
2016-10-29X509_STORE_CTX is opaque, fixup store:verifyWilliam Ahern1-45/+80
2016-10-29must use i2d_re_X509_REQ_tbs to dirty the X509_REQ cached encodingWilliam Ahern1-0/+8
2016-10-29use EVP_PKEY_get_default_digest_nid to determine the default signature, and e...William Ahern1-11/+41
2016-10-29more OpenSSL 1.1 workWilliam Ahern1-25/+127
2016-10-28lots of OpenSSL 1.1 compatability workWilliam Ahern1-58/+339
2016-10-19libressl has supported ALPN since 2.1.3William Ahern1-1/+1
2016-10-19unbreak BSDs by using arc4random_bufWilliam Ahern2-2/+9
2016-10-19there are no kernel headers installed by default in Alpine Linux (Linux/musl)...William Ahern1-31/+25
2016-10-19use config.h.guess from autoguess project for system feature testsWilliam Ahern3-2/+881
2016-10-19update luapathWilliam Ahern1-2/+27
2016-08-30Use syscall() to call getrandom()Ondřej Surý1-1/+2
2016-08-30Add __DragonFly__ and generic BSD detection for ARC4RANDOMOndřej Surý1-1/+1
2016-08-30Use RAND_seed() instead of RAND_add() where appropriateOndřej Surý1-4/+4
2016-08-30Reinstate sysctl call for older Linux kernelsOndřej Surý1-8/+29
2016-08-30Use arc4random()/getrandom() to get random bytes instead of sysctl() interfaceOndřej Surý1-31/+32
2016-08-12in bignum string conversion, don't pass char or signed char to isdigit or isx...William Ahern1-2/+2
2016-06-25temporarily address issue #54 by copying solution from lunix and autoguess pr...William Ahern1-2/+2
2016-06-24upgrade luapath scriptWilliam Ahern2-171/+344