summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* split the Symbols.list up so that arch specific symbols do not end up everywhererobert2023-11-124-2/+7
* Fix a few bugs in X509v3_asid_add*()tb2023-11-111-38/+96
* Forgot to fix the RFC number in the new commenttb2023-11-091-2/+2
* Convert PKCS7_SIGNER_INFO_set() to X509_ALGOR_set0_by_nid()tb2023-11-091-5/+11
* Convert ecx_item_sign() to X509_ALGOR_set0_by_nid()tb2023-11-091-8/+5
* Convert asn1_item_sign() to X509_ALGOR_set0_by_nid()tb2023-11-091-8/+4
* Fix X509_ALGOR_set0() usage in rsa_alg_set_oaep_padding()tb2023-11-091-4/+6
* Use X509_ALGOR_set0_by_nid() in rsa_mgf1md_to_maskGenAlgorithm()tb2023-11-091-5/+2
* More minor cleanup in rsa_alg_set_oaep_padding()tb2023-11-081-4/+3
* Prepare further fixes of X509_ALGOR_set0() misusetb2023-11-081-8/+7
* zap a stray spacetb2023-11-081-2/+2
* Rename os into astr in rsa_alg_set_oaep_padding()tb2023-11-081-6/+6
* Rename pkctx to pkey_ctx in rsa_alg_set_oaep_padding() and rsa_cms_encrypt()tb2023-11-081-9/+9
* Some simple cosmetics in rsa_alg_set_oaep_padding()tb2023-11-081-4/+8
* Split OAEP padding handling into a helper functiontb2023-11-081-53/+59
* Move CMS_RecipientInfo_ktri_get0_algs() down a few lines and fix itstb2023-11-071-3/+6
* Move CMS_RecipientInfo_get0_pkey_ctx() to first use of pkctxtb2023-11-071-3/+3
* Inline rsa_ctx_to_pss_string()tb2023-11-071-16/+6
* Rename pkctx to pkey_ctx in rsa_{cms,item}_sign()tb2023-11-071-26/+26
* Trivial cleanup in rsa_cms_sign()tb2023-11-071-5/+5
* Rework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign()tb2023-11-071-14/+4
* Add a helper to set RSASSA-PSS padding parameterstb2023-11-071-10/+29
* Add a helper to set RSA PKCS #1 v1.5 padding OIDtb2023-11-071-12/+15
* KNF plus fixed a few signed vs unsigned compares (that we actuallyotto2023-11-041-22/+33
* Fix a few bizarre line wraps in x509.htb2023-11-021-8/+5
* Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md()tb2023-11-011-6/+6
* Add X509_ALGOR_set0_by_nid()tb2023-11-012-2/+33
* Explain the weird order of doing things in X509_ALGOR_set0()tb2023-11-011-1/+2
* Rename ptype and pval to parameter_type and parameter_valuetb2023-11-011-7/+9
* Unindent X509_ALGOR_set0_parameter()tb2023-11-011-8/+11
* Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0()tb2023-11-011-6/+15
* Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0()tb2023-11-011-3/+12
* Enable ISO C11 APIs when building libc, even with an older compiler.millert2023-10-291-1/+9
* Fix an error exit in X509v3_addr_validate_path()tb2023-10-291-3/+6
* A few micro-optimizations; ok asou@otto2023-10-261-20/+15
* Tidy includestb2023-10-261-2/+2
* Hide X509_ALGOR_set_md() for LIBRESSL_INTERNALtb2023-10-261-1/+3
* Rework the MD setting in the RSA ASN.1 methodtb2023-10-261-45/+95
* Add chacha aliases for OpenSSL compatibilitytb2023-10-241-1/+3
* correct Va in previous;jmc2023-10-221-2/+3
* When option D is active, store callers for all chunks; this avoidsotto2023-10-222-86/+178
* Remove mention of alg_section. This never worked in LibreSSL.tb2023-10-211-3/+2
* style tweak: avoid double conjunction to make it read betterschwarze2023-10-211-4/+4
* Rename the modulus from n into mtb2023-10-191-9/+12
* Garbage collect weird /* 1 */ and /* 2 */ commentstb2023-10-191-7/+7
* Fix aliasing of result and exponent in the internal BN_mod_exp_recp()tb2023-10-191-12/+19
* Fix aliasing of result with exponent or modulus in BN_mod_exp_simple()tb2023-10-191-10/+22
* Remove EVP_add_alg_module() prototypetb2023-10-181-3/+1
* Use X509_ALGOR_set_evp_md() in CMS_add1_signer()tb2023-10-181-16/+24
* cms_DigestedData_create() use X509_ALGOR_set_evp_md()tb2023-10-181-6/+8