| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Test adding extensions to certification requests. | schwarze | 2021-11-03 | 2 | -2/+167 |
* | Fix two bugs in X509_REQ_add_extensions_nid(3) | schwarze | 2021-11-03 | 1 | -32/+13 |
* | Add regress that calls SSL_set_tlsext_host_name() with a NULL host name. | jsing | 2021-11-02 | 1 | -1/+15 |
* | Do not take the strlen() of a NULL name. Defer the CBS_init() to later. | tb | 2021-11-02 | 1 | -3/+3 |
* | Move the now internal X.509-related structs into x509_lcl.h. | tb | 2021-11-01 | 72 | -451/+521 |
* | In X509_STORE_CTX_get_obj_from_subject() rename X509_OBJECT from | tb | 2021-11-01 | 1 | -6/+6 |
* | Ensure SSL_set_tlsext_host_name() is given a valid hostname. | jsing | 2021-11-01 | 1 | -3/+8 |
* | Rework SNI hostname regress to be table driven. | jsing | 2021-11-01 | 1 | -62/+147 |
* | Improve SNI hostname validation. | jsing | 2021-11-01 | 2 | -9/+54 |
* | Rework x509attribute regress test in such a way that it doesn't need | tb | 2021-11-01 | 1 | -11/+7 |
* | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | tb | 2021-11-01 | 11 | -60/+10 |
* | Enable RFC 3779 code. | tb | 2021-10-31 | 1 | -1/+1 |
* | Make this test compile again after the damage done in libcrypto | tb | 2021-10-31 | 1 | -19/+20 |
* | Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that other | tb | 2021-10-31 | 3 | -19/+19 |
* | Various minor adjustments to make openssl(1) compile with opaque | tb | 2021-10-31 | 3 | -12/+23 |
* | Bump majors after struct visibility changes, symbol removal and symbol | tb | 2021-10-31 | 3 | -3/+3 |
* | Simplify some code by using X509_STORE_CTX_get_obj_by_subject() | tb | 2021-10-31 | 1 | -8/+8 |
* | Update Symbols.list to include API additions | tb | 2021-10-31 | 1 | -0/+10 |
* | libssl: stop reaching into the X509 struct and simplify some code by | tb | 2021-10-31 | 2 | -24/+6 |
* | Update Symbols.list for new API and API removal/renaming | tb | 2021-10-31 | 1 | -10/+33 |
* | Expose new API in headers and make X509 structs opaque. | tb | 2021-10-31 | 1 | -0/+3 |