summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_asid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation of comments and labelsjob2021-09-081-85/+85
* Replace (&(x)) pattern with &xjob2021-09-071-16/+16
* KNFjob2021-09-071-575/+607
* Unroll ASN1_ITEM_ref()job2021-09-021-1/+1
* Change OPENSSL_strdup() to strdup()job2021-09-021-1/+1
* Change OPENSSL_malloc to calloc()job2021-09-021-1/+2
* Add err.h for X509error() and friendsjob2021-09-021-0/+1
* Fix OPENSSL_assert() and assert()job2021-09-021-26/+13
* Fix header file includesjob2021-09-021-5/+6
* Move the error put functions from X509V3err() to X509V3error()job2021-09-021-29/+17
* Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE()job2021-09-021-22/+106
* OPENSSL_assert() is not appropriate in this contextjob2021-09-021-2/+3
* Replace ossl_assert()/assert() with OPENSSL_assert()job2021-09-021-10/+10
* Replace OPENSSL_free() with free()job2021-09-021-4/+4
* Unroll IMPLEMENT_ASN1_FUNCTIONS()job2021-09-021-4/+98
* Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...job2021-09-021-0/+894