summaryrefslogtreecommitdiffstats
path: root/ipaclient/csrgen_ffi.py
Commit message (Expand)AuthorAgeFilesLines
* Have all the scripts run in python 3 by defaultStanislav Laznicka2018-02-151-1/+1
* csrgen_ffi: cast the DN value to unsigned char *Stanislav Laznicka2017-10-251-1/+2
* csrgen_ffi: pass bytes where "char *" is requiredStanislav Laznicka2017-10-251-4/+4
* Remove unused variableStanislav Laznicka2017-09-011-1/+1
* csrgen: support openssl 1.0 and 1.1Alexander Bokovoy2017-08-311-2/+9
* csrgen: Modify cert_get_requestdata to return a CertificationRequestInfoBen Lipton2017-04-031-0/+291