summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unifdef ZLIBtb2023-06-117-739/+7
* Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3tb2023-06-102-22/+10
* File new test-bleichenbacher-timing-pregenerate.py under failing teststb2023-06-101-1/+3
* Remove dead code.beck2023-06-081-13/+3
* From the description of "openssl verify", delete the duplicate andschwarze2023-06-081-130/+9
* Add portable version and m88k-specific version lb() function, becauseaoyama2023-06-071-1/+21
* Refer to the field "thisUpdate" instead of the non-existent "lastUpdate".schwarze2023-06-071-4/+10
* 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
* Fix copy+paste error in x509 asn regressjob2023-06-051-3/+3
* 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
* Make ruby-openssl cope with default ruby changetb2023-06-041-2/+2
* bn_mod_inverse tweakstb2023-06-041-2/+4
* More thorough write-afetr-free checks.otto2023-06-043-25/+54
* Add regress coverage for BN_mod_inverse()tb2023-06-032-1/+387
* Fix variable reuse in BN_mod_inverse()tb2023-06-021-21/+15
* fix typotb2023-06-021-2/+2
* Remove the speed test againtb2023-06-011-7/+2
* Rework tls_check_subject_altname() error handlingtb2023-06-011-12/+13
* Check for X509_get_ext_d2i() failuretb2023-06-011-4/+10
* Avoid a potentially overflowing checktb2023-06-011-2/+2
* fix some nits on previousop2023-05-301-6/+10
* Correct test that was pasto'ed incorrectlybeck2023-05-291-3/+7
* Correctly catch all return values from X509_NAME_get_index_by_NIDbeck2023-05-291-6/+11
* Oops, Fa -> .Fabeck2023-05-291-2/+2
* Make X509_NAME_get_text_by[NID|OBJ] safer.beck2023-05-293-22/+125
* 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
* correct comment, spotted by tb@beck2023-05-281-4/+4
* Refactor tls_check_common_name to use lower level API.beck2023-05-282-14/+51
* 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
* Add coverage for calling BN_{dec,hex}2bn() with NULL inputs.jsing2023-05-271-9/+37
* Bump LibreSSL versionlibressl-v3.8.0tb2023-05-271-3/+3
* Clean up alignment handling for SHA-512.jsing2023-05-272-80/+96
* Remove malloc interposition, a workaround that was once needed for emacsotto2023-05-271-7/+7
* Move verified_chain from SSL to SSL_HANDSHAKEtb2023-05-264-14/+17
* Forcibly update the EVP_PKEY's internal keyop2023-05-251-13/+25
* 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-242-6/+5