summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-16fix wrong macroschwarze1-3/+3
2023-11-16delete lots of stuff that no longer existsschwarze1-300/+17
2023-11-16fix typo: exdata -> ex_dataschwarze1-4/+4
2023-11-16Minimal fix to unbreak OPENSSL_{gmtime,timegm}(3)tb1-15/+18
2023-11-15Drop some unnecessary parenthesestb1-19/+19
2023-11-15Shuffle getters and adders down a bittb1-34/+30
2023-11-13Make X509_certificate_type() less badtb1-24/+29
2023-11-13Garbage collect an incoherent export crypto checktb1-4/+1
2023-11-13Use a sensible variable name (i.e. nid) instead of i for a NIDtb1-5/+6
2023-11-13Use X509_get_signature_nid() instead of inlining ittb1-2/+2
2023-11-13X509_certificate_type() needs to know about RSA-PSStb1-1/+4
2023-11-13Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as publicbeck4-5/+68
2023-11-13Kill last user of ASN1_time_parse() in the treetb1-23/+3
2023-11-13Check notBefore/notAfter validity with ASN1_TIME_to_tm(3)tb1-5/+3
2023-11-13Replace ASN1_time_parse() with ASN1_TIME_to_tm()tb1-3/+4
2023-11-13Remove last caller of ASN1_time_parse(3) in libtlstb1-3/+4
2023-11-13Remove ASN1_time_parse() dependency in tls_conninfo.ctb1-3/+3
2023-11-13Eliminate the timegm(3) dependency in libcryptotb4-19/+36
2023-11-12split the Symbols.list up so that arch specific symbols do not end up everywhererobert4-2/+7
2023-11-11Fix a few bugs in X509v3_asid_add*()tb1-38/+96
2023-11-09Forgot to fix the RFC number in the new commenttb1-2/+2
2023-11-09Convert PKCS7_SIGNER_INFO_set() to X509_ALGOR_set0_by_nid()tb1-5/+11
2023-11-09Convert ecx_item_sign() to X509_ALGOR_set0_by_nid()tb1-8/+5
2023-11-09Convert asn1_item_sign() to X509_ALGOR_set0_by_nid()tb1-8/+4
2023-11-09Fix X509_ALGOR_set0() usage in rsa_alg_set_oaep_padding()tb1-4/+6
2023-11-09Use X509_ALGOR_set0_by_nid() in rsa_mgf1md_to_maskGenAlgorithm()tb1-5/+2
2023-11-08More minor cleanup in rsa_alg_set_oaep_padding()tb1-4/+3
2023-11-08Prepare further fixes of X509_ALGOR_set0() misusetb1-8/+7
2023-11-08zap a stray spacetb1-2/+2
2023-11-08Rename os into astr in rsa_alg_set_oaep_padding()tb1-6/+6
2023-11-08Rename pkctx to pkey_ctx in rsa_alg_set_oaep_padding() and rsa_cms_encrypt()tb1-9/+9
2023-11-08Some simple cosmetics in rsa_alg_set_oaep_padding()tb1-4/+8
2023-11-08Split OAEP padding handling into a helper functiontb1-53/+59
2023-11-07Move CMS_RecipientInfo_ktri_get0_algs() down a few lines and fix itstb1-3/+6
2023-11-07Move CMS_RecipientInfo_get0_pkey_ctx() to first use of pkctxtb1-3/+3
2023-11-07Fix an error message left out in the mustDecodeHexString() conversiontb1-2/+2
2023-11-07Pull up the handling of the two webcrypto special snowflakestb1-13/+9
2023-11-07Drop a useless line and bump copyright yearstb1-4/+3
2023-11-07Unwrap a few linestb1-72/+32
2023-11-07Wrap hex.DecodeString() into mustDecodeHexString()tb1-390/+78
2023-11-07Use maps to retrieve various AES variantstb1-60/+72
2023-11-07Convert hashEvpMdFromString() to a maptb1-26/+19
2023-11-07Add stringer interfaces to the test groupstb1-102/+126
2023-11-07Inline rsa_ctx_to_pss_string()tb1-16/+6
2023-11-07Rename pkctx to pkey_ctx in rsa_{cms,item}_sign()tb1-26/+26
2023-11-07Trivial cleanup in rsa_cms_sign()tb1-5/+5
2023-11-07Rework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign()tb1-14/+4
2023-11-07Add a helper to set RSASSA-PSS padding parameterstb1-10/+29
2023-11-07Add a helper to set RSA PKCS #1 v1.5 padding OIDtb1-12/+15
2023-11-06Pull everything except the actual run call out of the closuretb1-11/+9