summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* regen obj_xref.htb2023-06-151-12/+14
* Add Ed25519 to the obj_xref table.tb2023-06-151-3/+6
* Some fixes in ASN1_item_verify()tb2023-06-151-17/+8
* Make another NULL check explicit and put a brace on the proper linetb2023-06-151-4/+3
* Rename a few variables and other cosmeticstb2023-06-151-23/+21
* Switch ASN1_item_sign_ctx() to EVP_DigestSign()tb2023-06-151-9/+7
* Make NULL checks explicit in ASN1_item_sign_ctx()tb2023-06-151-6/+8
* ASN1_item_sign_ctx()tb2023-06-151-3/+7
* Fix a logic error in ASN1_item_sign_ctx()tb2023-06-151-5/+8
* Move comment about ASN1_item_dup() where it belongstb2023-06-131-7/+7
* Disallow aliasing of return value and modulustb2023-06-131-1/+44
* Add a BN_R_INVALID_ARGUMENT error codetb2023-06-132-2/+4
* Remove prototypes for various ec_GF2m_* functions that no longer exist.jsing2023-06-121-13/+1
* Optimise quad word primitives on aarch64.jsing2023-06-121-1/+136
* Provide and use various quad word primitives.jsing2023-06-123-27/+120
* Unifdef ZLIBtb2023-06-117-739/+7
* Remove dead code.beck2023-06-081-13/+3
* In 1995, Eric A. Young chose a confusing name for the "lastUpdate" fieldschwarze2023-06-062-12/+20
* Fix typo in comment: exta -> extratb2023-06-061-2/+2
* Improve the description of CMS_get0_signers()job2023-06-051-3/+3
* Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3tb2023-06-042-8/+5
* Fix variable reuse in BN_mod_inverse()tb2023-06-021-21/+15
* Avoid a potentially overflowing checktb2023-06-011-2/+2
* fix some nits on previousop2023-05-301-6/+10
* Oops, Fa -> .Fabeck2023-05-291-2/+2
* Make X509_NAME_get_text_by[NID|OBJ] safer.beck2023-05-292-20/+48
* Stop suggesting that children play with loaded revolvers.beck2023-05-291-31/+49
* Provide optimised bn_mulw_{addw,addw_addw,addtw}() for aarch64.jsing2023-05-281-1/+68
* Provide optimised bn_addw_addw()/bn_subw_subw() for aarch64.jsing2023-05-281-1/+43
* Sprinkle some style(9).jsing2023-05-281-15/+15
* Expand occurrences of HASH_CTX that were previously missed.jsing2023-05-281-4/+5
* Reorder functions.jsing2023-05-281-214/+214
* Clean up includes.jsing2023-05-281-6/+5
* Remove now unnecessary do {} while(0);jsing2023-05-281-3/+1
* Inline HASH_MAKE_STRING for SHA256.jsing2023-05-281-34/+37
* Rewrite BN_{asc,dec,hex}2bn() using CBS.jsing2023-05-281-123/+224
* Merge X509_VERIFY_PARAM_ID into X509_VERIFY_PARAMtb2023-05-284-110/+73
* Implement SHA256_{Update,Transform,Final}() directly in sha256.c.jsing2023-05-271-4/+103
* Add HASH_NO_UPDATE and HASH_NO_TRANSFORM to md32_common.hjsing2023-05-271-5/+7
* Bump LibreSSL versionlibressl-v3.8.0tb2023-05-271-3/+3
* Clean up alignment handling for SHA-512.jsing2023-05-272-80/+96
* Update X509_VERIFY_PARAM_inherit() to reflect the change of behaviortb2023-05-241-9/+6
* Copy the verify param hostflags independently of the host listtb2023-05-241-3/+4
* Provide X509_VERIFY_PARAM_set_hostflags()tb2023-05-241-1/+8
* Simplify OBJ_obj2txt()tb2023-05-232-8/+5
* Always NUL terminate buf in OBJ_obj2txt()tb2023-05-231-1/+4
* cms_asn1.c: zap stray tabstb2023-05-231-8/+1
* Remove misplaced semicolons in .Fatb2023-05-222-6/+6
* Add missing rsa_security_bit() handler to the RSA-PSS ASN1_METHODtb2023-05-191-1/+2
* backout alignment changes (breaking at least two architectures)deraadt2023-05-194-100/+89