summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-02Change OPENSSL_strdup() to strdup()Job Snijders
2021-09-02Change OPENSSL_malloc to calloc()Job Snijders
2021-09-02Repair unrolling of static ASN1_ITEM IPAddrBlocks_itJob Snijders
2021-09-02Make v3_addr and v3_asid extern constJob Snijders
2021-09-02Add err.h for X509error() and friendsJob Snijders
2021-09-02Fix OPENSSL_assert() and assert()Job Snijders
2021-09-02remove sys/param.h that are not neededTheo de Raadt
2021-09-02annotate that sys/param.h is needed for roundup and roundup2Theo de Raadt
2021-09-02rather than using sys/param.h, define a local replacement MINIMUM() insteadTheo de Raadt
2021-09-02remove sys/param.h that snuck in, by replacing MAXPATHLEN with PATH_MAXTheo de Raadt
2021-09-02Unroll ASN1_EX_TEMPLATE_TYPE IPAddrBlocksJob Snijders
2021-09-02sys/param.h is not needed for any visible reasonTheo de Raadt
2021-09-02Change the OPENSSL_strdup() to strdup()Job Snijders
2021-09-02remove sys/param.h use, by replacing MAXLOGNAME -> LOGIN_NAME_MAXTheo de Raadt
2021-09-02Fix header file includesJob Snijders
2021-09-02syncTheo de Raadt
2021-09-02Move the error put functions from X509V3err() to X509V3error()Job Snijders
2021-09-02Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE()Job Snijders
2021-09-02Add -f to usageTheo Buehler
2021-09-02follow-up on previous commit and rename the _sys union to _argsJasper Lievisse Adriaanse
2021-09-02Do not create loopback interfaces lo1, lo2, ... upfront. They areAlexander Bluhm
2021-09-02styleTobias Heider
2021-09-02Initialize the uvm object when we actually need it such that we canMark Kettenis
2021-09-02Split part_type into separate types 'mbr_type' and 'gpt_type',Kenneth R Westerback
2021-09-02rename struct dt_evt fields to make it clear this isn't only used for tracing...Jasper Lievisse Adriaanse
2021-09-02OPENSSL_assert() is not appropriate in this contextJob Snijders
2021-09-02Replace ossl_assert()/assert() with OPENSSL_assert()Job Snijders
2021-09-02Enable vfork syscall test. Disable SIGSTOP test as it is masked untilmbuhl
2021-09-02Explain in a comment why two wscons_keydesc structures are needed.Anton Lindqvist
2021-09-02Update for change of default Ruby version to 3.0.Jeremy Evans
2021-09-02We need to allow for either a CERTIFICATE or CERTIFICATE_STATUS messageBob Beck
2021-09-02Replace OPENSSL_free() with free()Job Snijders
2021-09-02list -v with -d in SYNOPSIS, instead of seperately,Jason McIntyre
2021-09-02Unroll IMPLEMENT_ASN1_FUNCTIONS()Job Snijders
2021-09-02Unroll DECLARE_ASN1_FUNCTIONS()Job Snijders
2021-09-02Fix our iwx(4) xtal latency values to match the values used by Linux iwlwifi.Stefan Sperling
2021-09-02The PCI_PRODUCT_INTEL_WL_22500_1 device is part of the 22000Kevin Lo
2021-09-02Rename DEFINE_STACK_OF() to DECLARE_STACK_OF()Job Snijders
2021-09-02Stop sending debug logging to syslog (which would then drop it on theFlorian Obser
2021-09-02Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...Job Snijders
2021-09-02Import more NetBSD system call regression tests.mbuhl
2021-09-02Refactor how unveil generates EACCES errors. Instead of tracking theClaudio Jeker
2021-09-02trailing whitespaceJasper Lievisse Adriaanse
2021-09-02Fix comment spelling.Patrick Wildt
2021-09-02Call the ocsp callback if present and we get no response, instead ofBob Beck
2021-09-02Use defined constantsKinichiro Inoguchi
2021-09-02atactl(8): few printf("%s", NULL) cleanupSebastien Marie
2021-09-02Add DB_TYPE_SUSPKinichiro Inoguchi
2021-09-02timeout(1): execvp(2) does not return except on errorSebastien Marie
2021-09-02Make all signal handler functions async-signal-safeIngo Schwarze