summaryrefslogtreecommitdiff
path: root/mk (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-24refactor style to more closely match the style of the existing code, such as ↵William Ahern1-22/+35
it is
2016-06-24refactor and add ashb's regression test for #53William Ahern4-2/+26
2016-06-23initialize attr to NULL in xr_setExtensionByNid to silence clang, which ↵William Ahern1-0/+1
can't see that has_attrs indirectly assures at least one iteration of the for loop (in the single-threaded case, at least)
2016-04-11Support for getting and setting SAN on a CSRAsh Berlin2-0/+89
Extensions in a CSR are a bit more complex than in a CRL or a certificate itself so we don't quite use the same interface.
2016-04-09Add terminator to openssl.x509.extension.Ash Berlin1-0/+1
Without this we ended up over-running the buffer and setting functions as numbers again. Before: $ lua -e 'print(require "openssl.x509.extension".new)' 4519558960 After: $ lua -e 'print(require "openssl.x509.extension".new)' function: 0x10f9755e0
2016-02-06Add openssl.x509.csr to makefileKim Alvefur1-0/+1