| Commit message (Expand) | Author | Age | Files | Lines |
* | X509_certificate_type() needs to know about RSA-PSS | tb | 2023-11-13 | 1 | -1/+4 |
* | Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as public | beck | 2023-11-13 | 4 | -5/+68 |
* | Remove last caller of ASN1_time_parse(3) in libtls | tb | 2023-11-13 | 1 | -3/+4 |
* | Remove ASN1_time_parse() dependency in tls_conninfo.c | tb | 2023-11-13 | 1 | -3/+3 |
* | Eliminate the timegm(3) dependency in libcrypto | tb | 2023-11-13 | 4 | -19/+36 |
* | split the Symbols.list up so that arch specific symbols do not end up everywhere | robert | 2023-11-12 | 4 | -2/+7 |
* | Fix a few bugs in X509v3_asid_add*() | tb | 2023-11-11 | 1 | -38/+96 |
* | Forgot to fix the RFC number in the new comment | tb | 2023-11-09 | 1 | -2/+2 |
* | Convert PKCS7_SIGNER_INFO_set() to X509_ALGOR_set0_by_nid() | tb | 2023-11-09 | 1 | -5/+11 |
* | Convert ecx_item_sign() to X509_ALGOR_set0_by_nid() | tb | 2023-11-09 | 1 | -8/+5 |
* | Convert asn1_item_sign() to X509_ALGOR_set0_by_nid() | tb | 2023-11-09 | 1 | -8/+4 |
* | Fix X509_ALGOR_set0() usage in rsa_alg_set_oaep_padding() | tb | 2023-11-09 | 1 | -4/+6 |
* | Use X509_ALGOR_set0_by_nid() in rsa_mgf1md_to_maskGenAlgorithm() | tb | 2023-11-09 | 1 | -5/+2 |
* | More minor cleanup in rsa_alg_set_oaep_padding() | tb | 2023-11-08 | 1 | -4/+3 |
* | Prepare further fixes of X509_ALGOR_set0() misuse | tb | 2023-11-08 | 1 | -8/+7 |
* | zap a stray space | tb | 2023-11-08 | 1 | -2/+2 |
* | Rename os into astr in rsa_alg_set_oaep_padding() | tb | 2023-11-08 | 1 | -6/+6 |
* | Rename pkctx to pkey_ctx in rsa_alg_set_oaep_padding() and rsa_cms_encrypt() | tb | 2023-11-08 | 1 | -9/+9 |
* | Some simple cosmetics in rsa_alg_set_oaep_padding() | tb | 2023-11-08 | 1 | -4/+8 |
* | Split OAEP padding handling into a helper function | tb | 2023-11-08 | 1 | -53/+59 |
* | Move CMS_RecipientInfo_ktri_get0_algs() down a few lines and fix its | tb | 2023-11-07 | 1 | -3/+6 |
* | Move CMS_RecipientInfo_get0_pkey_ctx() to first use of pkctx | tb | 2023-11-07 | 1 | -3/+3 |
* | Inline rsa_ctx_to_pss_string() | tb | 2023-11-07 | 1 | -16/+6 |
* | Rename pkctx to pkey_ctx in rsa_{cms,item}_sign() | tb | 2023-11-07 | 1 | -26/+26 |
* | Trivial cleanup in rsa_cms_sign() | tb | 2023-11-07 | 1 | -5/+5 |
* | Rework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign() | tb | 2023-11-07 | 1 | -14/+4 |
* | Add a helper to set RSASSA-PSS padding parameters | tb | 2023-11-07 | 1 | -10/+29 |
* | Add a helper to set RSA PKCS #1 v1.5 padding OID | tb | 2023-11-07 | 1 | -12/+15 |
* | 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 |