summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix a typo; diff from Matthias Schmidt <xosc dot org> on tech@schwarze2021-11-141-3/+3
* Put curly brace on the correct line.jsing2021-11-141-2/+3
* Test ASN1_STRING_copy(3).schwarze2021-11-132-1/+121
* Fix a nasty quirk in ASN1_STRING_copy(3).schwarze2021-11-131-2/+2
* Document the interactions of X509_V_FLAG_USE_CHECK_TIME,schwarze2021-11-131-6/+35
* Mark the public X509_VP_FLAG_* constants as intentionally undocumented.schwarze2021-11-131-2/+11
* Fix a bug in check_crl_time() that could result in incompleteschwarze2021-11-131-8/+8
* document ASN1_STRING_copy(3)schwarze2021-11-131-4/+43
* Document the public constants X509_V_FLAG_POLICY_MASKschwarze2021-11-121-9/+43
* mention what X509_cmp_time(3) does with a cmp_time argument of NULLschwarze2021-11-121-3/+7
* As pointed out by tb@, LibreSSL no longer supports user-definedschwarze2021-11-124-56/+21
* In x509_vfy.h rev. 1.41, tb@ provided X509_STORE_CTX_get_by_subject(3),schwarze2021-11-123-18/+53
* mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASKschwarze2021-11-111-2/+6
* Mention the X509v3_KU_* aliases for the KU_* constantsschwarze2021-11-111-2/+16
* Explicitly list all public functions in roff(7) commentsschwarze2021-11-111-6/+33
* new manual page X509_policy_tree_get0_policies(3),schwarze2021-11-114-6/+110
* Merge a few additional X509error(ERR_R_MALLOC_FAILURE) callsschwarze2021-11-101-39/+28
* If X509_load_cert_crl_file(3) does not find any certificatesschwarze2021-11-103-3/+7
* Sync some code style improvements from the OpenSSL 1.1.1 branch,schwarze2021-11-101-10/+9
* Merge two bug fixes from the OpenSSL 1.1.1 branch, which is stillschwarze2021-11-101-8/+4
* Switch to <endian.h> from <machine/endian.h> for better portability.bcook2021-11-0912-30/+26
* Split a new page X509_load_cert_file(3) with three functionsschwarze2021-11-097-112/+157
* Add ASPA OIDjob2021-11-092-0/+2
* Replace <sys/limits.h> with <limits.h>bcook2021-11-081-2/+2
* Document X509_gmtime_adj(3).schwarze2021-11-081-23/+67
* In X509_STORE_CTX, rename the X509_STORE store rather than ctx.tb2021-11-073-15/+15
* In X509_STORE_CTX rename the misnamed last_untrusted to num_untrustedtb2021-11-073-17/+17
* new manual pagesschwarze2021-11-076-5/+288
* Improve formatting. The line breaks in the lists of methods were very ugly.schwarze2021-11-061-116/+76
* Start cleaning up X509_STORE_get1_issuer()tb2021-11-061-15/+37
* In X509_STORE_get1_issuer() do not call the verify callback fromtb2021-11-061-3/+3
* Fix indent.jsing2021-11-061-8/+7
* Refactor X509_STORE_get1_certs()tb2021-11-061-27/+30
* typo: a static objects -> a static objecttb2021-11-051-3/+3
* First pass of streamlining X509_STORE_get1_{certs,crls}()tb2021-11-051-66/+77
* Trade an abort() neutered by a comment for a blank line elsewhere.tb2021-11-051-2/+2
* Clean up X509_STORE_add_{cert,crl}().tb2021-11-051-69/+41
* Unify variable names in X509_STORE_{free,up_ref,add_lookup}().tb2021-11-051-29/+26
* Rename the ret variable in X509_OBJECT_new() to obj..tb2021-11-051-5/+5
* Garbage collect the unused skip member of X509_LOOKUP andtb2021-11-052-5/+1
* Use calloc() to remove the need of silly zeroing of most members.tb2021-11-051-28/+18
* Streamline and shorten x509_object_cmp() a bit.tb2021-11-051-11/+6
* Drop a bunch of unnecesary parentheses and unify the order in whichtb2021-11-051-17/+13
* Cleanup X509_LOOKUP_new()tb2021-11-051-12/+11
* Garbage collect xobj->data.{ptr,pkey}tb2021-11-052-8/+6
* Cache sha512 hash and parsed not_before and not_after with X509 cert.beck2021-11-049-135/+149
* document d2i_X509_ALGORS(3) and i2d_X509_ALGORS(3)schwarze2021-11-031-5/+36
* Fix five bugs in X509_REQ_to_X509(3):schwarze2021-11-031-11/+12
* Fix ASN1_TIME_diff() with NULL timestb2021-11-031-3/+18
* Some cleanup in X509_REQ_get_extensions(3), no functional change.schwarze2021-11-031-10/+6