summaryrefslogtreecommitdiff
path: root/mk (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-04update x509:getPublicKeyDigest to take optional digest typewilliam3-5/+13
2015-06-02document DTLS protocol identifiers for openssl.ssl.context.new routinewilliam2-7/+10
2015-06-02add DTLS client and server methods to openssl.ssl.context.newwilliam1-27/+84
2015-05-28remove some unused warningswilliam1-11/+0
2015-05-18initialize extension data in DER format without intermediate hex encodingKaarle Ritvanen1-1/+26
2015-05-18get extension data in DER formatKaarle Ritvanen1-1/+9
2015-05-18get named extension from certificateKaarle Ritvanen1-0/+32
2015-05-18CRL extensionsKaarle Ritvanen1-0/+13
2015-05-14get digest for certificate's public keyKaarle Ritvanen1-0/+16
2015-05-04update debian changelogrel-20150504william1-0/+9
2015-04-22fix build for OpenBSD 5.6 libresslWilliam Ahern1-1/+6
2015-04-22forgot NULL terminator on ssleay_version arraywilliam1-0/+1
2015-04-22Fix BN_CTX and BIO caching for LuaJITwilliam1-4/+4
2015-04-22Add openssl.version to permit querying runtime OpenSSL version.william1-9/+83
2015-04-22update luapath scriptwilliam1-57/+402
2015-04-22update changelog in preparation for tagging releaserel-20150422william1-0/+10
2015-04-20add missing line continuation to LIST_INSERT_HEAD macro, and fix stale code c...exdatawilliam1-2/+2
2015-04-17finish setAlpnSelectwilliam1-18/+56
2015-04-17forgot to install our X509_STORE_free replacementwilliam1-3/+9
2015-04-17unify OpenSSL, DYLD, and system errno error handling, and begin to regularize...william1-279/+277
2015-04-17pin the module in memory when installing external app data callbacks, as thes...william1-124/+234
2015-04-16don't care about the SSL_CTX class indexwilliam1-2/+0
2015-04-16add fix for issue #17william1-7/+148
2015-04-09refactor and fixup some interfaces, and begin to flesh out ALPN selection cal...william1-39/+148