summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Missing periodtb2023-11-191-2/+2
* fix grammartb2023-11-191-2/+2
* Remove remaining ENGINE manualstb2023-11-1911-1988/+1
* Strip mention of ENGINE out of *_set_method.3tb2023-11-193-98/+26
* Strip out mentions of ENGINE_load_builtin_engines()tb2023-11-191-7/+4
* ex data for ENGINEs is no longer a thingtb2023-11-191-9/+2
* Remove section explaining how great and flexible ENGINE is andtb2023-11-191-28/+2
* Remove obsolete engine configuration sectiontb2023-11-191-106/+2
* Document the remaining ENGINE stubs in a single manualtb2023-11-191-146/+103
* EVP_PKEY_encrypt() simplify exampletb2023-11-191-6/+4
* Check for negative EVP_CIPHER_CTX_iv_length() return in libssltb2023-11-182-9/+13
* Forgot to fix one unsigned int vs int confusiontb2023-11-181-3/+3
* Check for negative IV lengthtb2023-11-185-27/+45
* Mention which functions are implemented as macros in the few casesschwarze2023-11-1613-34/+76
* drop some duplicate statements about macrosschwarze2023-11-164-23/+10
* fix wrong macroschwarze2023-11-161-3/+3
* delete lots of stuff that no longer existsschwarze2023-11-161-300/+17
* fix typo: exdata -> ex_dataschwarze2023-11-161-4/+4
* Minimal fix to unbreak OPENSSL_{gmtime,timegm}(3)tb2023-11-161-15/+18
* Drop some unnecessary parenthesestb2023-11-151-19/+19
* Shuffle getters and adders down a bittb2023-11-151-34/+30
* Make X509_certificate_type() less badtb2023-11-131-24/+29
* Garbage collect an incoherent export crypto checktb2023-11-131-4/+1
* Use a sensible variable name (i.e. nid) instead of i for a NIDtb2023-11-131-5/+6
* Use X509_get_signature_nid() instead of inlining ittb2023-11-131-2/+2
* X509_certificate_type() needs to know about RSA-PSStb2023-11-131-1/+4
* Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as publicbeck2023-11-134-5/+68
* Remove last caller of ASN1_time_parse(3) in libtlstb2023-11-131-3/+4
* Remove ASN1_time_parse() dependency in tls_conninfo.ctb2023-11-131-3/+3
* Eliminate the timegm(3) dependency in libcryptotb2023-11-134-19/+36
* 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