summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_7_7_BASE'.OPENBSD_7_7_BASEcvs2svn2025-03-280-0/+0
* x509_policy: zap an extra stb2025-03-281-2/+2
* x509_policy: certificats -> certificatestb2025-03-281-2/+2
* typos: us -> is, te -> the (twice)tb2025-03-281-3/+3
* typo: primtive -> primitivetb2025-03-282-4/+4
* Fix RETURN VALUES for EVP_CIPHER_CTX_ctrl(3)tb2025-03-251-9/+4
* Explicitly pass group generator to mul_double_nonct() from EC_POINT_mul().jsing2025-03-244-35/+33
* Check group generator in EC_POINT_mul().jsing2025-03-241-1/+6
* Plug a memory leak in x509_name_encode()tb2025-03-201-2/+4
* x509_param_set_hosts_internal: rename vpm to param for consistencytb2025-03-191-11/+11
* X509_VERIFY_PARAM_lookup(): avoid passing stack garbage aroundtb2025-03-191-1/+2
* Rename pm to param, fix the type of idx and unindenttb2025-03-191-8/+6
* Introduce and use N_DEFAULT_VERIFY_PARAMStb2025-03-191-6/+9
* X509_VERIFY_PARAM_get0(): use consistent idiom for default_table accesstb2025-03-191-2/+3
* X509_VERIFY_PARAM_lookup(): remove unnecessary braces and add empty linetb2025-03-191-3/+3
* X509_VERIFY_PARAM_get_count(): make NULL check explicittb2025-03-191-2/+2
* X509_VERIFY_PARAM_get0: avoid out of bounds access when id < 0tb2025-03-191-1/+5
* Adjust x509_name_regress to the X509_NAME_print() fix in a_strex.c r1.38tb2025-03-191-15/+2
* Fix traditional SSLeay X509_NAME printingtb2025-03-191-29/+1
* save_index: fix some code quality issuestb2025-03-181-13/+16
* PKCS7_dataVerify(): zap offensive whitespacetb2025-03-181-2/+2
* PKCS7_signatureVerify(): add missing free after EVP_VerifyUpdate()tb2025-03-181-2/+4
* apps.c: don't leak out in error pathtb2025-03-171-1/+2
* Update cert.pem, ok sthentb2025-03-161-215/+179
* Rename a bunch of confusingly named variablestb2025-03-151-6/+6
* Add regress coverage for X509_NAME_oneline and X509_NAME_printtb2025-03-152-1/+314
* const correct d2i_* prototypestb2025-03-144-13/+13
* minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)sthen2025-03-132-2/+2
* pkey_ec_derive: fix call to ECDH_compute_key()tb2025-03-131-2/+2
* Simplify field and private key encodingtb2025-03-131-13/+3
* Make srtp.h self-standing by including ssl.htb2025-03-131-1/+3
* Provide an accelerated SHA-512 assembly implementation for aarch64.jsing2025-03-124-2/+353
* Test SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing2025-03-121-1/+56
* Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing2025-03-124-6/+36
* Use .arch rather than .cpu for sha2 instructions.jsing2025-03-121-2/+2
* Streamline X509_VERIFY_PARAM_add0_table()tb2025-03-121-17/+12
* x509_vpm: remove unnecessary NULL check before sk_pop_free()tb2025-03-121-4/+2
* ec.h: remove last SunPro pragmastb2025-03-101-13/+1
* Disambiguate curve commentstb2025-03-091-21/+21
* X509_NAME_print_ex: zap stray commatb2025-03-091-2/+2
* Give libtls the same bump as libcrypto and libssltb2025-03-091-2/+2
* Give libssl the same bump as libcryptotb2025-03-091-1/+1
* Bump libcrypto major after symbol removaltb2025-03-091-1/+1
* const correct tls_session_secret_cb_fn()tb2025-03-094-8/+8
* Bump LibreSSL versiontb2025-03-091-3/+3
* Reinstate PKCS12_key_gen_uni()tb2025-03-095-7/+10
* Remove EC_POINTs_* APItb2025-03-094-34/+3
* Remove Jprojective_coordinates APItb2025-03-094-29/+3
* Unexport EC_GROUP_*precompute_mult()tb2025-03-094-25/+3
* Unexport EC_GROUP_copy()tb2025-03-094-8/+4