aboutsummaryrefslogtreecommitdiff
path: root/openssl
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Make buildable on *BSDBoris Kolpackov1-2/+14
2022-11-08Adjust to diagnostics epilogue interface changeBoris Kolpackov1-2/+2
2022-07-13Work around bogus -Wrestrict GCC 12 warning (bug #105329)Boris Kolpackov3-11/+11
2021-11-19Rename rsautl command to pkeyutlKaren Arutyunov2-6/+9
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov7-20/+20
2021-09-24Fortify tests against NDEBUGKaren Arutyunov2-0/+6
2021-07-07Clear errno before calling strto*() functionsBoris Kolpackov1-0/+1
2021-07-07Resolve ambiguous reference to accessBoris Kolpackov2-2/+2
2020-06-19Fix GCC 10 compilation errorKaren Arutyunov2-5/+6
2020-02-19Fix copyright notice extraction for buildingKaren Arutyunov1-3/+3
2020-02-18Fix copyright notice extraction for buildingKaren Arutyunov1-4/+5
2020-02-12Adapt to renaming butl::fdnull() to fdopen_null()Karen Arutyunov2-2/+2
2020-02-12Use copyright extracted from COPYRIGHT file for printing utility versionKaren Arutyunov3-2/+13
2020-02-07Drop copyright notice from source codeKaren Arutyunov27-27/+0
2019-10-01Adapt to renaming butl::casecmp() to icasecmp()Karen Arutyunov2-3/+3
2019-08-16Fix memory leak in pkcs11 agentKaren Arutyunov1-0/+3
2019-08-16Add '--std c++11' CLI option in buildfileKaren Arutyunov1-2/+2
2019-08-07Fix pkcs11 agent to properly change CWD to root directoryKaren Arutyunov1-1/+1
2019-05-24Adapt version.hxx.in to increasing standard version major, minor, and patch m...Karen Arutyunov1-15/+14
2019-03-08Fix bug in buildfileKaren Arutyunov1-2/+3
2019-03-08Use new setup for unit testsKaren Arutyunov1-6/+14
2019-03-05Align with latest bdep-newKaren Arutyunov1-11/+15
2019-01-16Update copyright yearKaren Arutyunov27-29/+29
2018-11-15URL unit test minor fixKaren Arutyunov1-1/+1
2018-10-23Remove test workaround after build2 fixKaren Arutyunov1-2/+2
2018-10-17Fix ::bind() vs std::bind() confusionKaren Arutyunov1-3/+5
2018-10-17Add implementationKaren Arutyunov29-0/+4828