aboutsummaryrefslogtreecommitdiffstats
path: root/src/openssl.c
Commit message (Collapse)AuthorAgeFilesLines
...
* add DER parameter to pk__tostring for symmetry, but we still need to ↵LibravatarLibravatar william 2014-03-261-6/+16
| | | | refactor stringification APIs because it's unuseable as-is
* alter several :add methods to return the parent object rather than boolean ↵LibravatarLibravatar william 2014-03-261-4/+4
| | | | true, to allow chained invocations
* add GEN_DIRNAME supportLibravatarLibravatar william 2014-03-261-33/+60
|
* add DER input and output formats, plus 'autodetect' PEM-or-DER, for almost ↵LibravatarLibravatar william 2014-03-251-62/+167
| | | | everything (except pk__tostring and pk_toPEM, FIXME)
* fix include guard bugLibravatarLibravatar william 2014-03-221-3/+3
|
* add multithread reentrancy protectionLibravatarLibravatar William Ahern 2014-01-311-3/+156
|
* move newly split files into src/ directoryLibravatarLibravatar William Ahern 2013-12-091-0/+3929