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