| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 7 | -128/+135 |
| * | Fix five bugs in X509_REQ_to_X509(3): | schwarze | 2021-11-03 | 1 | -11/+12 |
| * | Some cleanup in X509_REQ_get_extensions(3), no functional change. | schwarze | 2021-11-03 | 1 | -10/+6 |
| * | Fix two bugs in X509_REQ_add_extensions_nid(3) | schwarze | 2021-11-03 | 1 | -32/+13 |
| * | Move the now internal X.509-related structs into x509_lcl.h. | tb | 2021-11-01 | 35 | -404/+417 |
| * | In X509_STORE_CTX_get_obj_from_subject() rename X509_OBJECT from | tb | 2021-11-01 | 1 | -6/+6 |
| * | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | tb | 2021-11-01 | 4 | -37/+4 |
| * | Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that other | tb | 2021-10-31 | 2 | -17/+17 |
| * | Remove the unused X509_OBJECTS struct. | tb | 2021-10-31 | 1 | -8/+1 |
| * | Remove the unused X509_CERT_PAIR struct and the assicated API. | tb | 2021-10-31 | 1 | -12/+1 |
| * | Remove the unused X509_CERT_FILE_CTX struct. | tb | 2021-10-31 | 1 | -9/+1 |
| * | Prepare to provide X509_STORE_CTX_get_obj_by_subject(), a wrapper | tb | 2021-10-31 | 2 | -2/+22 |
| * | Switch various X509 API to use the new X509_LOOKUP_TYPE to match | tb | 2021-10-31 | 2 | -29/+32 |
| * | Provide the X509_LOOKUP_TYPE enum. | tb | 2021-10-31 | 1 | -6/+6 |
| * | Prepare definitions X509_STORE_set_verify{,_cb}_func() that work with | tb | 2021-10-31 | 1 | -3/+8 |
| * | Prepare to make various structs in x509_vfy.h opaque. | tb | 2021-10-31 | 1 | -26/+37 |
| * | Actually error in X509_check_purpose() if x509v3_cache_extensions() | tb | 2021-10-29 | 1 | -2/+2 |
| * | Bring back r1.3, ok beck | tb | 2021-10-28 | 1 | -3/+47 |
| * | Revert version 1.3 - not allowing the creation of bogus certificates | beck | 2021-10-27 | 1 | -47/+3 |
| * | Add RFC 3779 checks to both legacy and new verifier | job | 2021-10-26 | 2 | -2/+20 |
| * | Validate Subject Alternate Names when they are being added to certificates. | beck | 2021-10-26 | 3 | -9/+61 |
| * | Add missing RCS markers | tb | 2021-10-25 | 2 | -0/+2 |
| * | Zap two unused includes | jca | 2021-10-25 | 2 | -4/+0 |
| * | Prepare to provide a number of X509_STORE_CTX_* setters. | tb | 2021-10-24 | 2 | -2/+52 |
| * | Prepare to provide X509_STORE_CTX_get_num_untrusted() | tb | 2021-10-24 | 2 | -2/+11 |
| * | Prepare to provide X509_OBJECT_{new,free}() | tb | 2021-10-24 | 2 | -3/+25 |
| * | Declare STACK_OF(GENERAL_NAMES) | tb | 2021-10-23 | 1 | -3/+4 |
| * | KNF a particularly ugly comment | tb | 2021-10-23 | 1 | -17/+16 |
| * | Zap trailing whitespace | tb | 2021-10-23 | 1 | -13/+13 |
| * | Prepare to make many of the structs in x509.h opaque. | tb | 2021-10-23 | 1 | -76/+86 |
| * | Prepare to provide X509_re_X509*_tbs() | tb | 2021-10-23 | 3 | -3/+27 |
| * | Prepare to provide X509_get_extension_flags() | tb | 2021-10-23 | 2 | -2/+13 |
| * | Prepare to provide X509_SIG_get{0,m}. | tb | 2021-10-23 | 1 | -1/+8 |
| * | Prepare to provide X509_get_{extended_,}key_usage() | tb | 2021-10-22 | 2 | -2/+32 |
| * | Prepare to provide X509_REQ_pubkey_get0() | tb | 2021-10-22 | 2 | -2/+13 |
| * | Simplify a return value check for X509_STORE_get_by_subject() now | tb | 2021-10-21 | 1 | -18/+7 |
| * | Set enc.modified if the X509_REQ is going to be modified. | tb | 2021-10-21 | 1 | -1/+4 |
| * | Sync parts of X509_STORE_get_by_subject() with OpenSSL | tb | 2021-10-21 | 1 | -13/+7 |
| * | Prepare to make X509 opaque. | tb | 2021-10-21 | 1 | -4/+7 |