Age | Commit message (Expand) | Author |
2021-11-11 | mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASK | Ingo Schwarze |
2021-11-11 | Mention the X509v3_KU_* aliases for the KU_* constants | Ingo Schwarze |
2021-11-11 | Explicitly list all public functions in roff(7) comments | Ingo Schwarze |
2021-11-11 | new manual page X509_policy_tree_get0_policies(3), | Ingo Schwarze |
2021-11-10 | Merge a few additional X509error(ERR_R_MALLOC_FAILURE) calls | Ingo Schwarze |
2021-11-10 | If X509_load_cert_crl_file(3) does not find any certificates | Ingo Schwarze |
2021-11-10 | Sync some code style improvements from the OpenSSL 1.1.1 branch, | Ingo Schwarze |
2021-11-10 | Merge two bug fixes from the OpenSSL 1.1.1 branch, which is still | Ingo Schwarze |
2021-11-09 | Switch to <endian.h> from <machine/endian.h> for better portability. | Brent Cook |
2021-11-09 | Split a new page X509_load_cert_file(3) with three functions | Ingo Schwarze |
2021-11-09 | Add ASPA OID | Job Snijders |
2021-11-08 | Document X509_gmtime_adj(3). | Ingo Schwarze |
2021-11-07 | In X509_STORE_CTX, rename the X509_STORE store rather than ctx. | Theo Buehler |
2021-11-07 | In X509_STORE_CTX rename the misnamed last_untrusted to num_untrusted | Theo Buehler |
2021-11-07 | new manual pages | Ingo Schwarze |
2021-11-06 | Improve formatting. The line breaks in the lists of methods were very ugly. | Ingo Schwarze |
2021-11-06 | Start cleaning up X509_STORE_get1_issuer() | Theo Buehler |
2021-11-06 | In X509_STORE_get1_issuer() do not call the verify callback from | Theo Buehler |
2021-11-06 | Fix indent. | Joel Sing |
2021-11-06 | Refactor X509_STORE_get1_certs() | Theo Buehler |
2021-11-05 | typo: a static objects -> a static object | Theo Buehler |
2021-11-05 | First pass of streamlining X509_STORE_get1_{certs,crls}() | Theo Buehler |
2021-11-05 | Trade an abort() neutered by a comment for a blank line elsewhere. | Theo Buehler |
2021-11-05 | Clean up X509_STORE_add_{cert,crl}(). | Theo Buehler |
2021-11-05 | Unify variable names in X509_STORE_{free,up_ref,add_lookup}(). | Theo Buehler |
2021-11-05 | Rename the ret variable in X509_OBJECT_new() to obj.. | Theo Buehler |
2021-11-05 | Garbage collect the unused skip member of X509_LOOKUP and | Theo Buehler |
2021-11-05 | Use calloc() to remove the need of silly zeroing of most members. | Theo Buehler |
2021-11-05 | Streamline and shorten x509_object_cmp() a bit. | Theo Buehler |
2021-11-05 | Drop a bunch of unnecesary parentheses and unify the order in which | Theo Buehler |
2021-11-05 | Cleanup X509_LOOKUP_new() | Theo Buehler |
2021-11-05 | Garbage collect xobj->data.{ptr,pkey} | Theo Buehler |
2021-11-04 | Cache sha512 hash and parsed not_before and not_after with X509 cert. | Bob Beck |
2021-11-03 | document d2i_X509_ALGORS(3) and i2d_X509_ALGORS(3) | Ingo Schwarze |
2021-11-03 | Fix five bugs in X509_REQ_to_X509(3): | Ingo Schwarze |
2021-11-03 | Fix ASN1_TIME_diff() with NULL times | Theo Buehler |
2021-11-03 | Some cleanup in X509_REQ_get_extensions(3), no functional change. | Ingo Schwarze |
2021-11-03 | Fix two bugs in X509_REQ_add_extensions_nid(3) | Ingo Schwarze |
2021-11-01 | Move the now internal X.509-related structs into x509_lcl.h. | Theo Buehler |
2021-11-01 | In X509_STORE_CTX_get_obj_from_subject() rename X509_OBJECT from | Theo Buehler |
2021-11-01 | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | Theo Buehler |
2021-10-31 | Enable RFC 3779 code. | Theo Buehler |
2021-10-31 | Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that other | Theo Buehler |
2021-10-31 | Bump majors after struct visibility changes, symbol removal and symbol | Theo Buehler |
2021-10-31 | Update Symbols.list for new API and API removal/renaming | Theo Buehler |
2021-10-31 | Expose new API in headers and make X509 structs opaque. | Theo Buehler |
2021-10-31 | Remove the unused X509_OBJECTS struct. | Theo Buehler |
2021-10-31 | Remove the unused X509_CERT_PAIR struct and the assicated API. | Theo Buehler |
2021-10-31 | Remove the unused X509_CERT_FILE_CTX struct. | Theo Buehler |
2021-10-31 | Prepare to provide X509_STORE_CTX_get_obj_by_subject(), a wrapper | Theo Buehler |