| Commit message (Expand) | Author | Age | Files | Lines |
* | KNF plus fixed a few signed vs unsigned compares (that we actually | otto | 2023-11-04 | 1 | -22/+33 |
* | Fix a few bizarre line wraps in x509.h | tb | 2023-11-02 | 1 | -8/+5 |
* | Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md() | tb | 2023-11-01 | 1 | -6/+6 |
* | Add X509_ALGOR_set0_by_nid() | tb | 2023-11-01 | 2 | -2/+33 |
* | Explain the weird order of doing things in X509_ALGOR_set0() | tb | 2023-11-01 | 1 | -1/+2 |
* | Rename ptype and pval to parameter_type and parameter_value | tb | 2023-11-01 | 1 | -7/+9 |
* | Unindent X509_ALGOR_set0_parameter() | tb | 2023-11-01 | 1 | -8/+11 |
* | Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0() | tb | 2023-11-01 | 1 | -6/+15 |
* | Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0() | tb | 2023-11-01 | 1 | -3/+12 |
* | Enable ISO C11 APIs when building libc, even with an older compiler. | millert | 2023-10-29 | 1 | -1/+9 |
* | Fix an error exit in X509v3_addr_validate_path() | tb | 2023-10-29 | 1 | -3/+6 |
* | A few micro-optimizations; ok asou@ | otto | 2023-10-26 | 1 | -20/+15 |
* | Tidy includes | tb | 2023-10-26 | 1 | -2/+2 |
* | Hide X509_ALGOR_set_md() for LIBRESSL_INTERNAL | tb | 2023-10-26 | 1 | -1/+3 |
* | Rework the MD setting in the RSA ASN.1 method | tb | 2023-10-26 | 1 | -45/+95 |
* | Add chacha aliases for OpenSSL compatibility | tb | 2023-10-24 | 1 | -1/+3 |
* | correct Va in previous; | jmc | 2023-10-22 | 1 | -2/+3 |
* | When option D is active, store callers for all chunks; this avoids | otto | 2023-10-22 | 2 | -86/+178 |
* | Remove mention of alg_section. This never worked in LibreSSL. | tb | 2023-10-21 | 1 | -3/+2 |
* | style tweak: avoid double conjunction to make it read better | schwarze | 2023-10-21 | 1 | -4/+4 |
* | Rename the modulus from n into m | tb | 2023-10-19 | 1 | -9/+12 |
* | Garbage collect weird /* 1 */ and /* 2 */ comments | tb | 2023-10-19 | 1 | -7/+7 |
* | Fix aliasing of result and exponent in the internal BN_mod_exp_recp() | tb | 2023-10-19 | 1 | -12/+19 |
* | Fix aliasing of result with exponent or modulus in BN_mod_exp_simple() | tb | 2023-10-19 | 1 | -10/+22 |
* | Remove EVP_add_alg_module() prototype | tb | 2023-10-18 | 1 | -3/+1 |
* | Use X509_ALGOR_set_evp_md() in CMS_add1_signer() | tb | 2023-10-18 | 1 | -16/+24 |
* | cms_DigestedData_create() use X509_ALGOR_set_evp_md() | tb | 2023-10-18 | 1 | -6/+8 |
* | Tweak previous by using the argument name, not its type | tb | 2023-10-13 | 1 | -2/+2 |
* | Improve the description of X509_ALGOR_dup(3) | tb | 2023-10-13 | 1 | -5/+11 |
* | Some housekeeping in x_algor | tb | 2023-10-11 | 1 | -3/+5 |
* | Rewrite X509_ALGOR_set0() | tb | 2023-10-11 | 1 | -17/+13 |
* | Ensure that out_value is initialized even if out_type is NULL | tb | 2023-10-11 | 1 | -1/+5 |
* | Rewrite X509_ALGOR_get0() | tb | 2023-10-11 | 1 | -13/+19 |
* | Add internal version of X509_ALGOR_set_md() | tb | 2023-10-11 | 2 | -7/+17 |
* | Clean up X509_ALGOR_cmp() | tb | 2023-10-11 | 1 | -10/+10 |
* | I forgot that we now have ASN1_INTEGER_set_uint64() | tb | 2023-10-11 | 1 | -13/+6 |
* | Be more precise about X509_ALGOR_get0() | tb | 2023-10-11 | 1 | -11/+26 |
* | Improve X509_ALGOR_new(3) documentation | tb | 2023-10-10 | 1 | -14/+33 |
* | Use the usual text for X509_ALGOR_free() | tb | 2023-10-09 | 1 | -2/+8 |
* | Clarify that 'undefined type' means V_ASN1_UNDEF | tb | 2023-10-09 | 1 | -3/+4 |
* | Clarify documentation of X509_ALGOR_{set0,set_md}() | tb | 2023-10-09 | 1 | -7/+45 |
* | Fix a typo and move a word | tb | 2023-10-03 | 1 | -5/+5 |
* | Example code tweak: do not hardcode the size of array | tb | 2023-10-01 | 1 | -2/+2 |
* | Fix a copy-paste bug in ASN1_TIME_compare() | tb | 2023-10-01 | 1 | -2/+2 |
* | Document EVP_CIPHER_CTX_iv_length() return values | tb | 2023-10-01 | 1 | -3/+7 |
* | The colons separate the octets, not the digits; add missing link to | tb | 2023-10-01 | 1 | -4/+5 |
* | Improve a code comment in the EXAMPLES section | tb | 2023-10-01 | 1 | -3/+3 |
* | Refer to RFC 3779, 2.1.2 for encoding of ranges | tb | 2023-10-01 | 1 | -2/+7 |
* | Point out that the result of IPAddressRange_new() is an invalid range | tb | 2023-10-01 | 1 | -3/+3 |
* | encoding -> decoding for d2i | tb | 2023-10-01 | 1 | -3/+3 |