summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a test to verify that an SSL inherits the hostflags from the SSL_CTXtb2023-05-242-1/+105
* Provide CRYPTO_INT for statically linking libcrypto for libssl regresstb2023-05-241-0/+2
* Provide X509_VERIFY_PARAM_set_hostflags()tb2023-05-241-1/+8
* Simplify OBJ_obj2txt()tb2023-05-232-8/+5
* Add empty line for consistencytb2023-05-231-1/+2
* Add regress coverage for obj_dat.c r1.52tb2023-05-231-1/+44
* 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
* ecdhtest: Fix indenttb2023-05-201-2/+2
* Remove a space that I thought I had already deleted.tb2023-05-201-2/+2
* Add a slow regress target that runs openssl speed with proper alignmenttb2023-05-201-2/+7
* openssl speed: add an '-unaligned n' optiontb2023-05-202-7/+37
* openssl speed: minor style nitstb2023-05-201-8/+6
* openssl speed: remove binary curve remnantstb2023-05-201-88/+5
* 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
* Add PROTO_NORMAL() declarations for the remaining syscalls, to avoidguenther2023-05-181-4/+1
* Use crypto_internal.h's CTASSERT()tb2023-05-172-8/+5
* Clean up alignment handling for SHA-512.jsing2023-05-172-81/+95
* ecdhtest: check malloc() return valuestb2023-05-161-4/+7
* add missing pointer invalidationjcs2023-05-161-1/+2
* Clean up SHA-512 input handling and round macros.jsing2023-05-161-47/+49
* Rename arguments of X509_STORE_CTX_init()tb2023-05-141-5/+5
* Fix X509error() and X509V3error()tb2023-05-141-6/+11
* Send the linebuffer BIO to the attictb2023-05-141-377/+0
* Fix another mandoc -Tlint warningtb2023-05-141-3/+5
* Rephrase a sentence slightly to apease mandoc -Tlinttb2023-05-141-3/+5
* Fix Xr as BN_is_prime(3) is in the attictb2023-05-141-3/+3
* Zap trailing commatb2023-05-141-2/+2
* X509_policy_tree_level_count(3) is gonetb2023-05-141-3/+2
* add missing #include <string.h>; ok tb@op2023-05-148-8/+18
* Assert that test->want != NULL at this pointtb2023-05-131-1/+3
* Bob points out that one error should be an X509V3error()tb2023-05-121-2/+2
* x509_utl.c: fix some style nits.tb2023-05-121-4/+3
* Rewrite string_to_hex() and hex_to_string() using CBB/CBStb2023-05-121-70/+124
* asn1oct: add a couple more teststb2023-05-121-1/+10
* Reduce the number of SHA-512 C implementations from three to one.jsing2023-05-121-134/+1
* asn1oct: minor tweak in error messagetb2023-05-121-3/+3