summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-18In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ providedschwarze2-13/+51
2021-11-17In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedschwarze9-46/+209
2021-11-16In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedschwarze1-8/+47
2021-11-16Recently, tb@ provided the following functions:schwarze1-4/+71
2021-11-15new manual page ASN1_BIT_STRING_set(3) documenting four BIT STRING accessorsschwarze4-3/+184
2021-11-15document ASN1_PRINTABLE_type(3) and ASN1_UNIVERSALSTRING_to_string(3)schwarze6-8/+172
2021-11-15document ASN1_item_pack(3) and ASN1_item_unpack(3)schwarze5-6/+94
2021-11-15document i2a_ASN1_STRING(3) and a2i_ASN1_STRING(3)schwarze3-3/+163
2021-11-14Fix a strange check in the auto DH codepathtb1-3/+5
2021-11-14the last argument of BIO_gets(3) is called "size", not "len"schwarze1-6/+6
2021-11-14fix a typo; diff from Matthias Schmidt <xosc dot org> on tech@schwarze1-3/+3
2021-11-14Put curly brace on the correct line.jsing1-2/+3
2021-11-13Test ASN1_STRING_copy(3).schwarze2-1/+121
2021-11-13Fix a nasty quirk in ASN1_STRING_copy(3).schwarze1-2/+2
2021-11-13Document the interactions of X509_V_FLAG_USE_CHECK_TIME,schwarze1-6/+35
2021-11-13Mark the public X509_VP_FLAG_* constants as intentionally undocumented.schwarze1-2/+11
2021-11-13Fix a bug in check_crl_time() that could result in incompleteschwarze1-8/+8
2021-11-13document ASN1_STRING_copy(3)schwarze1-4/+43
2021-11-12Document the public constants X509_V_FLAG_POLICY_MASKschwarze1-9/+43
2021-11-12mention what X509_cmp_time(3) does with a cmp_time argument of NULLschwarze1-3/+7
2021-11-12As pointed out by tb@, LibreSSL no longer supports user-definedschwarze4-56/+21
2021-11-12In x509_vfy.h rev. 1.41, tb@ provided X509_STORE_CTX_get_by_subject(3),schwarze3-18/+53
2021-11-11mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASKschwarze1-2/+6
2021-11-11Mention the X509v3_KU_* aliases for the KU_* constantsschwarze1-2/+16
2021-11-11Explicitly list all public functions in roff(7) commentsschwarze1-6/+33
2021-11-11new manual page X509_policy_tree_get0_policies(3),schwarze4-6/+110
2021-11-10Merge a few additional X509error(ERR_R_MALLOC_FAILURE) callsschwarze1-39/+28
2021-11-10If X509_load_cert_crl_file(3) does not find any certificatesschwarze3-3/+7
2021-11-10Sync some code style improvements from the OpenSSL 1.1.1 branch,schwarze1-10/+9
2021-11-10Merge two bug fixes from the OpenSSL 1.1.1 branch, which is stillschwarze1-8/+4
2021-11-09Switch to <endian.h> from <machine/endian.h> for better portability.bcook12-30/+26
2021-11-09Split a new page X509_load_cert_file(3) with three functionsschwarze7-112/+157
2021-11-09Add ASPA OIDjob2-0/+2
2021-11-08Replace <sys/limits.h> with <limits.h>bcook1-2/+2
2021-11-08Document X509_gmtime_adj(3).schwarze1-23/+67
2021-11-07In X509_STORE_CTX, rename the X509_STORE store rather than ctx.tb3-15/+15
2021-11-07In X509_STORE_CTX rename the misnamed last_untrusted to num_untrustedtb3-17/+17
2021-11-07new manual pagesschwarze6-5/+288
2021-11-06Improve formatting. The line breaks in the lists of methods were very ugly.schwarze1-116/+76
2021-11-06Start cleaning up X509_STORE_get1_issuer()tb1-15/+37
2021-11-06In X509_STORE_get1_issuer() do not call the verify callback fromtb1-3/+3
2021-11-06Fix indent.jsing1-8/+7
2021-11-06Refactor X509_STORE_get1_certs()tb1-27/+30
2021-11-05typo: a static objects -> a static objecttb1-3/+3
2021-11-05First pass of streamlining X509_STORE_get1_{certs,crls}()tb1-66/+77
2021-11-05Trade an abort() neutered by a comment for a blank line elsewhere.tb1-2/+2
2021-11-05Clean up X509_STORE_add_{cert,crl}().tb1-69/+41
2021-11-05Unify variable names in X509_STORE_{free,up_ref,add_lookup}().tb1-29/+26
2021-11-05Rename the ret variable in X509_OBJECT_new() to obj..tb1-5/+5
2021-11-05Garbage collect the unused skip member of X509_LOOKUP andtb2-5/+1