| Commit message (Expand) | Author | Files | Lines |
2021-11-14 | fix a typo; diff from Matthias Schmidt <xosc dot org> on tech@ | schwarze | 1 | -3/+3 |
2021-11-14 | Put curly brace on the correct line. | jsing | 1 | -2/+3 |
2021-11-13 | Test ASN1_STRING_copy(3). | schwarze | 2 | -1/+121 |
2021-11-13 | Fix a nasty quirk in ASN1_STRING_copy(3). | schwarze | 1 | -2/+2 |
2021-11-13 | Document the interactions of X509_V_FLAG_USE_CHECK_TIME, | schwarze | 1 | -6/+35 |
2021-11-13 | Mark the public X509_VP_FLAG_* constants as intentionally undocumented. | schwarze | 1 | -2/+11 |
2021-11-13 | Fix a bug in check_crl_time() that could result in incomplete | schwarze | 1 | -8/+8 |
2021-11-13 | document ASN1_STRING_copy(3) | schwarze | 1 | -4/+43 |
2021-11-12 | Document the public constants X509_V_FLAG_POLICY_MASK | schwarze | 1 | -9/+43 |
2021-11-12 | mention what X509_cmp_time(3) does with a cmp_time argument of NULL | schwarze | 1 | -3/+7 |
2021-11-12 | As pointed out by tb@, LibreSSL no longer supports user-defined | schwarze | 4 | -56/+21 |
2021-11-12 | In x509_vfy.h rev. 1.41, tb@ provided X509_STORE_CTX_get_by_subject(3), | schwarze | 3 | -18/+53 |
2021-11-11 | mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASK | schwarze | 1 | -2/+6 |
2021-11-11 | Mention the X509v3_KU_* aliases for the KU_* constants | schwarze | 1 | -2/+16 |
2021-11-11 | Explicitly list all public functions in roff(7) comments | schwarze | 1 | -6/+33 |
2021-11-11 | new manual page X509_policy_tree_get0_policies(3), | schwarze | 4 | -6/+110 |
2021-11-10 | Merge a few additional X509error(ERR_R_MALLOC_FAILURE) calls | schwarze | 1 | -39/+28 |
2021-11-10 | If X509_load_cert_crl_file(3) does not find any certificates | schwarze | 3 | -3/+7 |
2021-11-10 | Sync some code style improvements from the OpenSSL 1.1.1 branch, | schwarze | 1 | -10/+9 |
2021-11-10 | Merge two bug fixes from the OpenSSL 1.1.1 branch, which is still | schwarze | 1 | -8/+4 |
2021-11-09 | Switch to <endian.h> from <machine/endian.h> for better portability. | bcook | 12 | -30/+26 |
2021-11-09 | Split a new page X509_load_cert_file(3) with three functions | schwarze | 7 | -112/+157 |
2021-11-09 | Add ASPA OID | job | 2 | -0/+2 |
2021-11-08 | Replace <sys/limits.h> with <limits.h> | bcook | 1 | -2/+2 |
2021-11-08 | Document X509_gmtime_adj(3). | schwarze | 1 | -23/+67 |
2021-11-07 | In X509_STORE_CTX, rename the X509_STORE store rather than ctx. | tb | 3 | -15/+15 |
2021-11-07 | In X509_STORE_CTX rename the misnamed last_untrusted to num_untrusted | tb | 3 | -17/+17 |
2021-11-07 | new manual pages | schwarze | 6 | -5/+288 |
2021-11-06 | Improve formatting. The line breaks in the lists of methods were very ugly. | schwarze | 1 | -116/+76 |
2021-11-06 | Start cleaning up X509_STORE_get1_issuer() | tb | 1 | -15/+37 |
2021-11-06 | In X509_STORE_get1_issuer() do not call the verify callback from | tb | 1 | -3/+3 |
2021-11-06 | Fix indent. | jsing | 1 | -8/+7 |
2021-11-06 | Refactor X509_STORE_get1_certs() | tb | 1 | -27/+30 |
2021-11-05 | typo: a static objects -> a static object | tb | 1 | -3/+3 |
2021-11-05 | First pass of streamlining X509_STORE_get1_{certs,crls}() | tb | 1 | -66/+77 |
2021-11-05 | Trade an abort() neutered by a comment for a blank line elsewhere. | tb | 1 | -2/+2 |
2021-11-05 | Clean up X509_STORE_add_{cert,crl}(). | tb | 1 | -69/+41 |
2021-11-05 | Unify variable names in X509_STORE_{free,up_ref,add_lookup}(). | tb | 1 | -29/+26 |
2021-11-05 | Rename the ret variable in X509_OBJECT_new() to obj.. | tb | 1 | -5/+5 |
2021-11-05 | Garbage collect the unused skip member of X509_LOOKUP and | tb | 2 | -5/+1 |
2021-11-05 | Use calloc() to remove the need of silly zeroing of most members. | tb | 1 | -28/+18 |
2021-11-05 | Streamline and shorten x509_object_cmp() a bit. | tb | 1 | -11/+6 |
2021-11-05 | Drop a bunch of unnecesary parentheses and unify the order in which | tb | 1 | -17/+13 |
2021-11-05 | Cleanup X509_LOOKUP_new() | tb | 1 | -12/+11 |
2021-11-05 | Garbage collect xobj->data.{ptr,pkey} | tb | 2 | -8/+6 |
2021-11-04 | Cache sha512 hash and parsed not_before and not_after with X509 cert. | beck | 9 | -135/+149 |
2021-11-03 | document d2i_X509_ALGORS(3) and i2d_X509_ALGORS(3) | schwarze | 1 | -5/+36 |
2021-11-03 | Fix five bugs in X509_REQ_to_X509(3): | schwarze | 1 | -11/+12 |
2021-11-03 | Fix ASN1_TIME_diff() with NULL times | tb | 1 | -3/+18 |
2021-11-03 | Some cleanup in X509_REQ_get_extensions(3), no functional change. | schwarze | 1 | -10/+6 |